crispedge.com

Color picker

Loading...

#112233 hex color - Fog of War - Green - Cool color - Information

#112233 hex color - Fog of War - Green - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Green

Hex #112233 Color Code is also known as Fog of War color.

Hex #112233 Color code in RGB color code model is created after adding 6.67% red color, 13.33% green color and 20% blue color. Hex #112233 Color code in CMYK color (process color) code model is generated after subtraction of 67% cyan, 33% magenta, 0% yellow and 80% black.

Hex #112233 color code is a web safe color. Next web safe color code is #001122 and previous web safe color code is #003344. You can see here many more shades of #112233 color code.

0 Likes 0 Comments | 152 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code112233#112233
RGB Decimal17, 34, 51rgb(17, 34, 51)
RGB Percent7%, 13%, 20%rgb(7%, 13%, 20%)
CSS RGBa17, 34, 51,1rgba(17,34,51,1)
CMYK Modelcmyk(67%,33%,0%,80%)
HSL Color Space210,50% ,13%hsl(210,50% ,13%)
HSV Color Space210°, 67%, 20%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000100010010001000110011
Octal214263
Decimal173451
Hex112233

Different shades of #112233 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #112233
#1e3b59
Dark Shade of #112233
#04080d
Saturated Shade of #112233
#0e2236
Desaturated Shade of #112233
#142230
Grey scale Shade of #112233
#222222
Brighten Shade
#2a3b4c
Most Readable Shade
#FFFFFF

Shades of #112233 color code

Generate more color scales with scales (color stack) generator.

#112233
#0f1e2d
#0d1a27
#0b1622
#09121c
#070f16
#050b11
#03070b
#010305
#000000

Similar Color like #112233 color

Find visually similar hex color codes nearing to #112233 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#122334
#132435
#142536
#152637
#162738
#172839
#18293a
#192a3b
#1a2b3c
#1b2c3d
#1c2d3e
#1d2e3f
#1e2f40
#1f3041
#102132
#0f2031
#0e1f30
#0d1e2f
#0c1d2e
#0b1c2d
#0a1b2c
#091a2b
#08192a
#071829
#061728
#051627
#041526
#031425

Monochromatic Color with #112233

#112233
#1f3e5d
#2d5b88
#3c77b3
#4a93dd
#030608

Tints of #112233 Color

#112233
#2b3a49
#455360
#606b77
#7a848d
#959ca4
#afb5bb
#cacdd1
#e4e6e8
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#112233
#332211

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#112233
#331111
#333311

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#113033
#112933
#112233
#111b33
#111433

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#112233
#331122
#223311

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#112233
#331133
#332211
#113311

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#112233
#332211
#333311
#111133

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #112233 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#112233 Color Code Preview on Black Background Color

This is how #112233 Color will look on black background color. Color contrast ratio is 1.30

#112233 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#112233">Your Example Paragraph content text in with font color #112233 </p>

Your Example Paragraph content text in with font color #112233

HTML with inline CSS

<div style="color:#112233">Your Paragraph text in with font color #112233 </div>

Your Example Paragraph content text in with font color #112233

#112233 color code is use for CSS Background Color

Background color for the above div is #112233

HTML with inline CSS

<div style="background-color:#112233;"></div>

#112233 color code is use for CSS Border Color

CSS Border color for the above div is #112233

HTML with inline CSS

<div style="border:5px solid #112233;"></div>

CSS Border Left color for the above div is #112233

HTML with inline CSS

<div style="border-left:5px solid #112233;"></div>

CSS Border Right color for the above div is #112233

HTML with inline CSS

<div style="border-right:5px solid #112233;"></div>

CSS Border Bottom color for the above div is #112233

HTML with inline CSS

<div style="border-bottom:5px solid #112233;"></div>

CSS Border Top color for the above div is #112233

HTML with inline CSS

<div style="border-top:5px solid #112233;"></div>

#112233 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#112233; } .examplecolorclass {color:#112233; } .examplebordercolor {border:3px solid #112233; }

#112233 Color code Preview on White Background

This is how #112233 Color code will look on white background color. Color contrast ratio is 16.15

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #112233; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #112233; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(17,34,51,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(51,34,17,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(17,34,51,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 152 Views

Post your comment:-

By submitting comment you agree to our privacy policy.