COLOR #524342

HEX: #524342
RGB: (82,67,66)

Color info

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

RGB color model

#524342 color RGB value is (82,67,66).

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

RGB channels and saturation

R 82 of 255 = 32%
G 67 of 255 = 26%
B 66 of 255 = 26%

82
67
66

R + G + B ~ 28%. #524342 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 67 + 66 = 215 (100%)
R 82 of 215 ~ 38.14%
G 67 of 215 ~ 31.16%
B 66 of 215 ~ 30.7%

%38.14
%31.16
%30.7

CMYK color model

#524342 color CMYK value is (0,18,20,68).

  • cyan value is 0.00%
  • magenta value is 18.29%
  • yellow value is 19.51%
  • key color value is 67.84%
CMYK:
(0,18,20,68)
C0M18Y20K68 
(0%,18%,20%,68%)
(0.00/0.18/0.20/0.68)	

CMYK percentages

%0
%18.29
%19.51
%67.84

Codes

Color #524342 in popluar color models

524342
RGB826766
HSL10.81%29.02%
HSB/HSV19.51%32.16%
CMYK0.00%18.29%19.51%
67.84%

Color #524342 in popluar number systems.

HEX524342
Decimal826766
Binary101001010000111000010
Octal122103102

Shades and tints

Shades of #524342

#524342
(82,67,66)
#4B3D3C
(75,61,60)
#443736
(68,55,54)
#3D3130
(61,49,48)
#362B2A
(54,43,42)
#2F2524
(47,37,36)
#281F1E
(40,31,30)
#211918
(33,25,24)
#1A1312
(26,19,18)
#130D0C
(19,13,12)
#0C0706
(12,7,6)
#000000
(0,0,0)

Tints of #524342

#524342
(82,67,66)
#615453
(97,84,83)
#706564
(112,101,100)
#7F7675
(127,118,117)
#8E8786
(142,135,134)
#9D9897
(157,152,151)
#ACA9A8
(172,169,168)
#BBBAB9
(187,186,185)
#CACBCA
(202,203,202)
#D9DCDB
(217,220,219)
#E8EDEC
(232,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524342; }

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

This text font color is #524342.


Background Color

.myBgColor { background-color: #524342; }

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

This div background color is #524342.


Border color

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

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

This div border color is #524342.


Opacity

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

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

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

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

This text has shadow with #524342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524342 on black background.


Color preview on white background

This text has color #524342 on white background.



Black color preview on #524342 background

This text has black color on #524342 background.


White color preview on #524342 background

This text has white color on #524342 background.