COLOR #121D0D

HEX: #121D0D
RGB: (18,29,13)

Color info

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

RGB color model

#121D0D color RGB value is (18,29,13).

  • red value is 18;
  • green value is 29;
  • blue value is 13.
RGB:
(18,29,13)
(7%,11%,5%)

RGB channels and saturation

R 18 of 255 = 7%
G 29 of 255 = 11%
B 13 of 255 = 5%

18
29
13

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

Portions of RGB colors in percentages

R + G + B =
18 + 29 + 13 = 60 (100%)
R 18 of 60 ~ 30%
G 29 of 60 ~ 48.33%
B 13 of 60 ~ 21.67%

%30
%48.33
%21.67

CMYK color model

#121D0D color CMYK value is (38,0,55,89).

  • cyan value is 37.93%
  • magenta value is 0.00%
  • yellow value is 55.17%
  • key color value is 88.63%
CMYK:
(38,0,55,89)
C38M0Y55K89 
(38%,0%,55%,89%)
(0.38/0.00/0.55/0.89)	

CMYK percentages

%37.93
%0
%55.17
%88.63

Codes

Color #121D0D in popluar color models

121D0D
RGB182913
HSL101°38.10%8.24%
HSB/HSV101°55.17%11.37%
CMYK37.93%0.00%55.17%
88.63%

Color #121D0D in popluar number systems.

HEX121D0D
Decimal182913
Binary10010111011101
Octal223515

Shades and tints

Shades of #121D0D

#121D0D
(18,29,13)
#111B0C
(17,27,12)
#10190B
(16,25,11)
#0F170A
(15,23,10)
#0E1509
(14,21,9)
#0D1308
(13,19,8)
#0C1107
(12,17,7)
#0B0F06
(11,15,6)
#0A0D05
(10,13,5)
#090B04
(9,11,4)
#080903
(8,9,3)
#000000
(0,0,0)

Tints of #121D0D

#121D0D
(18,29,13)
#273123
(39,49,35)
#3C4539
(60,69,57)
#51594F
(81,89,79)
#666D65
(102,109,101)
#7B817B
(123,129,123)
#909591
(144,149,145)
#A5A9A7
(165,169,167)
#BABDBD
(186,189,189)
#CFD1D3
(207,209,211)
#E4E5E9
(228,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #121D0D color. Also use rgb(18,29,13) instead hex code.

Text Font Color

.myTextColor { color: #121D0D; }

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

This text font color is #121D0D.


Background Color

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

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

This div background color is #121D0D.


Border color

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

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

This div border color is #121D0D.


Opacity

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

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

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

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

This text has shadow with #121D0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121D0D on black background.


Color preview on white background

This text has color #121D0D on white background.



Black color preview on #121D0D background

This text has black color on #121D0D background.


White color preview on #121D0D background

This text has white color on #121D0D background.