COLOR #52713B

HEX: #52713B
RGB: (82,113,59)

Color info

#52713B contains red, green and blue colors in about the same proportion. Web safe color of #52713B is #666633 (or #663).

RGB color model

#52713B color RGB value is (82,113,59).

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

RGB channels and saturation

R 82 of 255 = 32%
G 113 of 255 = 44%
B 59 of 255 = 23%

82
113
59

R + G + B ~ 33%. #52713B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 113 + 59 = 254 (100%)
R 82 of 254 ~ 32.28%
G 113 of 254 ~ 44.49%
B 59 of 254 ~ 23.23%

%32.28
%44.49
%23.23

CMYK color model

#52713B color CMYK value is (27,0,48,56).

  • cyan value is 27.43%
  • magenta value is 0.00%
  • yellow value is 47.79%
  • key color value is 55.69%
CMYK:
(27,0,48,56)
C27M0Y48K56 
(27%,0%,48%,56%)
(0.27/0.00/0.48/0.56)	

CMYK percentages

%27.43
%0
%47.79
%55.69

Codes

Color #52713B in popluar color models

52713B
RGB8211359
HSL94°31.40%33.73%
HSB/HSV94°47.79%44.31%
CMYK27.43%0.00%47.79%
55.69%

Color #52713B in popluar number systems.

HEX52713B
Decimal8211359
Binary10100101110001111011
Octal12216173

Shades and tints

Shades of #52713B

#52713B
(82,113,59)
#4B6736
(75,103,54)
#445D31
(68,93,49)
#3D532C
(61,83,44)
#364927
(54,73,39)
#2F3F22
(47,63,34)
#28351D
(40,53,29)
#212B18
(33,43,24)
#1A2113
(26,33,19)
#13170E
(19,23,14)
#0C0D09
(12,13,9)
#000000
(0,0,0)

Tints of #52713B

#52713B
(82,113,59)
#617D4C
(97,125,76)
#70895D
(112,137,93)
#7F956E
(127,149,110)
#8EA17F
(142,161,127)
#9DAD90
(157,173,144)
#ACB9A1
(172,185,161)
#BBC5B2
(187,197,178)
#CAD1C3
(202,209,195)
#D9DDD4
(217,221,212)
#E8E9E5
(232,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52713B; }

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

This text font color is #52713B.


Background Color

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

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

This div background color is #52713B.


Border color

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

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

This div border color is #52713B.


Opacity

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

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

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

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

This text has shadow with #52713B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52713B on black background.


Color preview on white background

This text has color #52713B on white background.



Black color preview on #52713B background

This text has black color on #52713B background.


White color preview on #52713B background

This text has white color on #52713B background.