COLOR #52814B

HEX: #52814B
RGB: (82,129,75)

Color info

#52814B contains red, green and blue colors in about the same proportion. Web safe color of #52814B is #669933 (or #693).

RGB color model

#52814B color RGB value is (82,129,75).

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

RGB channels and saturation

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

82
129
75

R + G + B ~ 37%. #52814B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 129 + 75 = 286 (100%)
R 82 of 286 ~ 28.67%
G 129 of 286 ~ 45.1%
B 75 of 286 ~ 26.22%

%28.67
%45.1
%26.22

CMYK color model

#52814B color CMYK value is (36,0,42,49).

  • cyan value is 36.43%
  • magenta value is 0.00%
  • yellow value is 41.86%
  • key color value is 49.41%
CMYK:
(36,0,42,49)
C36M0Y42K49 
(36%,0%,42%,49%)
(0.36/0.00/0.42/0.49)	

CMYK percentages

%36.43
%0
%41.86
%49.41

Codes

Color #52814B in popluar color models

52814B
RGB8212975
HSL112°26.47%40.00%
HSB/HSV112°41.86%50.59%
CMYK36.43%0.00%41.86%
49.41%

Color #52814B in popluar number systems.

HEX52814B
Decimal8212975
Binary1010010100000011001011
Octal122201113

Shades and tints

Shades of #52814B

#52814B
(82,129,75)
#4B7645
(75,118,69)
#446B3F
(68,107,63)
#3D6039
(61,96,57)
#365533
(54,85,51)
#2F4A2D
(47,74,45)
#283F27
(40,63,39)
#213421
(33,52,33)
#1A291B
(26,41,27)
#131E15
(19,30,21)
#0C130F
(12,19,15)
#000000
(0,0,0)

Tints of #52814B

#52814B
(82,129,75)
#618C5B
(97,140,91)
#70976B
(112,151,107)
#7FA27B
(127,162,123)
#8EAD8B
(142,173,139)
#9DB89B
(157,184,155)
#ACC3AB
(172,195,171)
#BBCEBB
(187,206,187)
#CAD9CB
(202,217,203)
#D9E4DB
(217,228,219)
#E8EFEB
(232,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52814B color. Also use rgb(82,129,75) instead hex code.

Text Font Color

.myTextColor { color: #52814B; }

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

This text font color is #52814B.


Background Color

.myBgColor { background-color: #52814B; }

<div style="background-color:#52814B">Inner text</div>

This div background color is #52814B.


Border color

.myBorderColor { border: 1px solid #52814B; }

<div style="border:3px solid #52814B">Div</div>

This div border color is #52814B.


Opacity

.myOpacity80 { color: #52814B; opacity: 0.8; }

<p style="color:#52814B;opacity:0.8;">80%</p>

Text with #52814B 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 #52814B;}

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

This text has shadow with #52814B color.

.textShadow {text-shadow: 3px 3px 1px #52814B, 3px 3px 1px red;}

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

This text has shadow with #52814B primary color and red secondary color.


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

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

This text has shadow with #52814B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52814B on black background.


Color preview on white background

This text has color #52814B on white background.



Black color preview on #52814B background

This text has black color on #52814B background.


White color preview on #52814B background

This text has white color on #52814B background.