COLOR #52811D

HEX: #52811D
RGB: (82,129,29)

Color info

#52811D contains mainly red and green colors. Web safe color of #52811D is #669933 (or #693).

RGB color model

#52811D color RGB value is (82,129,29).

  • red value is 82;
  • green value is 129;
  • blue value is 29.
RGB:
(82,129,29)
(32%,51%,11%)

RGB channels and saturation

R 82 of 255 = 32%
G 129 of 255 = 51%
B 29 of 255 = 11%

82
129
29

R + G + B ~ 31%. #52811D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 129 + 29 = 240 (100%)
R 82 of 240 ~ 34.17%
G 129 of 240 ~ 53.75%
B 29 of 240 ~ 12.08%

%34.17
%53.75
%12.08

CMYK color model

#52811D color CMYK value is (36,0,78,49).

  • cyan value is 36.43%
  • magenta value is 0.00%
  • yellow value is 77.52%
  • key color value is 49.41%
CMYK:
(36,0,78,49)
C36M0Y78K49 
(36%,0%,78%,49%)
(0.36/0.00/0.78/0.49)	

CMYK percentages

%36.43
%0
%77.52
%49.41

Codes

Color #52811D in popluar color models

52811D
RGB8212929
HSL88°63.29%30.98%
HSB/HSV88°77.52%50.59%
CMYK36.43%0.00%77.52%
49.41%

Color #52811D in popluar number systems.

HEX52811D
Decimal8212929
Binary10100101000000111101
Octal12220135

Shades and tints

Shades of #52811D

#52811D
(82,129,29)
#4B761B
(75,118,27)
#446B19
(68,107,25)
#3D6017
(61,96,23)
#365515
(54,85,21)
#2F4A13
(47,74,19)
#283F11
(40,63,17)
#21340F
(33,52,15)
#1A290D
(26,41,13)
#131E0B
(19,30,11)
#0C1309
(12,19,9)
#000000
(0,0,0)

Tints of #52811D

#52811D
(82,129,29)
#618C31
(97,140,49)
#709745
(112,151,69)
#7FA259
(127,162,89)
#8EAD6D
(142,173,109)
#9DB881
(157,184,129)
#ACC395
(172,195,149)
#BBCEA9
(187,206,169)
#CAD9BD
(202,217,189)
#D9E4D1
(217,228,209)
#E8EFE5
(232,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52811D color. Also use rgb(82,129,29) instead hex code.

Text Font Color

.myTextColor { color: #52811D; }

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

This text font color is #52811D.


Background Color

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

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

This div background color is #52811D.


Border color

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

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

This div border color is #52811D.


Opacity

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

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

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

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

This text has shadow with #52811D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52811D on black background.


Color preview on white background

This text has color #52811D on white background.



Black color preview on #52811D background

This text has black color on #52811D background.


White color preview on #52811D background

This text has white color on #52811D background.