COLOR #20676A

HEX: #20676A
RGB: (32,103,106)

Color info

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

RGB color model

#20676A color RGB value is (32,103,106).

  • red value is 32;
  • green value is 103;
  • blue value is 106.
RGB:
(32,103,106)
(13%,40%,42%)

RGB channels and saturation

R 32 of 255 = 13%
G 103 of 255 = 40%
B 106 of 255 = 42%

32
103
106

R + G + B ~ 32%. #20676A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
32 + 103 + 106 = 241 (100%)
R 32 of 241 ~ 13.28%
G 103 of 241 ~ 42.74%
B 106 of 241 ~ 43.98%

%13.28
%42.74
%43.98

CMYK color model

#20676A color CMYK value is (70,3,0,58).

  • cyan value is 69.81%
  • magenta value is 2.83%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(70,3,0,58)
C70M3Y0K58 
(70%,3%,0%,58%)
(0.70/0.03/0.00/0.58)	

CMYK percentages

%69.81
%2.83
%0
%58.43

Codes

Color #20676A in popluar color models

20676A
RGB32103106
HSL182°53.62%27.06%
HSB/HSV182°69.81%41.57%
CMYK69.81%2.83%0.00%
58.43%

Color #20676A in popluar number systems.

HEX20676A
Decimal32103106
Binary10000011001111101010
Octal40147152

Shades and tints

Shades of #20676A

#20676A
(32,103,106)
#1E5E61
(30,94,97)
#1C5558
(28,85,88)
#1A4C4F
(26,76,79)
#184346
(24,67,70)
#163A3D
(22,58,61)
#143134
(20,49,52)
#12282B
(18,40,43)
#101F22
(16,31,34)
#0E1619
(14,22,25)
#0C0D10
(12,13,16)
#000000
(0,0,0)

Tints of #20676A

#20676A
(32,103,106)
#347477
(52,116,119)
#488184
(72,129,132)
#5C8E91
(92,142,145)
#709B9E
(112,155,158)
#84A8AB
(132,168,171)
#98B5B8
(152,181,184)
#ACC2C5
(172,194,197)
#C0CFD2
(192,207,210)
#D4DCDF
(212,220,223)
#E8E9EC
(232,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20676A color. Also use rgb(32,103,106) instead hex code.

Text Font Color

.myTextColor { color: #20676A; }

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

This text font color is #20676A.


Background Color

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

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

This div background color is #20676A.


Border color

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

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

This div border color is #20676A.


Opacity

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

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

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

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

This text has shadow with #20676A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #20676A on black background.


Color preview on white background

This text has color #20676A on white background.



Black color preview on #20676A background

This text has black color on #20676A background.


White color preview on #20676A background

This text has white color on #20676A background.