COLOR #52605D

HEX: #52605D
RGB: (82,96,93)

Color info

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

RGB color model

#52605D color RGB value is (82,96,93).

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

RGB channels and saturation

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

82
96
93

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

Portions of RGB colors in percentages

R + G + B =
82 + 96 + 93 = 271 (100%)
R 82 of 271 ~ 30.26%
G 96 of 271 ~ 35.42%
B 93 of 271 ~ 34.32%

%30.26
%35.42
%34.32

CMYK color model

#52605D color CMYK value is (15,0,3,62).

  • cyan value is 14.58%
  • magenta value is 0.00%
  • yellow value is 3.12%
  • key color value is 62.35%
CMYK:
(15,0,3,62)
C15M0Y3K62 
(15%,0%,3%,62%)
(0.15/0.00/0.03/0.62)	

CMYK percentages

%14.58
%0
%3.12
%62.35

Codes

Color #52605D in popluar color models

52605D
RGB829693
HSL167°7.87%34.90%
HSB/HSV167°14.58%37.65%
CMYK14.58%0.00%3.12%
62.35%

Color #52605D in popluar number systems.

HEX52605D
Decimal829693
Binary101001011000001011101
Octal122140135

Shades and tints

Shades of #52605D

#52605D
(82,96,93)
#4B5855
(75,88,85)
#44504D
(68,80,77)
#3D4845
(61,72,69)
#36403D
(54,64,61)
#2F3835
(47,56,53)
#28302D
(40,48,45)
#212825
(33,40,37)
#1A201D
(26,32,29)
#131815
(19,24,21)
#0C100D
(12,16,13)
#000000
(0,0,0)

Tints of #52605D

#52605D
(82,96,93)
#616E6B
(97,110,107)
#707C79
(112,124,121)
#7F8A87
(127,138,135)
#8E9895
(142,152,149)
#9DA6A3
(157,166,163)
#ACB4B1
(172,180,177)
#BBC2BF
(187,194,191)
#CAD0CD
(202,208,205)
#D9DEDB
(217,222,219)
#E8ECE9
(232,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52605D; }

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

This text font color is #52605D.


Background Color

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

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

This div background color is #52605D.


Border color

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

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

This div border color is #52605D.


Opacity

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

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

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

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

This text has shadow with #52605D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52605D on black background.


Color preview on white background

This text has color #52605D on white background.



Black color preview on #52605D background

This text has black color on #52605D background.


White color preview on #52605D background

This text has white color on #52605D background.