COLOR #121F08

HEX: #121F08
RGB: (18,31,8)

Color info

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

RGB color model

#121F08 color RGB value is (18,31,8).

  • red value is 18;
  • green value is 31;
  • blue value is 8.
RGB:
(18,31,8)
(7%,12%,3%)

RGB channels and saturation

R 18 of 255 = 7%
G 31 of 255 = 12%
B 8 of 255 = 3%

18
31
8

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

Portions of RGB colors in percentages

R + G + B =
18 + 31 + 8 = 57 (100%)
R 18 of 57 ~ 31.58%
G 31 of 57 ~ 54.39%
B 8 of 57 ~ 14.04%

%31.58
%54.39
%14.04

CMYK color model

#121F08 color CMYK value is (42,0,74,88).

  • cyan value is 41.94%
  • magenta value is 0.00%
  • yellow value is 74.19%
  • key color value is 87.84%
CMYK:
(42,0,74,88)
C42M0Y74K88 
(42%,0%,74%,88%)
(0.42/0.00/0.74/0.88)	

CMYK percentages

%41.94
%0
%74.19
%87.84

Codes

Color #121F08 in popluar color models

121F08
RGB18318
HSL94°58.97%7.65%
HSB/HSV94°74.19%12.16%
CMYK41.94%0.00%74.19%
87.84%

Color #121F08 in popluar number systems.

HEX121F08
Decimal18318
Binary10010111111000
Octal223710

Shades and tints

Shades of #121F08

#121F08
(18,31,8)
#111D08
(17,29,8)
#101B08
(16,27,8)
#0F1908
(15,25,8)
#0E1708
(14,23,8)
#0D1508
(13,21,8)
#0C1308
(12,19,8)
#0B1108
(11,17,8)
#0A0F08
(10,15,8)
#090D08
(9,13,8)
#080B08
(8,11,8)
#000000
(0,0,0)

Tints of #121F08

#121F08
(18,31,8)
#27331E
(39,51,30)
#3C4734
(60,71,52)
#515B4A
(81,91,74)
#666F60
(102,111,96)
#7B8376
(123,131,118)
#90978C
(144,151,140)
#A5ABA2
(165,171,162)
#BABFB8
(186,191,184)
#CFD3CE
(207,211,206)
#E4E7E4
(228,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121F08; }

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

This text font color is #121F08.


Background Color

.myBgColor { background-color: #121F08; }

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

This div background color is #121F08.


Border color

.myBorderColor { border: 1px solid #121F08; }

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

This div border color is #121F08.


Opacity

.myOpacity80 { color: #121F08; opacity: 0.8; }

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

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

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

This text has shadow with #121F08 color.

.textShadow {text-shadow: 3px 3px 1px #121F08, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #121F08;
-webkit-box-shadow: 1px 1px 3px 2px #121F08;
box-shadow:1px 1px 3px 2px #121F08;">
Div content here</div>
This div box has shadow with color #121F08.

Preview

Color preview on black background

This text has color #121F08 on black background.


Color preview on white background

This text has color #121F08 on white background.



Black color preview on #121F08 background

This text has black color on #121F08 background.


White color preview on #121F08 background

This text has white color on #121F08 background.