COLOR #121D0F

HEX: #121D0F
RGB: (18,29,15)

Color info

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

RGB color model

#121D0F color RGB value is (18,29,15).

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

RGB channels and saturation

R 18 of 255 = 7%
G 29 of 255 = 11%
B 15 of 255 = 6%

18
29
15

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

Portions of RGB colors in percentages

R + G + B =
18 + 29 + 15 = 62 (100%)
R 18 of 62 ~ 29.03%
G 29 of 62 ~ 46.77%
B 15 of 62 ~ 24.19%

%29.03
%46.77
%24.19

CMYK color model

#121D0F color CMYK value is (38,0,48,89).

  • cyan value is 37.93%
  • magenta value is 0.00%
  • yellow value is 48.28%
  • key color value is 88.63%
CMYK:
(38,0,48,89)
C38M0Y48K89 
(38%,0%,48%,89%)
(0.38/0.00/0.48/0.89)	

CMYK percentages

%37.93
%0
%48.28
%88.63

Codes

Color #121D0F in popluar color models

121D0F
RGB182915
HSL107°31.82%8.63%
HSB/HSV107°48.28%11.37%
CMYK37.93%0.00%48.28%
88.63%

Color #121D0F in popluar number systems.

HEX121D0F
Decimal182915
Binary10010111011111
Octal223517

Shades and tints

Shades of #121D0F

#121D0F
(18,29,15)
#111B0E
(17,27,14)
#10190D
(16,25,13)
#0F170C
(15,23,12)
#0E150B
(14,21,11)
#0D130A
(13,19,10)
#0C1109
(12,17,9)
#0B0F08
(11,15,8)
#0A0D07
(10,13,7)
#090B06
(9,11,6)
#080905
(8,9,5)
#000000
(0,0,0)

Tints of #121D0F

#121D0F
(18,29,15)
#273124
(39,49,36)
#3C4539
(60,69,57)
#51594E
(81,89,78)
#666D63
(102,109,99)
#7B8178
(123,129,120)
#90958D
(144,149,141)
#A5A9A2
(165,169,162)
#BABDB7
(186,189,183)
#CFD1CC
(207,209,204)
#E4E5E1
(228,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121D0F; }

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

This text font color is #121D0F.


Background Color

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

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

This div background color is #121D0F.


Border color

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

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

This div border color is #121D0F.


Opacity

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

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

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

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

This text has shadow with #121D0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121D0F on black background.


Color preview on white background

This text has color #121D0F on white background.



Black color preview on #121D0F background

This text has black color on #121D0F background.


White color preview on #121D0F background

This text has white color on #121D0F background.