COLOR #52755D

HEX: #52755D RGB: (82,117,93)

Color info

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

RGB color model

#52755D color RGB value is (82,117,93).

RGB: (82,117,93) (32%, 46%, 36%)

RGB channels and saturation

R 82 of 255 = 32%
G 117 of 255 = 46%
B 93 of 255 = 36%

82
117
93

R + G + B ~ 38%. #52755D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 117 + 93 = 292 (100%)
R 82 of 292 ~ 28.08%
G 117 of 292 ~ 40.07%
B 93 of 292 ~ 31.85'%

%28.08
%40.07
%31.85

CMYK color model

#52755D color CMYK value is (30,0,21,54).

  • cyan value is 29.91%
  • magenta value is 0.00%
  • yellow value is 20.51%
  • key color value is 54.12%

CMYK: (30,0,21,54)
C30M0Y21K54 (30%, 0%, 21%, 54%)
(0.30 / 0.00 / 0.21 / 0.54)

CMYK percentages

%29.91
%0
%20.51
%54.12

Codes

Color #52755D in popluar color models

52 75 5D
RGB 82 117 93
HSL 139° 17.59% 39.02%
HSB/HSV 139° 29.91% 45.88%
CMYK 29.91% 0.00% 20.51%
54.12%

Color #52755D in popluar number systems.

HEX 52 75 5D
Decimal 82 117 93
Binary 1010010 1110101 1011101
Octal 122 165 135

Shades and tints

Shades of #52755D

#52755D
(82,117,93)
#4B6B55
(75,107,85)
#44614D
(68,97,77)
#3D5745
(61,87,69)
#364D3D
(54,77,61)
#2F4335
(47,67,53)
#28392D
(40,57,45)
#212F25
(33,47,37)
#1A251D
(26,37,29)
#131B15
(19,27,21)
#0C110D
(12,17,13)
#000000
(0,0,0)

Tints of #52755D

#52755D
(82,117,93)
#61816B
(97,129,107)
#708D79
(112,141,121)
#7F9987
(127,153,135)
#8EA595
(142,165,149)
#9DB1A3
(157,177,163)
#ACBDB1
(172,189,177)
#BBC9BF
(187,201,191)
#CAD5CD
(202,213,205)
#D9E1DB
(217,225,219)
#E8EDE9
(232,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52755D; }

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

This text font color is #52755D.

Background Color

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

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

This div background color is #52755D.

Border color

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

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

This div border color is #52755D.

Opacity

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

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

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

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

This text has shadow with #52755D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52755D.

Preview

Color preview on black background

This text has color #52755D on black background.


Color preview on white background

This text has color #52755D on white background.


Black color preview on #52755D background

This text has black color on #52755D background.


White color preview on #52755D background

This text has white color on #52755D background.


Related colors

Complementary color

Complementary color for #hex is #AD8AA2.


I love getcolorcode.com

Triadic colors

1 #5D5275 and #755D52 with #52755D are triadic colors.

2 #5D7552 and #75525D with #52755D are triadic colors.