COLOR #14372A

HEX: #14372A
RGB: (20,55,42)

Color info

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

RGB color model

#14372A color RGB value is (20,55,42).

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

RGB channels and saturation

R 20 of 255 = 8%
G 55 of 255 = 22%
B 42 of 255 = 16%

20
55
42

R + G + B ~ 15%. #14372A is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 55 + 42 = 117 (100%)
R 20 of 117 ~ 17.09%
G 55 of 117 ~ 47.01%
B 42 of 117 ~ 35.9%

%17.09
%47.01
%35.9

CMYK color model

#14372A color CMYK value is (64,0,24,78).

  • cyan value is 63.64%
  • magenta value is 0.00%
  • yellow value is 23.64%
  • key color value is 78.43%
CMYK:
(64,0,24,78)
C64M0Y24K78 
(64%,0%,24%,78%)
(0.64/0.00/0.24/0.78)	

CMYK percentages

%63.64
%0
%23.64
%78.43

Codes

Color #14372A in popluar color models

14372A
RGB205542
HSL158°46.67%14.71%
HSB/HSV158°63.64%21.57%
CMYK63.64%0.00%23.64%
78.43%

Color #14372A in popluar number systems.

HEX14372A
Decimal205542
Binary10100110111101010
Octal246752

Shades and tints

Shades of #14372A

#14372A
(20,55,42)
#133227
(19,50,39)
#122D24
(18,45,36)
#112821
(17,40,33)
#10231E
(16,35,30)
#0F1E1B
(15,30,27)
#0E1918
(14,25,24)
#0D1415
(13,20,21)
#0C0F12
(12,15,18)
#0B0A0F
(11,10,15)
#0A050C
(10,5,12)
#000000
(0,0,0)

Tints of #14372A

#14372A
(20,55,42)
#29493D
(41,73,61)
#3E5B50
(62,91,80)
#536D63
(83,109,99)
#687F76
(104,127,118)
#7D9189
(125,145,137)
#92A39C
(146,163,156)
#A7B5AF
(167,181,175)
#BCC7C2
(188,199,194)
#D1D9D5
(209,217,213)
#E6EBE8
(230,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #14372A; }

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

This text font color is #14372A.


Background Color

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

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

This div background color is #14372A.


Border color

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

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

This div border color is #14372A.


Opacity

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

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

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

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

This text has shadow with #14372A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14372A on black background.


Color preview on white background

This text has color #14372A on white background.



Black color preview on #14372A background

This text has black color on #14372A background.


White color preview on #14372A background

This text has white color on #14372A background.