COLOR #52615A

HEX: #52615A RGB: (82,97,90)

Color info

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

RGB color model

#52615A color RGB value is (82,97,90).

RGB: (82,97,90) (32%, 38%, 35%)

RGB channels and saturation

R 82 of 255 = 32%
G 97 of 255 = 38%
B 90 of 255 = 35%

82
97
90

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

Portions of RGB colors in percentages

R + G + B = 82 + 97 + 90 = 269 (100%)
R 82 of 269 ~ 30.48%
G 97 of 269 ~ 36.06%
B 90 of 269 ~ 33.46'%

%30.48
%36.06
%33.46

CMYK color model

#52615A color CMYK value is (15,0,7,62).

  • cyan value is 15.46%
  • magenta value is 0.00%
  • yellow value is 7.22%
  • key color value is 61.96%

CMYK: (15,0,7,62)
C15M0Y7K62 (15%, 0%, 7%, 62%)
(0.15 / 0.00 / 0.07 / 0.62)

CMYK percentages

%15.46
%0
%7.22
%61.96

Codes

Color #52615A in popluar color models

52 61 5A
RGB 82 97 90
HSL 152° 8.38% 35.10%
HSB/HSV 152° 15.46% 38.04%
CMYK 15.46% 0.00% 7.22%
61.96%

Color #52615A in popluar number systems.

HEX 52 61 5A
Decimal 82 97 90
Binary 1010010 1100001 1011010
Octal 122 141 132

Shades and tints

Shades of #52615A

#52615A
(82,97,90)
#4B5952
(75,89,82)
#44514A
(68,81,74)
#3D4942
(61,73,66)
#36413A
(54,65,58)
#2F3932
(47,57,50)
#28312A
(40,49,42)
#212922
(33,41,34)
#1A211A
(26,33,26)
#131912
(19,25,18)
#0C110A
(12,17,10)
#000000
(0,0,0)

Tints of #52615A

#52615A
(82,97,90)
#616F69
(97,111,105)
#707D78
(112,125,120)
#7F8B87
(127,139,135)
#8E9996
(142,153,150)
#9DA7A5
(157,167,165)
#ACB5B4
(172,181,180)
#BBC3C3
(187,195,195)
#CAD1D2
(202,209,210)
#D9DFE1
(217,223,225)
#E8EDF0
(232,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52615A; }

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

This text font color is #52615A.

Background Color

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

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

This div background color is #52615A.

Border color

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

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

This div border color is #52615A.

Opacity

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

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

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

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

This text has shadow with #52615A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52615A.

Preview

Color preview on black background

This text has color #52615A on black background.


Color preview on white background

This text has color #52615A on white background.


Black color preview on #52615A background

This text has black color on #52615A background.


White color preview on #52615A background

This text has white color on #52615A background.


Related colors

Complementary color

Complementary color for #hex is #AD9EA5.


I love getcolorcode.com

Triadic colors

1 #5A5261 and #615A52 with #52615A are triadic colors.

2 #5A6152 and #61525A with #52615A are triadic colors.