COLOR #52716B

HEX: #52716B
RGB: (82,113,107)

Color info

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

RGB color model

#52716B color RGB value is (82,113,107).

  • red value is 82;
  • green value is 113;
  • blue value is 107.
RGB:
(82,113,107)
(32%,44%,42%)

RGB channels and saturation

R 82 of 255 = 32%
G 113 of 255 = 44%
B 107 of 255 = 42%

82
113
107

R + G + B ~ 39%. #52716B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 113 + 107 = 302 (100%)
R 82 of 302 ~ 27.15%
G 113 of 302 ~ 37.42%
B 107 of 302 ~ 35.43%

%27.15
%37.42
%35.43

CMYK color model

#52716B color CMYK value is (27,0,5,56).

  • cyan value is 27.43%
  • magenta value is 0.00%
  • yellow value is 5.31%
  • key color value is 55.69%
CMYK:
(27,0,5,56)
C27M0Y5K56 
(27%,0%,5%,56%)
(0.27/0.00/0.05/0.56)	

CMYK percentages

%27.43
%0
%5.31
%55.69

Codes

Color #52716B in popluar color models

52716B
RGB82113107
HSL168°15.90%38.24%
HSB/HSV168°27.43%44.31%
CMYK27.43%0.00%5.31%
55.69%

Color #52716B in popluar number systems.

HEX52716B
Decimal82113107
Binary101001011100011101011
Octal122161153

Shades and tints

Shades of #52716B

#52716B
(82,113,107)
#4B6762
(75,103,98)
#445D59
(68,93,89)
#3D5350
(61,83,80)
#364947
(54,73,71)
#2F3F3E
(47,63,62)
#283535
(40,53,53)
#212B2C
(33,43,44)
#1A2123
(26,33,35)
#13171A
(19,23,26)
#0C0D11
(12,13,17)
#000000
(0,0,0)

Tints of #52716B

#52716B
(82,113,107)
#617D78
(97,125,120)
#708985
(112,137,133)
#7F9592
(127,149,146)
#8EA19F
(142,161,159)
#9DADAC
(157,173,172)
#ACB9B9
(172,185,185)
#BBC5C6
(187,197,198)
#CAD1D3
(202,209,211)
#D9DDE0
(217,221,224)
#E8E9ED
(232,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52716B color. Also use rgb(82,113,107) instead hex code.

Text Font Color

.myTextColor { color: #52716B; }

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

This text font color is #52716B.


Background Color

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

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

This div background color is #52716B.


Border color

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

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

This div border color is #52716B.


Opacity

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

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

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

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

This text has shadow with #52716B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52716B on black background.


Color preview on white background

This text has color #52716B on white background.



Black color preview on #52716B background

This text has black color on #52716B background.


White color preview on #52716B background

This text has white color on #52716B background.