COLOR #20585D

HEX: #20585D RGB: (32,88,93)

Color info

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

RGB color model

#20585D color RGB value is (32,88,93).

RGB: (32,88,93) (13%, 35%, 36%)

RGB channels and saturation

R 32 of 255 = 13%
G 88 of 255 = 35%
B 93 of 255 = 36%

32
88
93

R + G + B ~ 28%. #20585D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 32 + 88 + 93 = 213 (100%)
R 32 of 213 ~ 15.02%
G 88 of 213 ~ 41.31%
B 93 of 213 ~ 43.66'%

%15.02
%41.31
%43.66

CMYK color model

#20585D color CMYK value is (66,5,0,64).

  • cyan value is 65.59%
  • magenta value is 5.38%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (66,5,0,64)
C66M5Y0K64 (66%, 5%, 0%, 64%)
(0.66 / 0.05 / 0.00 / 0.64)

CMYK percentages

%65.59
%5.38
%0
%63.53

Codes

Color #20585D in popluar color models

20 58 5D
RGB 32 88 93
HSL 185° 48.80% 24.51%
HSB/HSV 185° 65.59% 36.47%
CMYK 65.59% 5.38% 0.00%
63.53%

Color #20585D in popluar number systems.

HEX 20 58 5D
Decimal 32 88 93
Binary 100000 1011000 1011101
Octal 40 130 135

Shades and tints

Shades of #20585D

#20585D
(32,88,93)
#1E5055
(30,80,85)
#1C484D
(28,72,77)
#1A4045
(26,64,69)
#18383D
(24,56,61)
#163035
(22,48,53)
#14282D
(20,40,45)
#122025
(18,32,37)
#10181D
(16,24,29)
#0E1015
(14,16,21)
#0C080D
(12,8,13)
#000000
(0,0,0)

Tints of #20585D

#20585D
(32,88,93)
#34676B
(52,103,107)
#487679
(72,118,121)
#5C8587
(92,133,135)
#709495
(112,148,149)
#84A3A3
(132,163,163)
#98B2B1
(152,178,177)
#ACC1BF
(172,193,191)
#C0D0CD
(192,208,205)
#D4DFDB
(212,223,219)
#E8EEE9
(232,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20585D color. Also use rgb(32,88,93) instead hex code.

Text Font Color

.myTextColor { color: #20585D; }

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

This text font color is #20585D.

Background Color

.myBgColor { background-color: #20585D; }

<div style="background-color:#20585D">Inner text</div>

This div background color is #20585D.

Border color

.myBorderColor { border: 1px solid #20585D; }

<div style="border:3px solid #20585D">Div</div>

This div border color is #20585D.

Opacity

.myOpacity80 { color: #20585D; opacity: 0.8; }

<p style="color:#20585D;opacity:0.8;">80%</p>

Text with #20585D 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 #20585D;}

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

This text has shadow with #20585D color.


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

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

This text has shadow with #20585D primary color and red secondary color.


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

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

This text has shadow with #20585D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #20585D.

Preview

Color preview on black background

This text has color #20585D on black background.


Color preview on white background

This text has color #20585D on white background.


Black color preview on #20585D background

This text has black color on #20585D background.


White color preview on #20585D background

This text has white color on #20585D background.


Related colors

Complementary color

Complementary color for #hex is #DFA7A2.


I love getcolorcode.com

Triadic colors

1 #5D2058 and #585D20 with #20585D are triadic colors.

2 #5D5820 and #58205D with #20585D are triadic colors.