COLOR #14372F

HEX: #14372F
RGB: (20,55,47)

Color info

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

RGB color model

#14372F color RGB value is (20,55,47).

  • red value is 20;
  • green value is 55;
  • blue value is 47.
RGB:
(20,55,47)
(8%,22%,18%)

RGB channels and saturation

R 20 of 255 = 8%
G 55 of 255 = 22%
B 47 of 255 = 18%

20
55
47

R + G + B ~ 16%. #14372F is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 55 + 47 = 122 (100%)
R 20 of 122 ~ 16.39%
G 55 of 122 ~ 45.08%
B 47 of 122 ~ 38.52%

%16.39
%45.08
%38.52

CMYK color model

#14372F color CMYK value is (64,0,15,78).

  • cyan value is 63.64%
  • magenta value is 0.00%
  • yellow value is 14.55%
  • key color value is 78.43%
CMYK:
(64,0,15,78)
C64M0Y15K78 
(64%,0%,15%,78%)
(0.64/0.00/0.15/0.78)	

CMYK percentages

%63.64
%0
%14.55
%78.43

Codes

Color #14372F in popluar color models

14372F
RGB205547
HSL166°46.67%14.71%
HSB/HSV166°63.64%21.57%
CMYK63.64%0.00%14.55%
78.43%

Color #14372F in popluar number systems.

HEX14372F
Decimal205547
Binary10100110111101111
Octal246757

Shades and tints

Shades of #14372F

#14372F
(20,55,47)
#13322B
(19,50,43)
#122D27
(18,45,39)
#112823
(17,40,35)
#10231F
(16,35,31)
#0F1E1B
(15,30,27)
#0E1917
(14,25,23)
#0D1413
(13,20,19)
#0C0F0F
(12,15,15)
#0B0A0B
(11,10,11)
#0A0507
(10,5,7)
#000000
(0,0,0)

Tints of #14372F

#14372F
(20,55,47)
#294941
(41,73,65)
#3E5B53
(62,91,83)
#536D65
(83,109,101)
#687F77
(104,127,119)
#7D9189
(125,145,137)
#92A39B
(146,163,155)
#A7B5AD
(167,181,173)
#BCC7BF
(188,199,191)
#D1D9D1
(209,217,209)
#E6EBE3
(230,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #14372F; }

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

This text font color is #14372F.


Background Color

.myBgColor { background-color: #14372F; }

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

This div background color is #14372F.


Border color

.myBorderColor { border: 1px solid #14372F; }

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

This div border color is #14372F.


Opacity

.myOpacity80 { color: #14372F; opacity: 0.8; }

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

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

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

This text has shadow with #14372F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14372F on black background.


Color preview on white background

This text has color #14372F on white background.



Black color preview on #14372F background

This text has black color on #14372F background.


White color preview on #14372F background

This text has white color on #14372F background.