COLOR #142B09

HEX: #142B09
RGB: (20,43,9)

Color info

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

RGB color model

#142B09 color RGB value is (20,43,9).

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

RGB channels and saturation

R 20 of 255 = 8%
G 43 of 255 = 17%
B 9 of 255 = 4%

20
43
9

R + G + B ~ 10%. #142B09 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 43 + 9 = 72 (100%)
R 20 of 72 ~ 27.78%
G 43 of 72 ~ 59.72%
B 9 of 72 ~ 12.5%

%27.78
%59.72
%12.5

CMYK color model

#142B09 color CMYK value is (53,0,79,83).

  • cyan value is 53.49%
  • magenta value is 0.00%
  • yellow value is 79.07%
  • key color value is 83.14%
CMYK:
(53,0,79,83)
C53M0Y79K83 
(53%,0%,79%,83%)
(0.53/0.00/0.79/0.83)	

CMYK percentages

%53.49
%0
%79.07
%83.14

Codes

Color #142B09 in popluar color models

142B09
RGB20439
HSL101°65.38%10.20%
HSB/HSV101°79.07%16.86%
CMYK53.49%0.00%79.07%
83.14%

Color #142B09 in popluar number systems.

HEX142B09
Decimal20439
Binary101001010111001
Octal245311

Shades and tints

Shades of #142B09

#142B09
(20,43,9)
#132809
(19,40,9)
#122509
(18,37,9)
#112209
(17,34,9)
#101F09
(16,31,9)
#0F1C09
(15,28,9)
#0E1909
(14,25,9)
#0D1609
(13,22,9)
#0C1309
(12,19,9)
#0B1009
(11,16,9)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #142B09

#142B09
(20,43,9)
#293E1F
(41,62,31)
#3E5135
(62,81,53)
#53644B
(83,100,75)
#687761
(104,119,97)
#7D8A77
(125,138,119)
#929D8D
(146,157,141)
#A7B0A3
(167,176,163)
#BCC3B9
(188,195,185)
#D1D6CF
(209,214,207)
#E6E9E5
(230,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #142B09; }

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

This text font color is #142B09.


Background Color

.myBgColor { background-color: #142B09; }

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

This div background color is #142B09.


Border color

.myBorderColor { border: 1px solid #142B09; }

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

This div border color is #142B09.


Opacity

.myOpacity80 { color: #142B09; opacity: 0.8; }

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

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

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

This text has shadow with #142B09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #142B09 on black background.


Color preview on white background

This text has color #142B09 on white background.



Black color preview on #142B09 background

This text has black color on #142B09 background.


White color preview on #142B09 background

This text has white color on #142B09 background.