COLOR #52675F

HEX: #52675F RGB: (82,103,95)

Color info

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

RGB color model

#52675F color RGB value is (82,103,95).

RGB: (82,103,95) (32%, 40%, 37%)

RGB channels and saturation

R 82 of 255 = 32%
G 103 of 255 = 40%
B 95 of 255 = 37%

82
103
95

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

Portions of RGB colors in percentages

R + G + B = 82 + 103 + 95 = 280 (100%)
R 82 of 280 ~ 29.29%
G 103 of 280 ~ 36.79%
B 95 of 280 ~ 33.93'%

%29.29
%36.79
%33.93

CMYK color model

#52675F color CMYK value is (20,0,8,60).

  • cyan value is 20.39%
  • magenta value is 0.00%
  • yellow value is 7.77%
  • key color value is 59.61%

CMYK: (20,0,8,60)
C20M0Y8K60 (20%, 0%, 8%, 60%)
(0.20 / 0.00 / 0.08 / 0.60)

CMYK percentages

%20.39
%0
%7.77
%59.61

Codes

Color #52675F in popluar color models

52 67 5F
RGB 82 103 95
HSL 157° 11.35% 36.27%
HSB/HSV 157° 20.39% 40.39%
CMYK 20.39% 0.00% 7.77%
59.61%

Color #52675F in popluar number systems.

HEX 52 67 5F
Decimal 82 103 95
Binary 1010010 1100111 1011111
Octal 122 147 137

Shades and tints

Shades of #52675F

#52675F
(82,103,95)
#4B5E57
(75,94,87)
#44554F
(68,85,79)
#3D4C47
(61,76,71)
#36433F
(54,67,63)
#2F3A37
(47,58,55)
#28312F
(40,49,47)
#212827
(33,40,39)
#1A1F1F
(26,31,31)
#131617
(19,22,23)
#0C0D0F
(12,13,15)
#000000
(0,0,0)

Tints of #52675F

#52675F
(82,103,95)
#61746D
(97,116,109)
#70817B
(112,129,123)
#7F8E89
(127,142,137)
#8E9B97
(142,155,151)
#9DA8A5
(157,168,165)
#ACB5B3
(172,181,179)
#BBC2C1
(187,194,193)
#CACFCF
(202,207,207)
#D9DCDD
(217,220,221)
#E8E9EB
(232,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52675F; }

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

This text font color is #52675F.

Background Color

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

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

This div background color is #52675F.

Border color

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

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

This div border color is #52675F.

Opacity

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

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

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

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

This text has shadow with #52675F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52675F.

Preview

Color preview on black background

This text has color #52675F on black background.


Color preview on white background

This text has color #52675F on white background.


Black color preview on #52675F background

This text has black color on #52675F background.


White color preview on #52675F background

This text has white color on #52675F background.


Related colors

Complementary color

Complementary color for #hex is #AD98A0.


I love getcolorcode.com

Triadic colors

1 #5F5267 and #675F52 with #52675F are triadic colors.

2 #5F6752 and #67525F with #52675F are triadic colors.