COLOR #143820

HEX: #143820
RGB: (20,56,32)

Color info

#143820 contains red, green and blue colors in about the same proportion. Web safe color of #143820 is #003333 (or #033).

RGB color model

#143820 color RGB value is (20,56,32).

  • red value is 20;
  • green value is 56;
  • blue value is 32.
RGB:
(20,56,32)
(8%,22%,13%)

RGB channels and saturation

R 20 of 255 = 8%
G 56 of 255 = 22%
B 32 of 255 = 13%

20
56
32

R + G + B ~ 14%. #143820 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 56 + 32 = 108 (100%)
R 20 of 108 ~ 18.52%
G 56 of 108 ~ 51.85%
B 32 of 108 ~ 29.63%

%18.52
%51.85
%29.63

CMYK color model

#143820 color CMYK value is (64,0,43,78).

  • cyan value is 64.29%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 78.04%
CMYK:
(64,0,43,78)
C64M0Y43K78 
(64%,0%,43%,78%)
(0.64/0.00/0.43/0.78)	

CMYK percentages

%64.29
%0
%42.86
%78.04

Codes

Color #143820 in popluar color models

143820
RGB205632
HSL140°47.37%14.90%
HSB/HSV140°64.29%21.96%
CMYK64.29%0.00%42.86%
78.04%

Color #143820 in popluar number systems.

HEX143820
Decimal205632
Binary10100111000100000
Octal247040

Shades and tints

Shades of #143820

#143820
(20,56,32)
#13331E
(19,51,30)
#122E1C
(18,46,28)
#11291A
(17,41,26)
#102418
(16,36,24)
#0F1F16
(15,31,22)
#0E1A14
(14,26,20)
#0D1512
(13,21,18)
#0C1010
(12,16,16)
#0B0B0E
(11,11,14)
#0A060C
(10,6,12)
#000000
(0,0,0)

Tints of #143820

#143820
(20,56,32)
#294A34
(41,74,52)
#3E5C48
(62,92,72)
#536E5C
(83,110,92)
#688070
(104,128,112)
#7D9284
(125,146,132)
#92A498
(146,164,152)
#A7B6AC
(167,182,172)
#BCC8C0
(188,200,192)
#D1DAD4
(209,218,212)
#E6ECE8
(230,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #143820 color. Also use rgb(20,56,32) instead hex code.

Text Font Color

.myTextColor { color: #143820; }

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

This text font color is #143820.


Background Color

.myBgColor { background-color: #143820; }

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

This div background color is #143820.


Border color

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

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

This div border color is #143820.


Opacity

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

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

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

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

This text has shadow with #143820 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #143820 on black background.


Color preview on white background

This text has color #143820 on white background.



Black color preview on #143820 background

This text has black color on #143820 background.


White color preview on #143820 background

This text has white color on #143820 background.