COLOR #52685F

HEX: #52685F
RGB: (82,104,95)

Color info

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

RGB color model

#52685F color RGB value is (82,104,95).

  • red value is 82;
  • green value is 104;
  • blue value is 95.
RGB:
(82,104,95)
(32%,41%,37%)

RGB channels and saturation

R 82 of 255 = 32%
G 104 of 255 = 41%
B 95 of 255 = 37%

82
104
95

R + G + B ~ 37%. #52685F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 104 + 95 = 281 (100%)
R 82 of 281 ~ 29.18%
G 104 of 281 ~ 37.01%
B 95 of 281 ~ 33.81%

%29.18
%37.01
%33.81

CMYK color model

#52685F color CMYK value is (21,0,9,59).

  • cyan value is 21.15%
  • magenta value is 0.00%
  • yellow value is 8.65%
  • key color value is 59.22%
CMYK:
(21,0,9,59)
C21M0Y9K59 
(21%,0%,9%,59%)
(0.21/0.00/0.09/0.59)	

CMYK percentages

%21.15
%0
%8.65
%59.22

Codes

Color #52685F in popluar color models

52685F
RGB8210495
HSL155°11.83%36.47%
HSB/HSV155°21.15%40.78%
CMYK21.15%0.00%8.65%
59.22%

Color #52685F in popluar number systems.

HEX52685F
Decimal8210495
Binary101001011010001011111
Octal122150137

Shades and tints

Shades of #52685F

#52685F
(82,104,95)
#4B5F57
(75,95,87)
#44564F
(68,86,79)
#3D4D47
(61,77,71)
#36443F
(54,68,63)
#2F3B37
(47,59,55)
#28322F
(40,50,47)
#212927
(33,41,39)
#1A201F
(26,32,31)
#131717
(19,23,23)
#0C0E0F
(12,14,15)
#000000
(0,0,0)

Tints of #52685F

#52685F
(82,104,95)
#61756D
(97,117,109)
#70827B
(112,130,123)
#7F8F89
(127,143,137)
#8E9C97
(142,156,151)
#9DA9A5
(157,169,165)
#ACB6B3
(172,182,179)
#BBC3C1
(187,195,193)
#CAD0CF
(202,208,207)
#D9DDDD
(217,221,221)
#E8EAEB
(232,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52685F color. Also use rgb(82,104,95) instead hex code.

Text Font Color

.myTextColor { color: #52685F; }

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

This text font color is #52685F.


Background Color

.myBgColor { background-color: #52685F; }

<div style="background-color:#52685F">Inner text</div>

This div background color is #52685F.


Border color

.myBorderColor { border: 1px solid #52685F; }

<div style="border:3px solid #52685F">Div</div>

This div border color is #52685F.


Opacity

.myOpacity80 { color: #52685F; opacity: 0.8; }

<p style="color:#52685F;opacity:0.8;">80%</p>

Text with #52685F 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 #52685F;}

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

This text has shadow with #52685F color.

.textShadow {text-shadow: 3px 3px 1px #52685F, 3px 3px 1px red;}

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

This text has shadow with #52685F primary color and red secondary color.


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

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

This text has shadow with #52685F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52685F on black background.


Color preview on white background

This text has color #52685F on white background.



Black color preview on #52685F background

This text has black color on #52685F background.


White color preview on #52685F background

This text has white color on #52685F background.