COLOR #52802D

HEX: #52802D RGB: (82,128,45)

Color info

#52802D contains mainly red and green colors. Web safe color of #52802D is #666633 (or #663).

RGB color model

#52802D color RGB value is (82,128,45).

RGB: (82,128,45) (32%, 50%, 18%)

RGB channels and saturation

R 82 of 255 = 32%
G 128 of 255 = 50%
B 45 of 255 = 18%

82
128
45

R + G + B ~ 33%. #52802D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 128 + 45 = 255 (100%)
R 82 of 255 ~ 32.16%
G 128 of 255 ~ 50.2%
B 45 of 255 ~ 17.65'%

%32.16
%50.2
%17.65

CMYK color model

#52802D color CMYK value is (36,0,65,50).

  • cyan value is 35.94%
  • magenta value is 0.00%
  • yellow value is 64.84%
  • key color value is 49.80%

CMYK: (36,0,65,50)
C36M0Y65K50 (36%, 0%, 65%, 50%)
(0.36 / 0.00 / 0.65 / 0.50)

CMYK percentages

%35.94
%0
%64.84
%49.8

Codes

Color #52802D in popluar color models

52 80 2D
RGB 82 128 45
HSL 93° 47.98% 33.92%
HSB/HSV 93° 64.84% 50.20%
CMYK 35.94% 0.00% 64.84%
49.80%

Color #52802D in popluar number systems.

HEX 52 80 2D
Decimal 82 128 45
Binary 1010010 10000000 101101
Octal 122 200 55

Shades and tints

Shades of #52802D

#52802D
(82,128,45)
#4B7529
(75,117,41)
#446A25
(68,106,37)
#3D5F21
(61,95,33)
#36541D
(54,84,29)
#2F4919
(47,73,25)
#283E15
(40,62,21)
#213311
(33,51,17)
#1A280D
(26,40,13)
#131D09
(19,29,9)
#0C1205
(12,18,5)
#000000
(0,0,0)

Tints of #52802D

#52802D
(82,128,45)
#618B40
(97,139,64)
#709653
(112,150,83)
#7FA166
(127,161,102)
#8EAC79
(142,172,121)
#9DB78C
(157,183,140)
#ACC29F
(172,194,159)
#BBCDB2
(187,205,178)
#CAD8C5
(202,216,197)
#D9E3D8
(217,227,216)
#E8EEEB
(232,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52802D color. Also use rgb(82,128,45) instead hex code.

Text Font Color

.myTextColor { color: #52802D; }

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

This text font color is #52802D.

Background Color

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

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

This div background color is #52802D.

Border color

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

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

This div border color is #52802D.

Opacity

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

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

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

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

This text has shadow with #52802D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52802D.

Preview

Color preview on black background

This text has color #52802D on black background.


Color preview on white background

This text has color #52802D on white background.


Black color preview on #52802D background

This text has black color on #52802D background.


White color preview on #52802D background

This text has white color on #52802D background.


Related colors

Complementary color

Complementary color for #hex is #AD7FD2.


I love getcolorcode.com

Triadic colors

1 #2D5280 and #802D52 with #52802D are triadic colors.

2 #2D8052 and #80522D with #52802D are triadic colors.