COLOR #52615D

HEX: #52615D
RGB: (82,97,93)

Color info

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

RGB color model

#52615D color RGB value is (82,97,93).

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

RGB channels and saturation

R 82 of 255 = 32%
G 97 of 255 = 38%
B 93 of 255 = 36%

82
97
93

R + G + B ~ 35%. #52615D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 97 + 93 = 272 (100%)
R 82 of 272 ~ 30.15%
G 97 of 272 ~ 35.66%
B 93 of 272 ~ 34.19%

%30.15
%35.66
%34.19

CMYK color model

#52615D color CMYK value is (15,0,4,62).

  • cyan value is 15.46%
  • magenta value is 0.00%
  • yellow value is 4.12%
  • key color value is 61.96%
CMYK:
(15,0,4,62)
C15M0Y4K62 
(15%,0%,4%,62%)
(0.15/0.00/0.04/0.62)	

CMYK percentages

%15.46
%0
%4.12
%61.96

Codes

Color #52615D in popluar color models

52615D
RGB829793
HSL164°8.38%35.10%
HSB/HSV164°15.46%38.04%
CMYK15.46%0.00%4.12%
61.96%

Color #52615D in popluar number systems.

HEX52615D
Decimal829793
Binary101001011000011011101
Octal122141135

Shades and tints

Shades of #52615D

#52615D
(82,97,93)
#4B5955
(75,89,85)
#44514D
(68,81,77)
#3D4945
(61,73,69)
#36413D
(54,65,61)
#2F3935
(47,57,53)
#28312D
(40,49,45)
#212925
(33,41,37)
#1A211D
(26,33,29)
#131915
(19,25,21)
#0C110D
(12,17,13)
#000000
(0,0,0)

Tints of #52615D

#52615D
(82,97,93)
#616F6B
(97,111,107)
#707D79
(112,125,121)
#7F8B87
(127,139,135)
#8E9995
(142,153,149)
#9DA7A3
(157,167,163)
#ACB5B1
(172,181,177)
#BBC3BF
(187,195,191)
#CAD1CD
(202,209,205)
#D9DFDB
(217,223,219)
#E8EDE9
(232,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52615D; }

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

This text font color is #52615D.


Background Color

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

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

This div background color is #52615D.


Border color

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

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

This div border color is #52615D.


Opacity

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

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

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

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

This text has shadow with #52615D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52615D on black background.


Color preview on white background

This text has color #52615D on white background.



Black color preview on #52615D background

This text has black color on #52615D background.


White color preview on #52615D background

This text has white color on #52615D background.