COLOR #20493C

HEX: #20493C
RGB: (32,73,60)

Color info

#20493C contains red, green and blue colors in about the same proportion. Web safe color of #20493C is #333333 (or #333).

RGB color model

#20493C color RGB value is (32,73,60).

  • red value is 32;
  • green value is 73;
  • blue value is 60.
RGB:
(32,73,60)
(13%,29%,24%)

RGB channels and saturation

R 32 of 255 = 13%
G 73 of 255 = 29%
B 60 of 255 = 24%

32
73
60

R + G + B ~ 22%. #20493C is dark color.

Portions of RGB colors in percentages

R + G + B =
32 + 73 + 60 = 165 (100%)
R 32 of 165 ~ 19.39%
G 73 of 165 ~ 44.24%
B 60 of 165 ~ 36.36%

%19.39
%44.24
%36.36

CMYK color model

#20493C color CMYK value is (56,0,18,71).

  • cyan value is 56.16%
  • magenta value is 0.00%
  • yellow value is 17.81%
  • key color value is 71.37%
CMYK:
(56,0,18,71)
C56M0Y18K71 
(56%,0%,18%,71%)
(0.56/0.00/0.18/0.71)	

CMYK percentages

%56.16
%0
%17.81
%71.37

Codes

Color #20493C in popluar color models

20493C
RGB327360
HSL161°39.05%20.59%
HSB/HSV161°56.16%28.63%
CMYK56.16%0.00%17.81%
71.37%

Color #20493C in popluar number systems.

HEX20493C
Decimal327360
Binary1000001001001111100
Octal4011174

Shades and tints

Shades of #20493C

#20493C
(32,73,60)
#1E4337
(30,67,55)
#1C3D32
(28,61,50)
#1A372D
(26,55,45)
#183128
(24,49,40)
#162B23
(22,43,35)
#14251E
(20,37,30)
#121F19
(18,31,25)
#101914
(16,25,20)
#0E130F
(14,19,15)
#0C0D0A
(12,13,10)
#000000
(0,0,0)

Tints of #20493C

#20493C
(32,73,60)
#34594D
(52,89,77)
#48695E
(72,105,94)
#5C796F
(92,121,111)
#708980
(112,137,128)
#849991
(132,153,145)
#98A9A2
(152,169,162)
#ACB9B3
(172,185,179)
#C0C9C4
(192,201,196)
#D4D9D5
(212,217,213)
#E8E9E6
(232,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20493C color. Also use rgb(32,73,60) instead hex code.

Text Font Color

.myTextColor { color: #20493C; }

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

This text font color is #20493C.


Background Color

.myBgColor { background-color: #20493C; }

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

This div background color is #20493C.


Border color

.myBorderColor { border: 1px solid #20493C; }

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

This div border color is #20493C.


Opacity

.myOpacity80 { color: #20493C; opacity: 0.8; }

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

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

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

This text has shadow with #20493C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #20493C on black background.


Color preview on white background

This text has color #20493C on white background.



Black color preview on #20493C background

This text has black color on #20493C background.


White color preview on #20493C background

This text has white color on #20493C background.