COLOR #121B0E

HEX: #121B0E
RGB: (18,27,14)

Color info

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

RGB color model

#121B0E color RGB value is (18,27,14).

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

RGB channels and saturation

R 18 of 255 = 7%
G 27 of 255 = 11%
B 14 of 255 = 5%

18
27
14

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

Portions of RGB colors in percentages

R + G + B =
18 + 27 + 14 = 59 (100%)
R 18 of 59 ~ 30.51%
G 27 of 59 ~ 45.76%
B 14 of 59 ~ 23.73%

%30.51
%45.76
%23.73

CMYK color model

#121B0E color CMYK value is (33,0,48,89).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 48.15%
  • key color value is 89.41%
CMYK:
(33,0,48,89)
C33M0Y48K89 
(33%,0%,48%,89%)
(0.33/0.00/0.48/0.89)	

CMYK percentages

%33.33
%0
%48.15
%89.41

Codes

Color #121B0E in popluar color models

121B0E
RGB182714
HSL102°31.71%8.04%
HSB/HSV102°48.15%10.59%
CMYK33.33%0.00%48.15%
89.41%

Color #121B0E in popluar number systems.

HEX121B0E
Decimal182714
Binary10010110111110
Octal223316

Shades and tints

Shades of #121B0E

#121B0E
(18,27,14)
#11190D
(17,25,13)
#10170C
(16,23,12)
#0F150B
(15,21,11)
#0E130A
(14,19,10)
#0D1109
(13,17,9)
#0C0F08
(12,15,8)
#0B0D07
(11,13,7)
#0A0B06
(10,11,6)
#090905
(9,9,5)
#080704
(8,7,4)
#000000
(0,0,0)

Tints of #121B0E

#121B0E
(18,27,14)
#272F23
(39,47,35)
#3C4338
(60,67,56)
#51574D
(81,87,77)
#666B62
(102,107,98)
#7B7F77
(123,127,119)
#90938C
(144,147,140)
#A5A7A1
(165,167,161)
#BABBB6
(186,187,182)
#CFCFCB
(207,207,203)
#E4E3E0
(228,227,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #121B0E color. Also use rgb(18,27,14) instead hex code.

Text Font Color

.myTextColor { color: #121B0E; }

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

This text font color is #121B0E.


Background Color

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

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

This div background color is #121B0E.


Border color

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

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

This div border color is #121B0E.


Opacity

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

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

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

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

This text has shadow with #121B0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121B0E on black background.


Color preview on white background

This text has color #121B0E on white background.



Black color preview on #121B0E background

This text has black color on #121B0E background.


White color preview on #121B0E background

This text has white color on #121B0E background.