COLOR #524B47

HEX: #524B47
RGB: (82,75,71)

Color info

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

RGB color model

#524B47 color RGB value is (82,75,71).

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

RGB channels and saturation

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

82
75
71

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

Portions of RGB colors in percentages

R + G + B =
82 + 75 + 71 = 228 (100%)
R 82 of 228 ~ 35.96%
G 75 of 228 ~ 32.89%
B 71 of 228 ~ 31.14%

%35.96
%32.89
%31.14

CMYK color model

#524B47 color CMYK value is (0,9,13,68).

  • cyan value is 0.00%
  • magenta value is 8.54%
  • yellow value is 13.41%
  • key color value is 67.84%
CMYK:
(0,9,13,68)
C0M9Y13K68 
(0%,9%,13%,68%)
(0.00/0.09/0.13/0.68)	

CMYK percentages

%0
%8.54
%13.41
%67.84

Codes

Color #524B47 in popluar color models

524B47
RGB827571
HSL22°7.19%30.00%
HSB/HSV22°13.41%32.16%
CMYK0.00%8.54%13.41%
67.84%

Color #524B47 in popluar number systems.

HEX524B47
Decimal827571
Binary101001010010111000111
Octal122113107

Shades and tints

Shades of #524B47

#524B47
(82,75,71)
#4B4541
(75,69,65)
#443F3B
(68,63,59)
#3D3935
(61,57,53)
#36332F
(54,51,47)
#2F2D29
(47,45,41)
#282723
(40,39,35)
#21211D
(33,33,29)
#1A1B17
(26,27,23)
#131511
(19,21,17)
#0C0F0B
(12,15,11)
#000000
(0,0,0)

Tints of #524B47

#524B47
(82,75,71)
#615B57
(97,91,87)
#706B67
(112,107,103)
#7F7B77
(127,123,119)
#8E8B87
(142,139,135)
#9D9B97
(157,155,151)
#ACABA7
(172,171,167)
#BBBBB7
(187,187,183)
#CACBC7
(202,203,199)
#D9DBD7
(217,219,215)
#E8EBE7
(232,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524B47; }

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

This text font color is #524B47.


Background Color

.myBgColor { background-color: #524B47; }

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

This div background color is #524B47.


Border color

.myBorderColor { border: 1px solid #524B47; }

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

This div border color is #524B47.


Opacity

.myOpacity80 { color: #524B47; opacity: 0.8; }

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

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

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

This text has shadow with #524B47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524B47 on black background.


Color preview on white background

This text has color #524B47 on white background.



Black color preview on #524B47 background

This text has black color on #524B47 background.


White color preview on #524B47 background

This text has white color on #524B47 background.