COLOR #524B42

HEX: #524B42
RGB: (82,75,66)

Color info

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

RGB color model

#524B42 color RGB value is (82,75,66).

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

RGB channels and saturation

R 82 of 255 = 32%
G 75 of 255 = 29%
B 66 of 255 = 26%

82
75
66

R + G + B ~ 29%. #524B42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 75 + 66 = 223 (100%)
R 82 of 223 ~ 36.77%
G 75 of 223 ~ 33.63%
B 66 of 223 ~ 29.6%

%36.77
%33.63
%29.6

CMYK color model

#524B42 color CMYK value is (0,9,20,68).

  • cyan value is 0.00%
  • magenta value is 8.54%
  • yellow value is 19.51%
  • key color value is 67.84%
CMYK:
(0,9,20,68)
C0M9Y20K68 
(0%,9%,20%,68%)
(0.00/0.09/0.20/0.68)	

CMYK percentages

%0
%8.54
%19.51
%67.84

Codes

Color #524B42 in popluar color models

524B42
RGB827566
HSL34°10.81%29.02%
HSB/HSV34°19.51%32.16%
CMYK0.00%8.54%19.51%
67.84%

Color #524B42 in popluar number systems.

HEX524B42
Decimal827566
Binary101001010010111000010
Octal122113102

Shades and tints

Shades of #524B42

#524B42
(82,75,66)
#4B453C
(75,69,60)
#443F36
(68,63,54)
#3D3930
(61,57,48)
#36332A
(54,51,42)
#2F2D24
(47,45,36)
#28271E
(40,39,30)
#212118
(33,33,24)
#1A1B12
(26,27,18)
#13150C
(19,21,12)
#0C0F06
(12,15,6)
#000000
(0,0,0)

Tints of #524B42

#524B42
(82,75,66)
#615B53
(97,91,83)
#706B64
(112,107,100)
#7F7B75
(127,123,117)
#8E8B86
(142,139,134)
#9D9B97
(157,155,151)
#ACABA8
(172,171,168)
#BBBBB9
(187,187,185)
#CACBCA
(202,203,202)
#D9DBDB
(217,219,219)
#E8EBEC
(232,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524B42; }

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

This text font color is #524B42.


Background Color

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

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

This div background color is #524B42.


Border color

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

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

This div border color is #524B42.


Opacity

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

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

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

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

This text has shadow with #524B42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524B42 on black background.


Color preview on white background

This text has color #524B42 on white background.



Black color preview on #524B42 background

This text has black color on #524B42 background.


White color preview on #524B42 background

This text has white color on #524B42 background.