COLOR #121C08

HEX: #121C08
RGB: (18,28,8)

Color info

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

RGB color model

#121C08 color RGB value is (18,28,8).

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

RGB channels and saturation

R 18 of 255 = 7%
G 28 of 255 = 11%
B 8 of 255 = 3%

18
28
8

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

Portions of RGB colors in percentages

R + G + B =
18 + 28 + 8 = 54 (100%)
R 18 of 54 ~ 33.33%
G 28 of 54 ~ 51.85%
B 8 of 54 ~ 14.81%

%33.33
%51.85
%14.81

CMYK color model

#121C08 color CMYK value is (36,0,71,89).

  • cyan value is 35.71%
  • magenta value is 0.00%
  • yellow value is 71.43%
  • key color value is 89.02%
CMYK:
(36,0,71,89)
C36M0Y71K89 
(36%,0%,71%,89%)
(0.36/0.00/0.71/0.89)	

CMYK percentages

%35.71
%0
%71.43
%89.02

Codes

Color #121C08 in popluar color models

121C08
RGB18288
HSL90°55.56%7.06%
HSB/HSV90°71.43%10.98%
CMYK35.71%0.00%71.43%
89.02%

Color #121C08 in popluar number systems.

HEX121C08
Decimal18288
Binary10010111001000
Octal223410

Shades and tints

Shades of #121C08

#121C08
(18,28,8)
#111A08
(17,26,8)
#101808
(16,24,8)
#0F1608
(15,22,8)
#0E1408
(14,20,8)
#0D1208
(13,18,8)
#0C1008
(12,16,8)
#0B0E08
(11,14,8)
#0A0C08
(10,12,8)
#090A08
(9,10,8)
#080808
(8,8,8)
#000000
(0,0,0)

Tints of #121C08

#121C08
(18,28,8)
#27301E
(39,48,30)
#3C4434
(60,68,52)
#51584A
(81,88,74)
#666C60
(102,108,96)
#7B8076
(123,128,118)
#90948C
(144,148,140)
#A5A8A2
(165,168,162)
#BABCB8
(186,188,184)
#CFD0CE
(207,208,206)
#E4E4E4
(228,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121C08; }

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

This text font color is #121C08.


Background Color

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

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

This div background color is #121C08.


Border color

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

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

This div border color is #121C08.


Opacity

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

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

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

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

This text has shadow with #121C08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121C08 on black background.


Color preview on white background

This text has color #121C08 on white background.



Black color preview on #121C08 background

This text has black color on #121C08 background.


White color preview on #121C08 background

This text has white color on #121C08 background.