COLOR #52615F

HEX: #52615F
RGB: (82,97,95)

Color info

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

RGB color model

#52615F color RGB value is (82,97,95).

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

RGB channels and saturation

R 82 of 255 = 32%
G 97 of 255 = 38%
B 95 of 255 = 37%

82
97
95

R + G + B ~ 36%. #52615F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 97 + 95 = 274 (100%)
R 82 of 274 ~ 29.93%
G 97 of 274 ~ 35.4%
B 95 of 274 ~ 34.67%

%29.93
%35.4
%34.67

CMYK color model

#52615F color CMYK value is (15,0,2,62).

  • cyan value is 15.46%
  • magenta value is 0.00%
  • yellow value is 2.06%
  • key color value is 61.96%
CMYK:
(15,0,2,62)
C15M0Y2K62 
(15%,0%,2%,62%)
(0.15/0.00/0.02/0.62)	

CMYK percentages

%15.46
%0
%2.06
%61.96

Codes

Color #52615F in popluar color models

52615F
RGB829795
HSL172°8.38%35.10%
HSB/HSV172°15.46%38.04%
CMYK15.46%0.00%2.06%
61.96%

Color #52615F in popluar number systems.

HEX52615F
Decimal829795
Binary101001011000011011111
Octal122141137

Shades and tints

Shades of #52615F

#52615F
(82,97,95)
#4B5957
(75,89,87)
#44514F
(68,81,79)
#3D4947
(61,73,71)
#36413F
(54,65,63)
#2F3937
(47,57,55)
#28312F
(40,49,47)
#212927
(33,41,39)
#1A211F
(26,33,31)
#131917
(19,25,23)
#0C110F
(12,17,15)
#000000
(0,0,0)

Tints of #52615F

#52615F
(82,97,95)
#616F6D
(97,111,109)
#707D7B
(112,125,123)
#7F8B89
(127,139,137)
#8E9997
(142,153,151)
#9DA7A5
(157,167,165)
#ACB5B3
(172,181,179)
#BBC3C1
(187,195,193)
#CAD1CF
(202,209,207)
#D9DFDD
(217,223,221)
#E8EDEB
(232,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52615F; }

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

This text font color is #52615F.


Background Color

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

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

This div background color is #52615F.


Border color

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

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

This div border color is #52615F.


Opacity

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

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

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

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

This text has shadow with #52615F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52615F on black background.


Color preview on white background

This text has color #52615F on white background.



Black color preview on #52615F background

This text has black color on #52615F background.


White color preview on #52615F background

This text has white color on #52615F background.