COLOR #20784D

HEX: #20784D
RGB: (32,120,77)

Color info

#20784D contains mainly green and blue colors. Web safe color of #20784D is #336633 (or #363).

RGB color model

#20784D color RGB value is (32,120,77).

  • red value is 32;
  • green value is 120;
  • blue value is 77.
RGB:
(32,120,77)
(13%,47%,30%)

RGB channels and saturation

R 32 of 255 = 13%
G 120 of 255 = 47%
B 77 of 255 = 30%

32
120
77

R + G + B ~ 30%. #20784D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
32 + 120 + 77 = 229 (100%)
R 32 of 229 ~ 13.97%
G 120 of 229 ~ 52.4%
B 77 of 229 ~ 33.62%

%13.97
%52.4
%33.62

CMYK color model

#20784D color CMYK value is (73,0,36,53).

  • cyan value is 73.33%
  • magenta value is 0.00%
  • yellow value is 35.83%
  • key color value is 52.94%
CMYK:
(73,0,36,53)
C73M0Y36K53 
(73%,0%,36%,53%)
(0.73/0.00/0.36/0.53)	

CMYK percentages

%73.33
%0
%35.83
%52.94

Codes

Color #20784D in popluar color models

20784D
RGB3212077
HSL151°57.89%29.80%
HSB/HSV151°73.33%47.06%
CMYK73.33%0.00%35.83%
52.94%

Color #20784D in popluar number systems.

HEX20784D
Decimal3212077
Binary10000011110001001101
Octal40170115

Shades and tints

Shades of #20784D

#20784D
(32,120,77)
#1E6E46
(30,110,70)
#1C643F
(28,100,63)
#1A5A38
(26,90,56)
#185031
(24,80,49)
#16462A
(22,70,42)
#143C23
(20,60,35)
#12321C
(18,50,28)
#102815
(16,40,21)
#0E1E0E
(14,30,14)
#0C1407
(12,20,7)
#000000
(0,0,0)

Tints of #20784D

#20784D
(32,120,77)
#34845D
(52,132,93)
#48906D
(72,144,109)
#5C9C7D
(92,156,125)
#70A88D
(112,168,141)
#84B49D
(132,180,157)
#98C0AD
(152,192,173)
#ACCCBD
(172,204,189)
#C0D8CD
(192,216,205)
#D4E4DD
(212,228,221)
#E8F0ED
(232,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20784D color. Also use rgb(32,120,77) instead hex code.

Text Font Color

.myTextColor { color: #20784D; }

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

This text font color is #20784D.


Background Color

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

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

This div background color is #20784D.


Border color

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

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

This div border color is #20784D.


Opacity

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

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

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

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

This text has shadow with #20784D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #20784D on black background.


Color preview on white background

This text has color #20784D on white background.



Black color preview on #20784D background

This text has black color on #20784D background.


White color preview on #20784D background

This text has white color on #20784D background.