COLOR #121B10

HEX: #121B10
RGB: (18,27,16)

Color info

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

RGB color model

#121B10 color RGB value is (18,27,16).

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

RGB channels and saturation

R 18 of 255 = 7%
G 27 of 255 = 11%
B 16 of 255 = 6%

18
27
16

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

Portions of RGB colors in percentages

R + G + B =
18 + 27 + 16 = 61 (100%)
R 18 of 61 ~ 29.51%
G 27 of 61 ~ 44.26%
B 16 of 61 ~ 26.23%

%29.51
%44.26
%26.23

CMYK color model

#121B10 color CMYK value is (33,0,41,89).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 40.74%
  • key color value is 89.41%
CMYK:
(33,0,41,89)
C33M0Y41K89 
(33%,0%,41%,89%)
(0.33/0.00/0.41/0.89)	

CMYK percentages

%33.33
%0
%40.74
%89.41

Codes

Color #121B10 in popluar color models

121B10
RGB182716
HSL109°25.58%8.43%
HSB/HSV109°40.74%10.59%
CMYK33.33%0.00%40.74%
89.41%

Color #121B10 in popluar number systems.

HEX121B10
Decimal182716
Binary100101101110000
Octal223320

Shades and tints

Shades of #121B10

#121B10
(18,27,16)
#11190F
(17,25,15)
#10170E
(16,23,14)
#0F150D
(15,21,13)
#0E130C
(14,19,12)
#0D110B
(13,17,11)
#0C0F0A
(12,15,10)
#0B0D09
(11,13,9)
#0A0B08
(10,11,8)
#090907
(9,9,7)
#080706
(8,7,6)
#000000
(0,0,0)

Tints of #121B10

#121B10
(18,27,16)
#272F25
(39,47,37)
#3C433A
(60,67,58)
#51574F
(81,87,79)
#666B64
(102,107,100)
#7B7F79
(123,127,121)
#90938E
(144,147,142)
#A5A7A3
(165,167,163)
#BABBB8
(186,187,184)
#CFCFCD
(207,207,205)
#E4E3E2
(228,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121B10; }

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

This text font color is #121B10.


Background Color

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

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

This div background color is #121B10.


Border color

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

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

This div border color is #121B10.


Opacity

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

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

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

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

This text has shadow with #121B10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121B10 on black background.


Color preview on white background

This text has color #121B10 on white background.



Black color preview on #121B10 background

This text has black color on #121B10 background.


White color preview on #121B10 background

This text has white color on #121B10 background.