COLOR #143307

HEX: #143307
RGB: (20,51,7)

Color info

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

RGB color model

#143307 color RGB value is (20,51,7).

  • red value is 20;
  • green value is 51;
  • blue value is 7.
RGB:
(20,51,7)
(8%,20%,3%)

RGB channels and saturation

R 20 of 255 = 8%
G 51 of 255 = 20%
B 7 of 255 = 3%

20
51
7

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

Portions of RGB colors in percentages

R + G + B =
20 + 51 + 7 = 78 (100%)
R 20 of 78 ~ 25.64%
G 51 of 78 ~ 65.38%
B 7 of 78 ~ 8.97%

%25.64
%65.38

CMYK color model

#143307 color CMYK value is (61,0,86,80).

  • cyan value is 60.78%
  • magenta value is 0.00%
  • yellow value is 86.27%
  • key color value is 80.00%
CMYK:
(61,0,86,80)
C61M0Y86K80 
(61%,0%,86%,80%)
(0.61/0.00/0.86/0.80)	

CMYK percentages

%60.78
%0
%86.27
%80

Codes

Color #143307 in popluar color models

143307
RGB20517
HSL102°75.86%11.37%
HSB/HSV102°86.27%20.00%
CMYK60.78%0.00%86.27%
80.00%

Color #143307 in popluar number systems.

HEX143307
Decimal20517
Binary10100110011111
Octal24637

Shades and tints

Shades of #143307

#143307
(20,51,7)
#132F07
(19,47,7)
#122B07
(18,43,7)
#112707
(17,39,7)
#102307
(16,35,7)
#0F1F07
(15,31,7)
#0E1B07
(14,27,7)
#0D1707
(13,23,7)
#0C1307
(12,19,7)
#0B0F07
(11,15,7)
#0A0B07
(10,11,7)
#000000
(0,0,0)

Tints of #143307

#143307
(20,51,7)
#29451D
(41,69,29)
#3E5733
(62,87,51)
#536949
(83,105,73)
#687B5F
(104,123,95)
#7D8D75
(125,141,117)
#929F8B
(146,159,139)
#A7B1A1
(167,177,161)
#BCC3B7
(188,195,183)
#D1D5CD
(209,213,205)
#E6E7E3
(230,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #143307 color. Also use rgb(20,51,7) instead hex code.

Text Font Color

.myTextColor { color: #143307; }

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

This text font color is #143307.


Background Color

.myBgColor { background-color: #143307; }

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

This div background color is #143307.


Border color

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

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

This div border color is #143307.


Opacity

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

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

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

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

This text has shadow with #143307 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #143307 on black background.


Color preview on white background

This text has color #143307 on white background.



Black color preview on #143307 background

This text has black color on #143307 background.


White color preview on #143307 background

This text has white color on #143307 background.