COLOR #20776D

HEX: #20776D
RGB: (32,119,109)

Color info

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

RGB color model

#20776D color RGB value is (32,119,109).

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

RGB channels and saturation

R 32 of 255 = 13%
G 119 of 255 = 47%
B 109 of 255 = 43%

32
119
109

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

Portions of RGB colors in percentages

R + G + B =
32 + 119 + 109 = 260 (100%)
R 32 of 260 ~ 12.31%
G 119 of 260 ~ 45.77%
B 109 of 260 ~ 41.92%

%12.31
%45.77
%41.92

CMYK color model

#20776D color CMYK value is (73,0,8,53).

  • cyan value is 73.11%
  • magenta value is 0.00%
  • yellow value is 8.40%
  • key color value is 53.33%
CMYK:
(73,0,8,53)
C73M0Y8K53 
(73%,0%,8%,53%)
(0.73/0.00/0.08/0.53)	

CMYK percentages

%73.11
%0
%8.4
%53.33

Codes

Color #20776D in popluar color models

20776D
RGB32119109
HSL173°57.62%29.61%
HSB/HSV173°73.11%46.67%
CMYK73.11%0.00%8.40%
53.33%

Color #20776D in popluar number systems.

HEX20776D
Decimal32119109
Binary10000011101111101101
Octal40167155

Shades and tints

Shades of #20776D

#20776D
(32,119,109)
#1E6D64
(30,109,100)
#1C635B
(28,99,91)
#1A5952
(26,89,82)
#184F49
(24,79,73)
#164540
(22,69,64)
#143B37
(20,59,55)
#12312E
(18,49,46)
#102725
(16,39,37)
#0E1D1C
(14,29,28)
#0C1313
(12,19,19)
#000000
(0,0,0)

Tints of #20776D

#20776D
(32,119,109)
#34837A
(52,131,122)
#488F87
(72,143,135)
#5C9B94
(92,155,148)
#70A7A1
(112,167,161)
#84B3AE
(132,179,174)
#98BFBB
(152,191,187)
#ACCBC8
(172,203,200)
#C0D7D5
(192,215,213)
#D4E3E2
(212,227,226)
#E8EFEF
(232,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #20776D; }

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

This text font color is #20776D.


Background Color

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

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

This div background color is #20776D.


Border color

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

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

This div border color is #20776D.


Opacity

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

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

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

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

This text has shadow with #20776D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #20776D on black background.


Color preview on white background

This text has color #20776D on white background.



Black color preview on #20776D background

This text has black color on #20776D background.


White color preview on #20776D background

This text has white color on #20776D background.