COLOR #52735B

HEX: #52735B
RGB: (82,115,91)

Color info

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

RGB color model

#52735B color RGB value is (82,115,91).

  • red value is 82;
  • green value is 115;
  • blue value is 91.
RGB:
(82,115,91)
(32%,45%,36%)

RGB channels and saturation

R 82 of 255 = 32%
G 115 of 255 = 45%
B 91 of 255 = 36%

82
115
91

R + G + B ~ 38%. #52735B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 115 + 91 = 288 (100%)
R 82 of 288 ~ 28.47%
G 115 of 288 ~ 39.93%
B 91 of 288 ~ 31.6%

%28.47
%39.93
%31.6

CMYK color model

#52735B color CMYK value is (29,0,21,55).

  • cyan value is 28.70%
  • magenta value is 0.00%
  • yellow value is 20.87%
  • key color value is 54.90%
CMYK:
(29,0,21,55)
C29M0Y21K55 
(29%,0%,21%,55%)
(0.29/0.00/0.21/0.55)	

CMYK percentages

%28.7
%0
%20.87
%54.9

Codes

Color #52735B in popluar color models

52735B
RGB8211591
HSL136°16.75%38.63%
HSB/HSV136°28.70%45.10%
CMYK28.70%0.00%20.87%
54.90%

Color #52735B in popluar number systems.

HEX52735B
Decimal8211591
Binary101001011100111011011
Octal122163133

Shades and tints

Shades of #52735B

#52735B
(82,115,91)
#4B6953
(75,105,83)
#445F4B
(68,95,75)
#3D5543
(61,85,67)
#364B3B
(54,75,59)
#2F4133
(47,65,51)
#28372B
(40,55,43)
#212D23
(33,45,35)
#1A231B
(26,35,27)
#131913
(19,25,19)
#0C0F0B
(12,15,11)
#000000
(0,0,0)

Tints of #52735B

#52735B
(82,115,91)
#617F69
(97,127,105)
#708B77
(112,139,119)
#7F9785
(127,151,133)
#8EA393
(142,163,147)
#9DAFA1
(157,175,161)
#ACBBAF
(172,187,175)
#BBC7BD
(187,199,189)
#CAD3CB
(202,211,203)
#D9DFD9
(217,223,217)
#E8EBE7
(232,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52735B color. Also use rgb(82,115,91) instead hex code.

Text Font Color

.myTextColor { color: #52735B; }

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

This text font color is #52735B.


Background Color

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

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

This div background color is #52735B.


Border color

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

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

This div border color is #52735B.


Opacity

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

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

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

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

This text has shadow with #52735B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52735B on black background.


Color preview on white background

This text has color #52735B on white background.



Black color preview on #52735B background

This text has black color on #52735B background.


White color preview on #52735B background

This text has white color on #52735B background.