COLOR #524142

HEX: #524142
RGB: (82,65,66)

Color info

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

RGB color model

#524142 color RGB value is (82,65,66).

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

RGB channels and saturation

R 82 of 255 = 32%
G 65 of 255 = 25%
B 66 of 255 = 26%

82
65
66

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

Portions of RGB colors in percentages

R + G + B =
82 + 65 + 66 = 213 (100%)
R 82 of 213 ~ 38.5%
G 65 of 213 ~ 30.52%
B 66 of 213 ~ 30.99%

%38.5
%30.52
%30.99

CMYK color model

#524142 color CMYK value is (0,21,20,68).

  • cyan value is 0.00%
  • magenta value is 20.73%
  • yellow value is 19.51%
  • key color value is 67.84%
CMYK:
(0,21,20,68)
C0M21Y20K68 
(0%,21%,20%,68%)
(0.00/0.21/0.20/0.68)	

CMYK percentages

%0
%20.73
%19.51
%67.84

Codes

Color #524142 in popluar color models

524142
RGB826566
HSL356°11.56%28.82%
HSB/HSV356°20.73%32.16%
CMYK0.00%20.73%19.51%
67.84%

Color #524142 in popluar number systems.

HEX524142
Decimal826566
Binary101001010000011000010
Octal122101102

Shades and tints

Shades of #524142

#524142
(82,65,66)
#4B3C3C
(75,60,60)
#443736
(68,55,54)
#3D3230
(61,50,48)
#362D2A
(54,45,42)
#2F2824
(47,40,36)
#28231E
(40,35,30)
#211E18
(33,30,24)
#1A1912
(26,25,18)
#13140C
(19,20,12)
#0C0F06
(12,15,6)
#000000
(0,0,0)

Tints of #524142

#524142
(82,65,66)
#615253
(97,82,83)
#706364
(112,99,100)
#7F7475
(127,116,117)
#8E8586
(142,133,134)
#9D9697
(157,150,151)
#ACA7A8
(172,167,168)
#BBB8B9
(187,184,185)
#CAC9CA
(202,201,202)
#D9DADB
(217,218,219)
#E8EBEC
(232,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524142; }

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

This text font color is #524142.


Background Color

.myBgColor { background-color: #524142; }

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

This div background color is #524142.


Border color

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

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

This div border color is #524142.


Opacity

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

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

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

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

This text has shadow with #524142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524142 on black background.


Color preview on white background

This text has color #524142 on white background.



Black color preview on #524142 background

This text has black color on #524142 background.


White color preview on #524142 background

This text has white color on #524142 background.