COLOR #121908

HEX: #121908 RGB: (18,25,8)

Color info

#121908 contains red, green and blue colors in about the same proportion. Web safe color of #121908 is #000000 (or #000).

RGB color model

#121908 color RGB value is (18,25,8).

RGB: (18,25,8) (7%, 10%, 3%)

RGB channels and saturation

R 18 of 255 = 7%
G 25 of 255 = 10%
B 8 of 255 = 3%

18
25
8

R + G + B ~ 7%. #121908 is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 25 + 8 = 51 (100%)
R 18 of 51 ~ 35.29%
G 25 of 51 ~ 49.02%
B 8 of 51 ~ 15.69'%

%35.29
%49.02
%15.69

CMYK color model

#121908 color CMYK value is (28,0,68,90).

  • cyan value is 28.00%
  • magenta value is 0.00%
  • yellow value is 68.00%
  • key color value is 90.20%

CMYK: (28,0,68,90)
C28M0Y68K90 (28%, 0%, 68%, 90%)
(0.28 / 0.00 / 0.68 / 0.90)

CMYK percentages

%28
%0
%68
%90.2

Codes

Color #121908 in popluar color models

12 19 08
RGB 18 25 8
HSL 85° 51.52% 6.47%
HSB/HSV 85° 68.00% 9.80%
CMYK 28.00% 0.00% 68.00%
90.20%

Color #121908 in popluar number systems.

HEX 12 19 08
Decimal 18 25 8
Binary 10010 11001 1000
Octal 22 31 10

Shades and tints

Shades of #121908

#121908
(18,25,8)
#111708
(17,23,8)
#101508
(16,21,8)
#0F1308
(15,19,8)
#0E1108
(14,17,8)
#0D0F08
(13,15,8)
#0C0D08
(12,13,8)
#0B0B08
(11,11,8)
#0A0908
(10,9,8)
#090708
(9,7,8)
#080508
(8,5,8)
#000000
(0,0,0)

Tints of #121908

#121908
(18,25,8)
#272D1E
(39,45,30)
#3C4134
(60,65,52)
#51554A
(81,85,74)
#666960
(102,105,96)
#7B7D76
(123,125,118)
#90918C
(144,145,140)
#A5A5A2
(165,165,162)
#BAB9B8
(186,185,184)
#CFCDCE
(207,205,206)
#E4E1E4
(228,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121908; }

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

This text font color is #121908.

Background Color

.myBgColor { background-color: #121908; }

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

This div background color is #121908.

Border color

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

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

This div border color is #121908.

Opacity

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

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

Text with #121908 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 #121908;}

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

This text has shadow with #121908 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #121908.

Preview

Color preview on black background

This text has color #121908 on black background.


Color preview on white background

This text has color #121908 on white background.


Black color preview on #121908 background

This text has black color on #121908 background.


White color preview on #121908 background

This text has white color on #121908 background.


Related colors

Complementary color

Complementary color for #hex is #EDE6F7.


I love getcolorcode.com

Triadic colors

1 #081219 and #190812 with #121908 are triadic colors.

2 #081912 and #191208 with #121908 are triadic colors.