COLOR #524141

HEX: #524141
RGB: (82,65,65)

Color info

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

RGB color model

#524141 color RGB value is (82,65,65).

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

RGB channels and saturation

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

82
65
65

R + G + B ~ 27%. #524141 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 65 + 65 = 212 (100%)
R 82 of 212 ~ 38.68%
G 65 of 212 ~ 30.66%
B 65 of 212 ~ 30.66%

%38.68
%30.66
%30.66

CMYK color model

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

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

CMYK percentages

%0
%20.73
%20.73
%67.84

Codes

Color #524141 in popluar color models

524141
RGB826565
HSL11.56%28.82%
HSB/HSV20.73%32.16%
CMYK0.00%20.73%20.73%
67.84%

Color #524141 in popluar number systems.

HEX524141
Decimal826565
Binary101001010000011000001
Octal122101101

Shades and tints

Shades of #524141

#524141
(82,65,65)
#4B3C3C
(75,60,60)
#443737
(68,55,55)
#3D3232
(61,50,50)
#362D2D
(54,45,45)
#2F2828
(47,40,40)
#282323
(40,35,35)
#211E1E
(33,30,30)
#1A1919
(26,25,25)
#131414
(19,20,20)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #524141

#524141
(82,65,65)
#615252
(97,82,82)
#706363
(112,99,99)
#7F7474
(127,116,116)
#8E8585
(142,133,133)
#9D9696
(157,150,150)
#ACA7A7
(172,167,167)
#BBB8B8
(187,184,184)
#CAC9C9
(202,201,201)
#D9DADA
(217,218,218)
#E8EBEB
(232,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524141; }

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

This text font color is #524141.


Background Color

.myBgColor { background-color: #524141; }

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

This div background color is #524141.


Border color

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

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

This div border color is #524141.


Opacity

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

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

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

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

This text has shadow with #524141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524141 on black background.


Color preview on white background

This text has color #524141 on white background.



Black color preview on #524141 background

This text has black color on #524141 background.


White color preview on #524141 background

This text has white color on #524141 background.