COLOR #121B0D

HEX: #121B0D
RGB: (18,27,13)

Color info

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

RGB color model

#121B0D color RGB value is (18,27,13).

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

RGB channels and saturation

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

18
27
13

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

Portions of RGB colors in percentages

R + G + B =
18 + 27 + 13 = 58 (100%)
R 18 of 58 ~ 31.03%
G 27 of 58 ~ 46.55%
B 13 of 58 ~ 22.41%

%31.03
%46.55
%22.41

CMYK color model

#121B0D color CMYK value is (33,0,52,89).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 51.85%
  • key color value is 89.41%
CMYK:
(33,0,52,89)
C33M0Y52K89 
(33%,0%,52%,89%)
(0.33/0.00/0.52/0.89)	

CMYK percentages

%33.33
%0
%51.85
%89.41

Codes

Color #121B0D in popluar color models

121B0D
RGB182713
HSL99°35.00%7.84%
HSB/HSV99°51.85%10.59%
CMYK33.33%0.00%51.85%
89.41%

Color #121B0D in popluar number systems.

HEX121B0D
Decimal182713
Binary10010110111101
Octal223315

Shades and tints

Shades of #121B0D

#121B0D
(18,27,13)
#11190C
(17,25,12)
#10170B
(16,23,11)
#0F150A
(15,21,10)
#0E1309
(14,19,9)
#0D1108
(13,17,8)
#0C0F07
(12,15,7)
#0B0D06
(11,13,6)
#0A0B05
(10,11,5)
#090904
(9,9,4)
#080703
(8,7,3)
#000000
(0,0,0)

Tints of #121B0D

#121B0D
(18,27,13)
#272F23
(39,47,35)
#3C4339
(60,67,57)
#51574F
(81,87,79)
#666B65
(102,107,101)
#7B7F7B
(123,127,123)
#909391
(144,147,145)
#A5A7A7
(165,167,167)
#BABBBD
(186,187,189)
#CFCFD3
(207,207,211)
#E4E3E9
(228,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121B0D; }

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

This text font color is #121B0D.


Background Color

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

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

This div background color is #121B0D.


Border color

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

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

This div border color is #121B0D.


Opacity

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

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

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

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

This text has shadow with #121B0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121B0D on black background.


Color preview on white background

This text has color #121B0D on white background.



Black color preview on #121B0D background

This text has black color on #121B0D background.


White color preview on #121B0D background

This text has white color on #121B0D background.