COLOR #20637C

HEX: #20637C RGB: (32,99,124)

Color info

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

RGB color model

#20637C color RGB value is (32,99,124).

RGB: (32,99,124) (13%, 39%, 49%)

RGB channels and saturation

R 32 of 255 = 13%
G 99 of 255 = 39%
B 124 of 255 = 49%

32
99
124

R + G + B ~ 34%. #20637C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 32 + 99 + 124 = 255 (100%)
R 32 of 255 ~ 12.55%
G 99 of 255 ~ 38.82%
B 124 of 255 ~ 48.63'%

%12.55
%38.82
%48.63

CMYK color model

#20637C color CMYK value is (74,20,0,51).

  • cyan value is 74.19%
  • magenta value is 20.16%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (74,20,0,51)
C74M20Y0K51 (74%, 20%, 0%, 51%)
(0.74 / 0.20 / 0.00 / 0.51)

CMYK percentages

%74.19
%20.16
%0
%51.37

Codes

Color #20637C in popluar color models

20 63 7C
RGB 32 99 124
HSL 196° 58.97% 30.59%
HSB/HSV 196° 74.19% 48.63%
CMYK 74.19% 20.16% 0.00%
51.37%

Color #20637C in popluar number systems.

HEX 20 63 7C
Decimal 32 99 124
Binary 100000 1100011 1111100
Octal 40 143 174

Shades and tints

Shades of #20637C

#20637C
(32,99,124)
#1E5A71
(30,90,113)
#1C5166
(28,81,102)
#1A485B
(26,72,91)
#183F50
(24,63,80)
#163645
(22,54,69)
#142D3A
(20,45,58)
#12242F
(18,36,47)
#101B24
(16,27,36)
#0E1219
(14,18,25)
#0C090E
(12,9,14)
#000000
(0,0,0)

Tints of #20637C

#20637C
(32,99,124)
#347187
(52,113,135)
#487F92
(72,127,146)
#5C8D9D
(92,141,157)
#709BA8
(112,155,168)
#84A9B3
(132,169,179)
#98B7BE
(152,183,190)
#ACC5C9
(172,197,201)
#C0D3D4
(192,211,212)
#D4E1DF
(212,225,223)
#E8EFEA
(232,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20637C color. Also use rgb(32,99,124) instead hex code.

Text Font Color

.myTextColor { color: #20637C; }

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

This text font color is #20637C.

Background Color

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

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

This div background color is #20637C.

Border color

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

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

This div border color is #20637C.

Opacity

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

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

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

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

This text has shadow with #20637C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #20637C.

Preview

Color preview on black background

This text has color #20637C on black background.


Color preview on white background

This text has color #20637C on white background.


Black color preview on #20637C background

This text has black color on #20637C background.


White color preview on #20637C background

This text has white color on #20637C background.


Related colors

Complementary color

Complementary color for #hex is #DF9C83.


I love getcolorcode.com

Triadic colors

1 #7C2063 and #637C20 with #20637C are triadic colors.

2 #7C6320 and #63207C with #20637C are triadic colors.