COLOR #52802C

HEX: #52802C
RGB: (82,128,44)

Color info

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

RGB color model

#52802C color RGB value is (82,128,44).

  • red value is 82;
  • green value is 128;
  • blue value is 44.
RGB:
(82,128,44)
(32%,50%,17%)

RGB channels and saturation

R 82 of 255 = 32%
G 128 of 255 = 50%
B 44 of 255 = 17%

82
128
44

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

Portions of RGB colors in percentages

R + G + B =
82 + 128 + 44 = 254 (100%)
R 82 of 254 ~ 32.28%
G 128 of 254 ~ 50.39%
B 44 of 254 ~ 17.32%

%32.28
%50.39
%17.32

CMYK color model

#52802C color CMYK value is (36,0,66,50).

  • cyan value is 35.94%
  • magenta value is 0.00%
  • yellow value is 65.63%
  • key color value is 49.80%
CMYK:
(36,0,66,50)
C36M0Y66K50 
(36%,0%,66%,50%)
(0.36/0.00/0.66/0.50)	

CMYK percentages

%35.94
%0
%65.63
%49.8

Codes

Color #52802C in popluar color models

52802C
RGB8212844
HSL93°48.84%33.73%
HSB/HSV93°65.63%50.20%
CMYK35.94%0.00%65.63%
49.80%

Color #52802C in popluar number systems.

HEX52802C
Decimal8212844
Binary101001010000000101100
Octal12220054

Shades and tints

Shades of #52802C

#52802C
(82,128,44)
#4B7528
(75,117,40)
#446A24
(68,106,36)
#3D5F20
(61,95,32)
#36541C
(54,84,28)
#2F4918
(47,73,24)
#283E14
(40,62,20)
#213310
(33,51,16)
#1A280C
(26,40,12)
#131D08
(19,29,8)
#0C1204
(12,18,4)
#000000
(0,0,0)

Tints of #52802C

#52802C
(82,128,44)
#618B3F
(97,139,63)
#709652
(112,150,82)
#7FA165
(127,161,101)
#8EAC78
(142,172,120)
#9DB78B
(157,183,139)
#ACC29E
(172,194,158)
#BBCDB1
(187,205,177)
#CAD8C4
(202,216,196)
#D9E3D7
(217,227,215)
#E8EEEA
(232,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52802C; }

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

This text font color is #52802C.


Background Color

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

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

This div background color is #52802C.


Border color

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

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

This div border color is #52802C.


Opacity

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

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

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

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

This text has shadow with #52802C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52802C on black background.


Color preview on white background

This text has color #52802C on white background.



Black color preview on #52802C background

This text has black color on #52802C background.


White color preview on #52802C background

This text has white color on #52802C background.