COLOR #20685E

HEX: #20685E
RGB: (32,104,94)

Color info

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

RGB color model

#20685E color RGB value is (32,104,94).

  • red value is 32;
  • green value is 104;
  • blue value is 94.
RGB:
(32,104,94)
(13%,41%,37%)

RGB channels and saturation

R 32 of 255 = 13%
G 104 of 255 = 41%
B 94 of 255 = 37%

32
104
94

R + G + B ~ 30%. #20685E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
32 + 104 + 94 = 230 (100%)
R 32 of 230 ~ 13.91%
G 104 of 230 ~ 45.22%
B 94 of 230 ~ 40.87%

%13.91
%45.22
%40.87

CMYK color model

#20685E color CMYK value is (69,0,10,59).

  • cyan value is 69.23%
  • magenta value is 0.00%
  • yellow value is 9.62%
  • key color value is 59.22%
CMYK:
(69,0,10,59)
C69M0Y10K59 
(69%,0%,10%,59%)
(0.69/0.00/0.10/0.59)	

CMYK percentages

%69.23
%0
%9.62
%59.22

Codes

Color #20685E in popluar color models

20685E
RGB3210494
HSL172°52.94%26.67%
HSB/HSV172°69.23%40.78%
CMYK69.23%0.00%9.62%
59.22%

Color #20685E in popluar number systems.

HEX20685E
Decimal3210494
Binary10000011010001011110
Octal40150136

Shades and tints

Shades of #20685E

#20685E
(32,104,94)
#1E5F56
(30,95,86)
#1C564E
(28,86,78)
#1A4D46
(26,77,70)
#18443E
(24,68,62)
#163B36
(22,59,54)
#14322E
(20,50,46)
#122926
(18,41,38)
#10201E
(16,32,30)
#0E1716
(14,23,22)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #20685E

#20685E
(32,104,94)
#34756C
(52,117,108)
#48827A
(72,130,122)
#5C8F88
(92,143,136)
#709C96
(112,156,150)
#84A9A4
(132,169,164)
#98B6B2
(152,182,178)
#ACC3C0
(172,195,192)
#C0D0CE
(192,208,206)
#D4DDDC
(212,221,220)
#E8EAEA
(232,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20685E color. Also use rgb(32,104,94) instead hex code.

Text Font Color

.myTextColor { color: #20685E; }

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

This text font color is #20685E.


Background Color

.myBgColor { background-color: #20685E; }

<div style="background-color:#20685E">Inner text</div>

This div background color is #20685E.


Border color

.myBorderColor { border: 1px solid #20685E; }

<div style="border:3px solid #20685E">Div</div>

This div border color is #20685E.


Opacity

.myOpacity80 { color: #20685E; opacity: 0.8; }

<p style="color:#20685E;opacity:0.8;">80%</p>

Text with #20685E 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 #20685E;}

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

This text has shadow with #20685E color.

.textShadow {text-shadow: 3px 3px 1px #20685E, 3px 3px 1px red;}

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

This text has shadow with #20685E primary color and red secondary color.


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

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

This text has shadow with #20685E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #20685E on black background.


Color preview on white background

This text has color #20685E on white background.



Black color preview on #20685E background

This text has black color on #20685E background.


White color preview on #20685E background

This text has white color on #20685E background.