COLOR #524947

HEX: #524947
RGB: (82,73,71)

Color info

#524947 contains red, green and blue colors in about the same proportion. Web safe color of #524947 is #663333 (or #633).

RGB color model

#524947 color RGB value is (82,73,71).

  • red value is 82;
  • green value is 73;
  • blue value is 71.
RGB:
(82,73,71)
(32%,29%,28%)

RGB channels and saturation

R 82 of 255 = 32%
G 73 of 255 = 29%
B 71 of 255 = 28%

82
73
71

R + G + B ~ 30%. #524947 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 73 + 71 = 226 (100%)
R 82 of 226 ~ 36.28%
G 73 of 226 ~ 32.3%
B 71 of 226 ~ 31.42%

%36.28
%32.3
%31.42

CMYK color model

#524947 color CMYK value is (0,11,13,68).

  • cyan value is 0.00%
  • magenta value is 10.98%
  • yellow value is 13.41%
  • key color value is 67.84%
CMYK:
(0,11,13,68)
C0M11Y13K68 
(0%,11%,13%,68%)
(0.00/0.11/0.13/0.68)	

CMYK percentages

%0
%10.98
%13.41
%67.84

Codes

Color #524947 in popluar color models

524947
RGB827371
HSL11°7.19%30.00%
HSB/HSV11°13.41%32.16%
CMYK0.00%10.98%13.41%
67.84%

Color #524947 in popluar number systems.

HEX524947
Decimal827371
Binary101001010010011000111
Octal122111107

Shades and tints

Shades of #524947

#524947
(82,73,71)
#4B4341
(75,67,65)
#443D3B
(68,61,59)
#3D3735
(61,55,53)
#36312F
(54,49,47)
#2F2B29
(47,43,41)
#282523
(40,37,35)
#211F1D
(33,31,29)
#1A1917
(26,25,23)
#131311
(19,19,17)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #524947

#524947
(82,73,71)
#615957
(97,89,87)
#706967
(112,105,103)
#7F7977
(127,121,119)
#8E8987
(142,137,135)
#9D9997
(157,153,151)
#ACA9A7
(172,169,167)
#BBB9B7
(187,185,183)
#CAC9C7
(202,201,199)
#D9D9D7
(217,217,215)
#E8E9E7
(232,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #524947 color. Also use rgb(82,73,71) instead hex code.

Text Font Color

.myTextColor { color: #524947; }

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

This text font color is #524947.


Background Color

.myBgColor { background-color: #524947; }

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

This div background color is #524947.


Border color

.myBorderColor { border: 1px solid #524947; }

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

This div border color is #524947.


Opacity

.myOpacity80 { color: #524947; opacity: 0.8; }

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

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

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

This text has shadow with #524947 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524947 on black background.


Color preview on white background

This text has color #524947 on white background.



Black color preview on #524947 background

This text has black color on #524947 background.


White color preview on #524947 background

This text has white color on #524947 background.