COLOR #20706C

HEX: #20706C RGB: (32,112,108)

Color info

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

RGB color model

#20706C color RGB value is (32,112,108).

RGB: (32,112,108) (13%, 44%, 42%)

RGB channels and saturation

R 32 of 255 = 13%
G 112 of 255 = 44%
B 108 of 255 = 42%

32
112
108

R + G + B ~ 33%. #20706C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 32 + 112 + 108 = 252 (100%)
R 32 of 252 ~ 12.7%
G 112 of 252 ~ 44.44%
B 108 of 252 ~ 42.86'%

%12.7
%44.44
%42.86

CMYK color model

#20706C color CMYK value is (71,0,4,56).

  • cyan value is 71.43%
  • magenta value is 0.00%
  • yellow value is 3.57%
  • key color value is 56.08%

CMYK: (71,0,4,56)
C71M0Y4K56 (71%, 0%, 4%, 56%)
(0.71 / 0.00 / 0.04 / 0.56)

CMYK percentages

%71.43
%0
%3.57
%56.08

Codes

Color #20706C in popluar color models

20 70 6C
RGB 32 112 108
HSL 177° 55.56% 28.24%
HSB/HSV 177° 71.43% 43.92%
CMYK 71.43% 0.00% 3.57%
56.08%

Color #20706C in popluar number systems.

HEX 20 70 6C
Decimal 32 112 108
Binary 100000 1110000 1101100
Octal 40 160 154

Shades and tints

Shades of #20706C

#20706C
(32,112,108)
#1E6663
(30,102,99)
#1C5C5A
(28,92,90)
#1A5251
(26,82,81)
#184848
(24,72,72)
#163E3F
(22,62,63)
#143436
(20,52,54)
#122A2D
(18,42,45)
#102024
(16,32,36)
#0E161B
(14,22,27)
#0C0C12
(12,12,18)
#000000
(0,0,0)

Tints of #20706C

#20706C
(32,112,108)
#347D79
(52,125,121)
#488A86
(72,138,134)
#5C9793
(92,151,147)
#70A4A0
(112,164,160)
#84B1AD
(132,177,173)
#98BEBA
(152,190,186)
#ACCBC7
(172,203,199)
#C0D8D4
(192,216,212)
#D4E5E1
(212,229,225)
#E8F2EE
(232,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #20706C; }

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

This text font color is #20706C.

Background Color

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

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

This div background color is #20706C.

Border color

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

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

This div border color is #20706C.

Opacity

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

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

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

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

This text has shadow with #20706C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #20706C.

Preview

Color preview on black background

This text has color #20706C on black background.


Color preview on white background

This text has color #20706C on white background.


Black color preview on #20706C background

This text has black color on #20706C background.


White color preview on #20706C background

This text has white color on #20706C background.


Related colors

Complementary color

Complementary color for #hex is #DF8F93.


I love getcolorcode.com

Triadic colors

1 #6C2070 and #706C20 with #20706C are triadic colors.

2 #6C7020 and #70206C with #20706C are triadic colors.