COLOR #141E09

HEX: #141E09
RGB: (20,30,9)

Color info

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

RGB color model

#141E09 color RGB value is (20,30,9).

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

RGB channels and saturation

R 20 of 255 = 8%
G 30 of 255 = 12%
B 9 of 255 = 4%

20
30
9

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

Portions of RGB colors in percentages

R + G + B =
20 + 30 + 9 = 59 (100%)
R 20 of 59 ~ 33.9%
G 30 of 59 ~ 50.85%
B 9 of 59 ~ 15.25%

%33.9
%50.85
%15.25

CMYK color model

#141E09 color CMYK value is (33,0,70,88).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 70.00%
  • key color value is 88.24%
CMYK:
(33,0,70,88)
C33M0Y70K88 
(33%,0%,70%,88%)
(0.33/0.00/0.70/0.88)	

CMYK percentages

%33.33
%0
%70
%88.24

Codes

Color #141E09 in popluar color models

141E09
RGB20309
HSL89°53.85%7.65%
HSB/HSV89°70.00%11.76%
CMYK33.33%0.00%70.00%
88.24%

Color #141E09 in popluar number systems.

HEX141E09
Decimal20309
Binary10100111101001
Octal243611

Shades and tints

Shades of #141E09

#141E09
(20,30,9)
#131C09
(19,28,9)
#121A09
(18,26,9)
#111809
(17,24,9)
#101609
(16,22,9)
#0F1409
(15,20,9)
#0E1209
(14,18,9)
#0D1009
(13,16,9)
#0C0E09
(12,14,9)
#0B0C09
(11,12,9)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #141E09

#141E09
(20,30,9)
#29321F
(41,50,31)
#3E4635
(62,70,53)
#535A4B
(83,90,75)
#686E61
(104,110,97)
#7D8277
(125,130,119)
#92968D
(146,150,141)
#A7AAA3
(167,170,163)
#BCBEB9
(188,190,185)
#D1D2CF
(209,210,207)
#E6E6E5
(230,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #141E09; }

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

This text font color is #141E09.


Background Color

.myBgColor { background-color: #141E09; }

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

This div background color is #141E09.


Border color

.myBorderColor { border: 1px solid #141E09; }

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

This div border color is #141E09.


Opacity

.myOpacity80 { color: #141E09; opacity: 0.8; }

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

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

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

This text has shadow with #141E09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #141E09 on black background.


Color preview on white background

This text has color #141E09 on white background.



Black color preview on #141E09 background

This text has black color on #141E09 background.


White color preview on #141E09 background

This text has white color on #141E09 background.