COLOR #121D13

HEX: #121D13
RGB: (18,29,19)

Color info

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

RGB color model

#121D13 color RGB value is (18,29,19).

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

RGB channels and saturation

R 18 of 255 = 7%
G 29 of 255 = 11%
B 19 of 255 = 7%

18
29
19

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

Portions of RGB colors in percentages

R + G + B =
18 + 29 + 19 = 66 (100%)
R 18 of 66 ~ 27.27%
G 29 of 66 ~ 43.94%
B 19 of 66 ~ 28.79%

%27.27
%43.94
%28.79

CMYK color model

#121D13 color CMYK value is (38,0,34,89).

  • cyan value is 37.93%
  • magenta value is 0.00%
  • yellow value is 34.48%
  • key color value is 88.63%
CMYK:
(38,0,34,89)
C38M0Y34K89 
(38%,0%,34%,89%)
(0.38/0.00/0.34/0.89)	

CMYK percentages

%37.93
%0
%34.48
%88.63

Codes

Color #121D13 in popluar color models

121D13
RGB182919
HSL125°23.40%9.22%
HSB/HSV125°37.93%11.37%
CMYK37.93%0.00%34.48%
88.63%

Color #121D13 in popluar number systems.

HEX121D13
Decimal182919
Binary100101110110011
Octal223523

Shades and tints

Shades of #121D13

#121D13
(18,29,19)
#111B12
(17,27,18)
#101911
(16,25,17)
#0F1710
(15,23,16)
#0E150F
(14,21,15)
#0D130E
(13,19,14)
#0C110D
(12,17,13)
#0B0F0C
(11,15,12)
#0A0D0B
(10,13,11)
#090B0A
(9,11,10)
#080909
(8,9,9)
#000000
(0,0,0)

Tints of #121D13

#121D13
(18,29,19)
#273128
(39,49,40)
#3C453D
(60,69,61)
#515952
(81,89,82)
#666D67
(102,109,103)
#7B817C
(123,129,124)
#909591
(144,149,145)
#A5A9A6
(165,169,166)
#BABDBB
(186,189,187)
#CFD1D0
(207,209,208)
#E4E5E5
(228,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121D13; }

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

This text font color is #121D13.


Background Color

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

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

This div background color is #121D13.


Border color

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

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

This div border color is #121D13.


Opacity

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

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

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

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

This text has shadow with #121D13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121D13 on black background.


Color preview on white background

This text has color #121D13 on white background.



Black color preview on #121D13 background

This text has black color on #121D13 background.


White color preview on #121D13 background

This text has white color on #121D13 background.