COLOR #141811

HEX: #141811
RGB: (20,24,17)

Color info

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

RGB color model

#141811 color RGB value is (20,24,17).

  • red value is 20;
  • green value is 24;
  • blue value is 17.
RGB:
(20,24,17)
(8%,9%,7%)

RGB channels and saturation

R 20 of 255 = 8%
G 24 of 255 = 9%
B 17 of 255 = 7%

20
24
17

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

Portions of RGB colors in percentages

R + G + B =
20 + 24 + 17 = 61 (100%)
R 20 of 61 ~ 32.79%
G 24 of 61 ~ 39.34%
B 17 of 61 ~ 27.87%

%32.79
%39.34
%27.87

CMYK color model

#141811 color CMYK value is (17,0,29,91).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 29.17%
  • key color value is 90.59%
CMYK:
(17,0,29,91)
C17M0Y29K91 
(17%,0%,29%,91%)
(0.17/0.00/0.29/0.91)	

CMYK percentages

%16.67
%0
%29.17
%90.59

Codes

Color #141811 in popluar color models

141811
RGB202417
HSL94°17.07%8.04%
HSB/HSV94°29.17%9.41%
CMYK16.67%0.00%29.17%
90.59%

Color #141811 in popluar number systems.

HEX141811
Decimal202417
Binary101001100010001
Octal243021

Shades and tints

Shades of #141811

#141811
(20,24,17)
#131610
(19,22,16)
#12140F
(18,20,15)
#11120E
(17,18,14)
#10100D
(16,16,13)
#0F0E0C
(15,14,12)
#0E0C0B
(14,12,11)
#0D0A0A
(13,10,10)
#0C0809
(12,8,9)
#0B0608
(11,6,8)
#0A0407
(10,4,7)
#000000
(0,0,0)

Tints of #141811

#141811
(20,24,17)
#292D26
(41,45,38)
#3E423B
(62,66,59)
#535750
(83,87,80)
#686C65
(104,108,101)
#7D817A
(125,129,122)
#92968F
(146,150,143)
#A7ABA4
(167,171,164)
#BCC0B9
(188,192,185)
#D1D5CE
(209,213,206)
#E6EAE3
(230,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #141811 color. Also use rgb(20,24,17) instead hex code.

Text Font Color

.myTextColor { color: #141811; }

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

This text font color is #141811.


Background Color

.myBgColor { background-color: #141811; }

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

This div background color is #141811.


Border color

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

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

This div border color is #141811.


Opacity

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

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

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

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

This text has shadow with #141811 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #141811 on black background.


Color preview on white background

This text has color #141811 on white background.



Black color preview on #141811 background

This text has black color on #141811 background.


White color preview on #141811 background

This text has white color on #141811 background.