COLOR #143719

HEX: #143719 RGB: (20,55,25)

Color info

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

RGB color model

#143719 color RGB value is (20,55,25).

RGB: (20,55,25) (8%, 22%, 10%)

RGB channels and saturation

R 20 of 255 = 8%
G 55 of 255 = 22%
B 25 of 255 = 10%

20
55
25

R + G + B ~ 13%. #143719 is dark color.

Portions of RGB colors in percentages

R + G + B = 20 + 55 + 25 = 100 (100%)
R 20 of 100 ~ 20%
G 55 of 100 ~ 55%
B 25 of 100 ~ 25'%

%20
%55
%25

CMYK color model

#143719 color CMYK value is (64,0,55,78).

  • cyan value is 63.64%
  • magenta value is 0.00%
  • yellow value is 54.55%
  • key color value is 78.43%

CMYK: (64,0,55,78)
C64M0Y55K78 (64%, 0%, 55%, 78%)
(0.64 / 0.00 / 0.55 / 0.78)

CMYK percentages

%63.64
%0
%54.55
%78.43

Codes

Color #143719 in popluar color models

14 37 19
RGB 20 55 25
HSL 129° 46.67% 14.71%
HSB/HSV 129° 63.64% 21.57%
CMYK 63.64% 0.00% 54.55%
78.43%

Color #143719 in popluar number systems.

HEX 14 37 19
Decimal 20 55 25
Binary 10100 110111 11001
Octal 24 67 31

Shades and tints

Shades of #143719

#143719
(20,55,25)
#133217
(19,50,23)
#122D15
(18,45,21)
#112813
(17,40,19)
#102311
(16,35,17)
#0F1E0F
(15,30,15)
#0E190D
(14,25,13)
#0D140B
(13,20,11)
#0C0F09
(12,15,9)
#0B0A07
(11,10,7)
#0A0505
(10,5,5)
#000000
(0,0,0)

Tints of #143719

#143719
(20,55,25)
#29492D
(41,73,45)
#3E5B41
(62,91,65)
#536D55
(83,109,85)
#687F69
(104,127,105)
#7D917D
(125,145,125)
#92A391
(146,163,145)
#A7B5A5
(167,181,165)
#BCC7B9
(188,199,185)
#D1D9CD
(209,217,205)
#E6EBE1
(230,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #143719 color. Also use rgb(20,55,25) instead hex code.

Text Font Color

.myTextColor { color: #143719; }

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

This text font color is #143719.

Background Color

.myBgColor { background-color: #143719; }

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

This div background color is #143719.

Border color

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

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

This div border color is #143719.

Opacity

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

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

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

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

This text has shadow with #143719 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #143719.

Preview

Color preview on black background

This text has color #143719 on black background.


Color preview on white background

This text has color #143719 on white background.


Black color preview on #143719 background

This text has black color on #143719 background.


White color preview on #143719 background

This text has white color on #143719 background.


Related colors

Complementary color

Complementary color for #hex is #EBC8E6.


I love getcolorcode.com

Triadic colors

1 #191437 and #371914 with #143719 are triadic colors.

2 #193714 and #371419 with #143719 are triadic colors.