COLOR #52816A

HEX: #52816A
RGB: (82,129,106)

Color info

#52816A contains red, green and blue colors in about the same proportion. Web safe color of #52816A is #669966 (or #696).

RGB color model

#52816A color RGB value is (82,129,106).

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

RGB channels and saturation

R 82 of 255 = 32%
G 129 of 255 = 51%
B 106 of 255 = 42%

82
129
106

R + G + B ~ 42%. #52816A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 129 + 106 = 317 (100%)
R 82 of 317 ~ 25.87%
G 129 of 317 ~ 40.69%
B 106 of 317 ~ 33.44%

%25.87
%40.69
%33.44

CMYK color model

#52816A color CMYK value is (36,0,18,49).

  • cyan value is 36.43%
  • magenta value is 0.00%
  • yellow value is 17.83%
  • key color value is 49.41%
CMYK:
(36,0,18,49)
C36M0Y18K49 
(36%,0%,18%,49%)
(0.36/0.00/0.18/0.49)	

CMYK percentages

%36.43
%0
%17.83
%49.41

Codes

Color #52816A in popluar color models

52816A
RGB82129106
HSL151°22.27%41.37%
HSB/HSV151°36.43%50.59%
CMYK36.43%0.00%17.83%
49.41%

Color #52816A in popluar number systems.

HEX52816A
Decimal82129106
Binary1010010100000011101010
Octal122201152

Shades and tints

Shades of #52816A

#52816A
(82,129,106)
#4B7661
(75,118,97)
#446B58
(68,107,88)
#3D604F
(61,96,79)
#365546
(54,85,70)
#2F4A3D
(47,74,61)
#283F34
(40,63,52)
#21342B
(33,52,43)
#1A2922
(26,41,34)
#131E19
(19,30,25)
#0C1310
(12,19,16)
#000000
(0,0,0)

Tints of #52816A

#52816A
(82,129,106)
#618C77
(97,140,119)
#709784
(112,151,132)
#7FA291
(127,162,145)
#8EAD9E
(142,173,158)
#9DB8AB
(157,184,171)
#ACC3B8
(172,195,184)
#BBCEC5
(187,206,197)
#CAD9D2
(202,217,210)
#D9E4DF
(217,228,223)
#E8EFEC
(232,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52816A color. Also use rgb(82,129,106) instead hex code.

Text Font Color

.myTextColor { color: #52816A; }

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

This text font color is #52816A.


Background Color

.myBgColor { background-color: #52816A; }

<div style="background-color:#52816A">Inner text</div>

This div background color is #52816A.


Border color

.myBorderColor { border: 1px solid #52816A; }

<div style="border:3px solid #52816A">Div</div>

This div border color is #52816A.


Opacity

.myOpacity80 { color: #52816A; opacity: 0.8; }

<p style="color:#52816A;opacity:0.8;">80%</p>

Text with #52816A 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 #52816A;}

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

This text has shadow with #52816A color.

.textShadow {text-shadow: 3px 3px 1px #52816A, 3px 3px 1px red;}

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

This text has shadow with #52816A primary color and red secondary color.


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

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

This text has shadow with #52816A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52816A on black background.


Color preview on white background

This text has color #52816A on white background.



Black color preview on #52816A background

This text has black color on #52816A background.


White color preview on #52816A background

This text has white color on #52816A background.