COLOR #52804F

HEX: #52804F RGB: (82,128,79)

Color info

#52804F contains red, green and blue colors in about the same proportion. Web safe color of #52804F is #666666 (or #666).

RGB color model

#52804F color RGB value is (82,128,79).

RGB: (82,128,79) (32%, 50%, 31%)

RGB channels and saturation

R 82 of 255 = 32%
G 128 of 255 = 50%
B 79 of 255 = 31%

82
128
79

R + G + B ~ 38%. #52804F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 128 + 79 = 289 (100%)
R 82 of 289 ~ 28.37%
G 128 of 289 ~ 44.29%
B 79 of 289 ~ 27.34'%

%28.37
%44.29
%27.34

CMYK color model

#52804F color CMYK value is (36,0,38,50).

  • cyan value is 35.94%
  • magenta value is 0.00%
  • yellow value is 38.28%
  • key color value is 49.80%
CMYK: (36,0,38,50) C36M0Y38K50 (36%,0%,38%,50%) (0.36/0.00/0.38/0.50) 

CMYK percentages

%35.94
%0
%38.28
%49.8

Codes

Color #52804F in popluar color models

52 80 4F
RGB 82 128 79
HSL 116° 23.67% 40.59%
HSB/HSV 116° 38.28% 50.20%
CMYK 35.94% 0.00% 38.28%
49.80%

Color #52804F in popluar number systems.

HEX 52 80 4F
Decimal 82 128 79
Binary 1010010 10000000 1001111
Octal 122 200 117

Shades and tints

Shades of #52804F

#52804F
(82,128,79)
#4B7548
(75,117,72)
#446A41
(68,106,65)
#3D5F3A
(61,95,58)
#365433
(54,84,51)
#2F492C
(47,73,44)
#283E25
(40,62,37)
#21331E
(33,51,30)
#1A2817
(26,40,23)
#131D10
(19,29,16)
#0C1209
(12,18,9)
#000000
(0,0,0)

Tints of #52804F

#52804F
(82,128,79)
#618B5F
(97,139,95)
#70966F
(112,150,111)
#7FA17F
(127,161,127)
#8EAC8F
(142,172,143)
#9DB79F
(157,183,159)
#ACC2AF
(172,194,175)
#BBCDBF
(187,205,191)
#CAD8CF
(202,216,207)
#D9E3DF
(217,227,223)
#E8EEEF
(232,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52804F color. Also use rgb(82,128,79) instead hex code.

Text Font Color

.myTextColor { color: #52804F; }

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

This text font color is #52804F.

Background Color

.myBgColor { background-color: #52804F; }

<div style="background-color:#52804F">Inner text</div>

This div background color is #52804F.

Border color

.myBorderColor { border: 1px solid #52804F; }

<div style="border:3px solid #52804F">Div</div>

This div border color is #52804F.

Opacity

.myOpacity80 { color: #52804F; opacity: 0.8; }

<p style="color:#52804F;opacity:0.8;">80%</p>

Text with #52804F 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 #52804F;}

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

This text has shadow with #52804F color.


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

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

This text has shadow with #52804F primary color and red secondary color.


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

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

This text has shadow with #52804F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #52804F.

Preview

Color preview on black background

This text has color #52804F on black background.


Color preview on white background

This text has color #52804F on white background.


Black color preview on #52804F background

This text has black color on #52804F background.


White color preview on #52804F background

This text has white color on #52804F background.


Related colors

Complementary color

Complementary color for #hex is #AD7FB0.


I love getcolorcode.com

Triadic colors

1 #4F5280 and #804F52 with #52804F are triadic colors.

2 #4F8052 and #80524F with #52804F are triadic colors.