COLOR #20686C

HEX: #20686C
RGB: (32,104,108)

Color info

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

RGB color model

#20686C color RGB value is (32,104,108).

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

RGB channels and saturation

R 32 of 255 = 13%
G 104 of 255 = 41%
B 108 of 255 = 42%

32
104
108

R + G + B ~ 32%. #20686C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
32 + 104 + 108 = 244 (100%)
R 32 of 244 ~ 13.11%
G 104 of 244 ~ 42.62%
B 108 of 244 ~ 44.26%

%13.11
%42.62
%44.26

CMYK color model

#20686C color CMYK value is (70,4,0,58).

  • cyan value is 70.37%
  • magenta value is 3.70%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(70,4,0,58)
C70M4Y0K58 
(70%,4%,0%,58%)
(0.70/0.04/0.00/0.58)	

CMYK percentages

%70.37
%3.7
%0
%57.65

Codes

Color #20686C in popluar color models

20686C
RGB32104108
HSL183°54.29%27.45%
HSB/HSV183°70.37%42.35%
CMYK70.37%3.70%0.00%
57.65%

Color #20686C in popluar number systems.

HEX20686C
Decimal32104108
Binary10000011010001101100
Octal40150154

Shades and tints

Shades of #20686C

#20686C
(32,104,108)
#1E5F63
(30,95,99)
#1C565A
(28,86,90)
#1A4D51
(26,77,81)
#184448
(24,68,72)
#163B3F
(22,59,63)
#143236
(20,50,54)
#12292D
(18,41,45)
#102024
(16,32,36)
#0E171B
(14,23,27)
#0C0E12
(12,14,18)
#000000
(0,0,0)

Tints of #20686C

#20686C
(32,104,108)
#347579
(52,117,121)
#488286
(72,130,134)
#5C8F93
(92,143,147)
#709CA0
(112,156,160)
#84A9AD
(132,169,173)
#98B6BA
(152,182,186)
#ACC3C7
(172,195,199)
#C0D0D4
(192,208,212)
#D4DDE1
(212,221,225)
#E8EAEE
(232,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20686C color. Also use rgb(32,104,108) instead hex code.

Text Font Color

.myTextColor { color: #20686C; }

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

This text font color is #20686C.


Background Color

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

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

This div background color is #20686C.


Border color

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

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

This div border color is #20686C.


Opacity

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

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

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

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

This text has shadow with #20686C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #20686C on black background.


Color preview on white background

This text has color #20686C on white background.



Black color preview on #20686C background

This text has black color on #20686C background.


White color preview on #20686C background

This text has white color on #20686C background.