COLOR #20766D

HEX: #20766D
RGB: (32,118,109)

Color info

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

RGB color model

#20766D color RGB value is (32,118,109).

  • red value is 32;
  • green value is 118;
  • blue value is 109.
RGB:
(32,118,109)
(13%,46%,43%)

RGB channels and saturation

R 32 of 255 = 13%
G 118 of 255 = 46%
B 109 of 255 = 43%

32
118
109

R + G + B ~ 34%. #20766D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
32 + 118 + 109 = 259 (100%)
R 32 of 259 ~ 12.36%
G 118 of 259 ~ 45.56%
B 109 of 259 ~ 42.08%

%12.36
%45.56
%42.08

CMYK color model

#20766D color CMYK value is (73,0,8,54).

  • cyan value is 72.88%
  • magenta value is 0.00%
  • yellow value is 7.63%
  • key color value is 53.73%
CMYK:
(73,0,8,54)
C73M0Y8K54 
(73%,0%,8%,54%)
(0.73/0.00/0.08/0.54)	

CMYK percentages

%72.88
%0
%7.63
%53.73

Codes

Color #20766D in popluar color models

20766D
RGB32118109
HSL174°57.33%29.41%
HSB/HSV174°72.88%46.27%
CMYK72.88%0.00%7.63%
53.73%

Color #20766D in popluar number systems.

HEX20766D
Decimal32118109
Binary10000011101101101101
Octal40166155

Shades and tints

Shades of #20766D

#20766D
(32,118,109)
#1E6C64
(30,108,100)
#1C625B
(28,98,91)
#1A5852
(26,88,82)
#184E49
(24,78,73)
#164440
(22,68,64)
#143A37
(20,58,55)
#12302E
(18,48,46)
#102625
(16,38,37)
#0E1C1C
(14,28,28)
#0C1213
(12,18,19)
#000000
(0,0,0)

Tints of #20766D

#20766D
(32,118,109)
#34827A
(52,130,122)
#488E87
(72,142,135)
#5C9A94
(92,154,148)
#70A6A1
(112,166,161)
#84B2AE
(132,178,174)
#98BEBB
(152,190,187)
#ACCAC8
(172,202,200)
#C0D6D5
(192,214,213)
#D4E2E2
(212,226,226)
#E8EEEF
(232,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20766D color. Also use rgb(32,118,109) instead hex code.

Text Font Color

.myTextColor { color: #20766D; }

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

This text font color is #20766D.


Background Color

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

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

This div background color is #20766D.


Border color

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

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

This div border color is #20766D.


Opacity

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

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

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

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

This text has shadow with #20766D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #20766D on black background.


Color preview on white background

This text has color #20766D on white background.



Black color preview on #20766D background

This text has black color on #20766D background.


White color preview on #20766D background

This text has white color on #20766D background.