COLOR #121911

HEX: #121911
RGB: (18,25,17)

Color info

#121911 contains red, green and blue colors in about the same proportion. Web safe color of #121911 is #000000 (or #000).

RGB color model

#121911 color RGB value is (18,25,17).

  • red value is 18;
  • green value is 25;
  • blue value is 17.
RGB:
(18,25,17)
(7%,10%,7%)

RGB channels and saturation

R 18 of 255 = 7%
G 25 of 255 = 10%
B 17 of 255 = 7%

18
25
17

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

Portions of RGB colors in percentages

R + G + B =
18 + 25 + 17 = 60 (100%)
R 18 of 60 ~ 30%
G 25 of 60 ~ 41.67%
B 17 of 60 ~ 28.33%

%30
%41.67
%28.33

CMYK color model

#121911 color CMYK value is (28,0,32,90).

  • cyan value is 28.00%
  • magenta value is 0.00%
  • yellow value is 32.00%
  • key color value is 90.20%
CMYK:
(28,0,32,90)
C28M0Y32K90 
(28%,0%,32%,90%)
(0.28/0.00/0.32/0.90)	

CMYK percentages

%28
%0
%32
%90.2

Codes

Color #121911 in popluar color models

121911
RGB182517
HSL113°19.05%8.24%
HSB/HSV113°32.00%9.80%
CMYK28.00%0.00%32.00%
90.20%

Color #121911 in popluar number systems.

HEX121911
Decimal182517
Binary100101100110001
Octal223121

Shades and tints

Shades of #121911

#121911
(18,25,17)
#111710
(17,23,16)
#10150F
(16,21,15)
#0F130E
(15,19,14)
#0E110D
(14,17,13)
#0D0F0C
(13,15,12)
#0C0D0B
(12,13,11)
#0B0B0A
(11,11,10)
#0A0909
(10,9,9)
#090708
(9,7,8)
#080507
(8,5,7)
#000000
(0,0,0)

Tints of #121911

#121911
(18,25,17)
#272D26
(39,45,38)
#3C413B
(60,65,59)
#515550
(81,85,80)
#666965
(102,105,101)
#7B7D7A
(123,125,122)
#90918F
(144,145,143)
#A5A5A4
(165,165,164)
#BAB9B9
(186,185,185)
#CFCDCE
(207,205,206)
#E4E1E3
(228,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #121911 color. Also use rgb(18,25,17) instead hex code.

Text Font Color

.myTextColor { color: #121911; }

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

This text font color is #121911.


Background Color

.myBgColor { background-color: #121911; }

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

This div background color is #121911.


Border color

.myBorderColor { border: 1px solid #121911; }

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

This div border color is #121911.


Opacity

.myOpacity80 { color: #121911; opacity: 0.8; }

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

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

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

This text has shadow with #121911 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121911 on black background.


Color preview on white background

This text has color #121911 on white background.



Black color preview on #121911 background

This text has black color on #121911 background.


White color preview on #121911 background

This text has white color on #121911 background.