COLOR #20825A

HEX: #20825A RGB: (32,130,90)

Color info

#20825A contains mainly green and blue colors. Web safe color of #20825A is #339966 (or #396).

RGB color model

#20825A color RGB value is (32,130,90).

RGB: (32,130,90) (13%, 51%, 35%)

RGB channels and saturation

R 32 of 255 = 13%
G 130 of 255 = 51%
B 90 of 255 = 35%

32
130
90

R + G + B ~ 33%. #20825A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 32 + 130 + 90 = 252 (100%)
R 32 of 252 ~ 12.7%
G 130 of 252 ~ 51.59%
B 90 of 252 ~ 35.71'%

%12.7
%51.59
%35.71

CMYK color model

#20825A color CMYK value is (75,0,31,49).

  • cyan value is 75.38%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 49.02%

CMYK: (75,0,31,49)
C75M0Y31K49 (75%, 0%, 31%, 49%)
(0.75 / 0.00 / 0.31 / 0.49)

CMYK percentages

%75.38
%0
%30.77
%49.02

Codes

Color #20825A in popluar color models

20 82 5A
RGB 32 130 90
HSL 156° 60.49% 31.76%
HSB/HSV 156° 75.38% 50.98%
CMYK 75.38% 0.00% 30.77%
49.02%

Color #20825A in popluar number systems.

HEX 20 82 5A
Decimal 32 130 90
Binary 100000 10000010 1011010
Octal 40 202 132

Shades and tints

Shades of #20825A

#20825A
(32,130,90)
#1E7752
(30,119,82)
#1C6C4A
(28,108,74)
#1A6142
(26,97,66)
#18563A
(24,86,58)
#164B32
(22,75,50)
#14402A
(20,64,42)
#123522
(18,53,34)
#102A1A
(16,42,26)
#0E1F12
(14,31,18)
#0C140A
(12,20,10)
#000000
(0,0,0)

Tints of #20825A

#20825A
(32,130,90)
#348D69
(52,141,105)
#489878
(72,152,120)
#5CA387
(92,163,135)
#70AE96
(112,174,150)
#84B9A5
(132,185,165)
#98C4B4
(152,196,180)
#ACCFC3
(172,207,195)
#C0DAD2
(192,218,210)
#D4E5E1
(212,229,225)
#E8F0F0
(232,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20825A color. Also use rgb(32,130,90) instead hex code.

Text Font Color

.myTextColor { color: #20825A; }

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

This text font color is #20825A.

Background Color

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

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

This div background color is #20825A.

Border color

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

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

This div border color is #20825A.

Opacity

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

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

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

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

This text has shadow with #20825A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #20825A.

Preview

Color preview on black background

This text has color #20825A on black background.


Color preview on white background

This text has color #20825A on white background.


Black color preview on #20825A background

This text has black color on #20825A background.


White color preview on #20825A background

This text has white color on #20825A background.


Related colors

Complementary color

Complementary color for #hex is #DF7DA5.


I love getcolorcode.com

Triadic colors

1 #5A2082 and #825A20 with #20825A are triadic colors.

2 #5A8220 and #82205A with #20825A are triadic colors.