COLOR #142706

HEX: #142706
RGB: (20,39,6)

Color info

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

RGB color model

#142706 color RGB value is (20,39,6).

  • red value is 20;
  • green value is 39;
  • blue value is 6.
RGB:
(20,39,6)
(8%,15%,2%)

RGB channels and saturation

R 20 of 255 = 8%
G 39 of 255 = 15%
B 6 of 255 = 2%

20
39
6

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

Portions of RGB colors in percentages

R + G + B =
20 + 39 + 6 = 65 (100%)
R 20 of 65 ~ 30.77%
G 39 of 65 ~ 60%
B 6 of 65 ~ 9.23%

%30.77
%60

CMYK color model

#142706 color CMYK value is (49,0,85,85).

  • cyan value is 48.72%
  • magenta value is 0.00%
  • yellow value is 84.62%
  • key color value is 84.71%
CMYK:
(49,0,85,85)
C49M0Y85K85 
(49%,0%,85%,85%)
(0.49/0.00/0.85/0.85)	

CMYK percentages

%48.72
%0
%84.62
%84.71

Codes

Color #142706 in popluar color models

142706
RGB20396
HSL95°73.33%8.82%
HSB/HSV95°84.62%15.29%
CMYK48.72%0.00%84.62%
84.71%

Color #142706 in popluar number systems.

HEX142706
Decimal20396
Binary10100100111110
Octal24476

Shades and tints

Shades of #142706

#142706
(20,39,6)
#132406
(19,36,6)
#122106
(18,33,6)
#111E06
(17,30,6)
#101B06
(16,27,6)
#0F1806
(15,24,6)
#0E1506
(14,21,6)
#0D1206
(13,18,6)
#0C0F06
(12,15,6)
#0B0C06
(11,12,6)
#0A0906
(10,9,6)
#000000
(0,0,0)

Tints of #142706

#142706
(20,39,6)
#293A1C
(41,58,28)
#3E4D32
(62,77,50)
#536048
(83,96,72)
#68735E
(104,115,94)
#7D8674
(125,134,116)
#92998A
(146,153,138)
#A7ACA0
(167,172,160)
#BCBFB6
(188,191,182)
#D1D2CC
(209,210,204)
#E6E5E2
(230,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #142706 color. Also use rgb(20,39,6) instead hex code.

Text Font Color

.myTextColor { color: #142706; }

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

This text font color is #142706.


Background Color

.myBgColor { background-color: #142706; }

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

This div background color is #142706.


Border color

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

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

This div border color is #142706.


Opacity

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

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

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

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

This text has shadow with #142706 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #142706 on black background.


Color preview on white background

This text has color #142706 on white background.



Black color preview on #142706 background

This text has black color on #142706 background.


White color preview on #142706 background

This text has white color on #142706 background.