COLOR #141309

HEX: #141309
RGB: (20,19,9)

Color info

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

RGB color model

#141309 color RGB value is (20,19,9).

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

RGB channels and saturation

R 20 of 255 = 8%
G 19 of 255 = 7%
B 9 of 255 = 4%

20
19
9

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

Portions of RGB colors in percentages

R + G + B =
20 + 19 + 9 = 48 (100%)
R 20 of 48 ~ 41.67%
G 19 of 48 ~ 39.58%
B 9 of 48 ~ 18.75%

%41.67
%39.58
%18.75

CMYK color model

#141309 color CMYK value is (0,5,55,92).

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 55.00%
  • key color value is 92.16%
CMYK:
(0,5,55,92)
C0M5Y55K92 
(0%,5%,55%,92%)
(0.00/0.05/0.55/0.92)	

CMYK percentages

%0
%5
%55
%92.16

Codes

Color #141309 in popluar color models

141309
RGB20199
HSL55°37.93%5.69%
HSB/HSV55°55.00%7.84%
CMYK0.00%5.00%55.00%
92.16%

Color #141309 in popluar number systems.

HEX141309
Decimal20199
Binary10100100111001
Octal242311

Shades and tints

Shades of #141309

#141309
(20,19,9)
#131209
(19,18,9)
#121109
(18,17,9)
#111009
(17,16,9)
#100F09
(16,15,9)
#0F0E09
(15,14,9)
#0E0D09
(14,13,9)
#0D0C09
(13,12,9)
#0C0B09
(12,11,9)
#0B0A09
(11,10,9)
#0A0909
(10,9,9)
#000000
(0,0,0)

Tints of #141309

#141309
(20,19,9)
#29281F
(41,40,31)
#3E3D35
(62,61,53)
#53524B
(83,82,75)
#686761
(104,103,97)
#7D7C77
(125,124,119)
#92918D
(146,145,141)
#A7A6A3
(167,166,163)
#BCBBB9
(188,187,185)
#D1D0CF
(209,208,207)
#E6E5E5
(230,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #141309; }

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

This text font color is #141309.


Background Color

.myBgColor { background-color: #141309; }

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

This div background color is #141309.


Border color

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

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

This div border color is #141309.


Opacity

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

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

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

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

This text has shadow with #141309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #141309 on black background.


Color preview on white background

This text has color #141309 on white background.



Black color preview on #141309 background

This text has black color on #141309 background.


White color preview on #141309 background

This text has white color on #141309 background.