COLOR #524744

HEX: #524744
RGB: (82,71,68)

Color info

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

RGB color model

#524744 color RGB value is (82,71,68).

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

RGB channels and saturation

R 82 of 255 = 32%
G 71 of 255 = 28%
B 68 of 255 = 27%

82
71
68

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

Portions of RGB colors in percentages

R + G + B =
82 + 71 + 68 = 221 (100%)
R 82 of 221 ~ 37.1%
G 71 of 221 ~ 32.13%
B 68 of 221 ~ 30.77%

%37.1
%32.13
%30.77

CMYK color model

#524744 color CMYK value is (0,13,17,68).

  • cyan value is 0.00%
  • magenta value is 13.41%
  • yellow value is 17.07%
  • key color value is 67.84%
CMYK:
(0,13,17,68)
C0M13Y17K68 
(0%,13%,17%,68%)
(0.00/0.13/0.17/0.68)	

CMYK percentages

%0
%13.41
%17.07
%67.84

Codes

Color #524744 in popluar color models

524744
RGB827168
HSL13°9.33%29.41%
HSB/HSV13°17.07%32.16%
CMYK0.00%13.41%17.07%
67.84%

Color #524744 in popluar number systems.

HEX524744
Decimal827168
Binary101001010001111000100
Octal122107104

Shades and tints

Shades of #524744

#524744
(82,71,68)
#4B413E
(75,65,62)
#443B38
(68,59,56)
#3D3532
(61,53,50)
#362F2C
(54,47,44)
#2F2926
(47,41,38)
#282320
(40,35,32)
#211D1A
(33,29,26)
#1A1714
(26,23,20)
#13110E
(19,17,14)
#0C0B08
(12,11,8)
#000000
(0,0,0)

Tints of #524744

#524744
(82,71,68)
#615755
(97,87,85)
#706766
(112,103,102)
#7F7777
(127,119,119)
#8E8788
(142,135,136)
#9D9799
(157,151,153)
#ACA7AA
(172,167,170)
#BBB7BB
(187,183,187)
#CAC7CC
(202,199,204)
#D9D7DD
(217,215,221)
#E8E7EE
(232,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524744; }

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

This text font color is #524744.


Background Color

.myBgColor { background-color: #524744; }

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

This div background color is #524744.


Border color

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

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

This div border color is #524744.


Opacity

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

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

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

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

This text has shadow with #524744 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524744 on black background.


Color preview on white background

This text has color #524744 on white background.



Black color preview on #524744 background

This text has black color on #524744 background.


White color preview on #524744 background

This text has white color on #524744 background.