COLOR #52715C

HEX: #52715C
RGB: (82,113,92)

Color info

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

RGB color model

#52715C color RGB value is (82,113,92).

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

RGB channels and saturation

R 82 of 255 = 32%
G 113 of 255 = 44%
B 92 of 255 = 36%

82
113
92

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

Portions of RGB colors in percentages

R + G + B =
82 + 113 + 92 = 287 (100%)
R 82 of 287 ~ 28.57%
G 113 of 287 ~ 39.37%
B 92 of 287 ~ 32.06%

%28.57
%39.37
%32.06

CMYK color model

#52715C color CMYK value is (27,0,19,56).

  • cyan value is 27.43%
  • magenta value is 0.00%
  • yellow value is 18.58%
  • key color value is 55.69%
CMYK:
(27,0,19,56)
C27M0Y19K56 
(27%,0%,19%,56%)
(0.27/0.00/0.19/0.56)	

CMYK percentages

%27.43
%0
%18.58
%55.69

Codes

Color #52715C in popluar color models

52715C
RGB8211392
HSL139°15.90%38.24%
HSB/HSV139°27.43%44.31%
CMYK27.43%0.00%18.58%
55.69%

Color #52715C in popluar number systems.

HEX52715C
Decimal8211392
Binary101001011100011011100
Octal122161134

Shades and tints

Shades of #52715C

#52715C
(82,113,92)
#4B6754
(75,103,84)
#445D4C
(68,93,76)
#3D5344
(61,83,68)
#36493C
(54,73,60)
#2F3F34
(47,63,52)
#28352C
(40,53,44)
#212B24
(33,43,36)
#1A211C
(26,33,28)
#131714
(19,23,20)
#0C0D0C
(12,13,12)
#000000
(0,0,0)

Tints of #52715C

#52715C
(82,113,92)
#617D6A
(97,125,106)
#708978
(112,137,120)
#7F9586
(127,149,134)
#8EA194
(142,161,148)
#9DADA2
(157,173,162)
#ACB9B0
(172,185,176)
#BBC5BE
(187,197,190)
#CAD1CC
(202,209,204)
#D9DDDA
(217,221,218)
#E8E9E8
(232,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52715C color. Also use rgb(82,113,92) instead hex code.

Text Font Color

.myTextColor { color: #52715C; }

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

This text font color is #52715C.


Background Color

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

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

This div background color is #52715C.


Border color

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

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

This div border color is #52715C.


Opacity

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

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

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

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

This text has shadow with #52715C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52715C on black background.


Color preview on white background

This text has color #52715C on white background.



Black color preview on #52715C background

This text has black color on #52715C background.


White color preview on #52715C background

This text has white color on #52715C background.