COLOR #20537A

HEX: #20537A
RGB: (32,83,122)

Color info

#20537A contains mainly green and blue colors. Web safe color of #20537A is #336666 (or #366).

RGB color model

#20537A color RGB value is (32,83,122).

  • red value is 32;
  • green value is 83;
  • blue value is 122.
RGB:
(32,83,122)
(13%,33%,48%)

RGB channels and saturation

R 32 of 255 = 13%
G 83 of 255 = 33%
B 122 of 255 = 48%

32
83
122

R + G + B ~ 31%. #20537A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
32 + 83 + 122 = 237 (100%)
R 32 of 237 ~ 13.5%
G 83 of 237 ~ 35.02%
B 122 of 237 ~ 51.48%

%13.5
%35.02
%51.48

CMYK color model

#20537A color CMYK value is (74,32,0,52).

  • cyan value is 73.77%
  • magenta value is 31.97%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(74,32,0,52)
C74M32Y0K52 
(74%,32%,0%,52%)
(0.74/0.32/0.00/0.52)	

CMYK percentages

%73.77
%31.97
%0
%52.16

Codes

Color #20537A in popluar color models

20537A
RGB3283122
HSL206°58.44%30.20%
HSB/HSV206°73.77%47.84%
CMYK73.77%31.97%0.00%
52.16%

Color #20537A in popluar number systems.

HEX20537A
Decimal3283122
Binary10000010100111111010
Octal40123172

Shades and tints

Shades of #20537A

#20537A
(32,83,122)
#1E4C6F
(30,76,111)
#1C4564
(28,69,100)
#1A3E59
(26,62,89)
#18374E
(24,55,78)
#163043
(22,48,67)
#142938
(20,41,56)
#12222D
(18,34,45)
#101B22
(16,27,34)
#0E1417
(14,20,23)
#0C0D0C
(12,13,12)
#000000
(0,0,0)

Tints of #20537A

#20537A
(32,83,122)
#346286
(52,98,134)
#487192
(72,113,146)
#5C809E
(92,128,158)
#708FAA
(112,143,170)
#849EB6
(132,158,182)
#98ADC2
(152,173,194)
#ACBCCE
(172,188,206)
#C0CBDA
(192,203,218)
#D4DAE6
(212,218,230)
#E8E9F2
(232,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20537A color. Also use rgb(32,83,122) instead hex code.

Text Font Color

.myTextColor { color: #20537A; }

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

This text font color is #20537A.


Background Color

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

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

This div background color is #20537A.


Border color

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

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

This div border color is #20537A.


Opacity

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

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

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

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

This text has shadow with #20537A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #20537A on black background.


Color preview on white background

This text has color #20537A on white background.



Black color preview on #20537A background

This text has black color on #20537A background.


White color preview on #20537A background

This text has white color on #20537A background.