COLOR #52574A

HEX: #52574A
RGB: (82,87,74)

Color info

#52574A contains red, green and blue colors in about the same proportion. Web safe color of #52574A is #666633 (or #663).

RGB color model

#52574A color RGB value is (82,87,74).

  • red value is 82;
  • green value is 87;
  • blue value is 74.
RGB:
(82,87,74)
(32%,34%,29%)

RGB channels and saturation

R 82 of 255 = 32%
G 87 of 255 = 34%
B 74 of 255 = 29%

82
87
74

R + G + B ~ 32%. #52574A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 87 + 74 = 243 (100%)
R 82 of 243 ~ 33.74%
G 87 of 243 ~ 35.8%
B 74 of 243 ~ 30.45%

%33.74
%35.8
%30.45

CMYK color model

#52574A color CMYK value is (6,0,15,66).

  • cyan value is 5.75%
  • magenta value is 0.00%
  • yellow value is 14.94%
  • key color value is 65.88%
CMYK:
(6,0,15,66)
C6M0Y15K66 
(6%,0%,15%,66%)
(0.06/0.00/0.15/0.66)	

CMYK percentages

%5.75
%0
%14.94
%65.88

Codes

Color #52574A in popluar color models

52574A
RGB828774
HSL83°8.07%31.57%
HSB/HSV83°14.94%34.12%
CMYK5.75%0.00%14.94%
65.88%

Color #52574A in popluar number systems.

HEX52574A
Decimal828774
Binary101001010101111001010
Octal122127112

Shades and tints

Shades of #52574A

#52574A
(82,87,74)
#4B5044
(75,80,68)
#44493E
(68,73,62)
#3D4238
(61,66,56)
#363B32
(54,59,50)
#2F342C
(47,52,44)
#282D26
(40,45,38)
#212620
(33,38,32)
#1A1F1A
(26,31,26)
#131814
(19,24,20)
#0C110E
(12,17,14)
#000000
(0,0,0)

Tints of #52574A

#52574A
(82,87,74)
#61665A
(97,102,90)
#70756A
(112,117,106)
#7F847A
(127,132,122)
#8E938A
(142,147,138)
#9DA29A
(157,162,154)
#ACB1AA
(172,177,170)
#BBC0BA
(187,192,186)
#CACFCA
(202,207,202)
#D9DEDA
(217,222,218)
#E8EDEA
(232,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52574A color. Also use rgb(82,87,74) instead hex code.

Text Font Color

.myTextColor { color: #52574A; }

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

This text font color is #52574A.


Background Color

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

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

This div background color is #52574A.


Border color

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

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

This div border color is #52574A.


Opacity

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

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

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

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

This text has shadow with #52574A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52574A on black background.


Color preview on white background

This text has color #52574A on white background.



Black color preview on #52574A background

This text has black color on #52574A background.


White color preview on #52574A background

This text has white color on #52574A background.