COLOR #141009

HEX: #141009
RGB: (20,16,9)

Color info

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

RGB color model

#141009 color RGB value is (20,16,9).

  • red value is 20;
  • green value is 16;
  • blue value is 9.
RGB:
(20,16,9)
(8%,6%,4%)

RGB channels and saturation

R 20 of 255 = 8%
G 16 of 255 = 6%
B 9 of 255 = 4%

20
16
9

R + G + B ~ 6%. #141009 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 16 + 9 = 45 (100%)
R 20 of 45 ~ 44.44%
G 16 of 45 ~ 35.56%
B 9 of 45 ~ 20%

%44.44
%35.56
%20

CMYK color model

#141009 color CMYK value is (0,20,55,92).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 55.00%
  • key color value is 92.16%
CMYK:
(0,20,55,92)
C0M20Y55K92 
(0%,20%,55%,92%)
(0.00/0.20/0.55/0.92)	

CMYK percentages

%0
%20
%55
%92.16

Codes

Color #141009 in popluar color models

141009
RGB20169
HSL38°37.93%5.69%
HSB/HSV38°55.00%7.84%
CMYK0.00%20.00%55.00%
92.16%

Color #141009 in popluar number systems.

HEX141009
Decimal20169
Binary10100100001001
Octal242011

Shades and tints

Shades of #141009

#141009
(20,16,9)
#130F09
(19,15,9)
#120E09
(18,14,9)
#110D09
(17,13,9)
#100C09
(16,12,9)
#0F0B09
(15,11,9)
#0E0A09
(14,10,9)
#0D0909
(13,9,9)
#0C0809
(12,8,9)
#0B0709
(11,7,9)
#0A0609
(10,6,9)
#000000
(0,0,0)

Tints of #141009

#141009
(20,16,9)
#29251F
(41,37,31)
#3E3A35
(62,58,53)
#534F4B
(83,79,75)
#686461
(104,100,97)
#7D7977
(125,121,119)
#928E8D
(146,142,141)
#A7A3A3
(167,163,163)
#BCB8B9
(188,184,185)
#D1CDCF
(209,205,207)
#E6E2E5
(230,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #141009 color. Also use rgb(20,16,9) instead hex code.

Text Font Color

.myTextColor { color: #141009; }

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

This text font color is #141009.


Background Color

.myBgColor { background-color: #141009; }

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

This div background color is #141009.


Border color

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

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

This div border color is #141009.


Opacity

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

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

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

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

This text has shadow with #141009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #141009 on black background.


Color preview on white background

This text has color #141009 on white background.



Black color preview on #141009 background

This text has black color on #141009 background.


White color preview on #141009 background

This text has white color on #141009 background.