COLOR #122008

HEX: #122008 RGB: (18,32,8)

Color info

#122008 contains red, green and blue colors in about the same proportion. Web safe color of #122008 is #003300 (or #030).

RGB color model

#122008 color RGB value is (18,32,8).

RGB: (18,32,8) (7%, 13%, 3%)

RGB channels and saturation

R 18 of 255 = 7%
G 32 of 255 = 13%
B 8 of 255 = 3%

18
32
8

R + G + B ~ 8%. #122008 is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 32 + 8 = 58 (100%)
R 18 of 58 ~ 31.03%
G 32 of 58 ~ 55.17%
B 8 of 58 ~ 13.79'%

%31.03
%55.17
%13.79

CMYK color model

#122008 color CMYK value is (44,0,75,87).

  • cyan value is 43.75%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 87.45%

CMYK: (44,0,75,87)
C44M0Y75K87 (44%, 0%, 75%, 87%)
(0.44 / 0.00 / 0.75 / 0.87)

CMYK percentages

%43.75
%0
%75
%87.45

Codes

Color #122008 in popluar color models

12 20 08
RGB 18 32 8
HSL 95° 60.00% 7.84%
HSB/HSV 95° 75.00% 12.55%
CMYK 43.75% 0.00% 75.00%
87.45%

Color #122008 in popluar number systems.

HEX 12 20 08
Decimal 18 32 8
Binary 10010 100000 1000
Octal 22 40 10

Shades and tints

Shades of #122008

#122008
(18,32,8)
#111E08
(17,30,8)
#101C08
(16,28,8)
#0F1A08
(15,26,8)
#0E1808
(14,24,8)
#0D1608
(13,22,8)
#0C1408
(12,20,8)
#0B1208
(11,18,8)
#0A1008
(10,16,8)
#090E08
(9,14,8)
#080C08
(8,12,8)
#000000
(0,0,0)

Tints of #122008

#122008
(18,32,8)
#27341E
(39,52,30)
#3C4834
(60,72,52)
#515C4A
(81,92,74)
#667060
(102,112,96)
#7B8476
(123,132,118)
#90988C
(144,152,140)
#A5ACA2
(165,172,162)
#BAC0B8
(186,192,184)
#CFD4CE
(207,212,206)
#E4E8E4
(228,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #122008 color. Also use rgb(18,32,8) instead hex code.

Text Font Color

.myTextColor { color: #122008; }

<p style="color:#122008">This sample text font color is #122008.</p>

This text font color is #122008.

Background Color

.myBgColor { background-color: #122008; }

<div style="background-color:#122008">Inner text</div>

This div background color is #122008.

Border color

.myBorderColor { border: 1px solid #122008; }

<div style="border:3px solid #122008">Div</div>

This div border color is #122008.

Opacity

.myOpacity80 { color: #122008; opacity: 0.8; }

<p style="color:#122008;opacity:0.8;">80%</p>

Text with #122008 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #122008;}

<p style="text-shadow: 3px 3px 1px #122008">Text here.</p>

This text has shadow with #122008 color.


.textShadow {text-shadow: 3px 3px 1px #122008', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #122008, 5px 5px 20px red">Text here.</p>

This text has shadow with #122008 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#122008, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#122008, Direction=45, Strength=4)">Text</p>

This text has shadow with #122008 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #122008;
-webkit-box-shadow: 1px 1px 3px 2px #122008;
box-shadow: 1px 1px 3px 2px #122008;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #122008; -webkit-box-shadow: 1px 1px 3px 2px #122008; box-shadow:1px 1px 3px 2px #122008;">
Div content here
</div>

This div box has shadow with color #122008.

Preview

Color preview on black background

This text has color #122008 on black background.


Color preview on white background

This text has color #122008 on white background.


Black color preview on #122008 background

This text has black color on #122008 background.


White color preview on #122008 background

This text has white color on #122008 background.


Related colors

Complementary color

Complementary color for #hex is #EDDFF7.


I love getcolorcode.com

Triadic colors

1 #081220 and #200812 with #122008 are triadic colors.

2 #082012 and #201208 with #122008 are triadic colors.