COLOR #524445

HEX: #524445
RGB: (82,68,69)

Color info

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

RGB color model

#524445 color RGB value is (82,68,69).

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

RGB channels and saturation

R 82 of 255 = 32%
G 68 of 255 = 27%
B 69 of 255 = 27%

82
68
69

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

Portions of RGB colors in percentages

R + G + B =
82 + 68 + 69 = 219 (100%)
R 82 of 219 ~ 37.44%
G 68 of 219 ~ 31.05%
B 69 of 219 ~ 31.51%

%37.44
%31.05
%31.51

CMYK color model

#524445 color CMYK value is (0,17,16,68).

  • cyan value is 0.00%
  • magenta value is 17.07%
  • yellow value is 15.85%
  • key color value is 67.84%
CMYK:
(0,17,16,68)
C0M17Y16K68 
(0%,17%,16%,68%)
(0.00/0.17/0.16/0.68)	

CMYK percentages

%0
%17.07
%15.85
%67.84

Codes

Color #524445 in popluar color models

524445
RGB826869
HSL356°9.33%29.41%
HSB/HSV356°17.07%32.16%
CMYK0.00%17.07%15.85%
67.84%

Color #524445 in popluar number systems.

HEX524445
Decimal826869
Binary101001010001001000101
Octal122104105

Shades and tints

Shades of #524445

#524445
(82,68,69)
#4B3E3F
(75,62,63)
#443839
(68,56,57)
#3D3233
(61,50,51)
#362C2D
(54,44,45)
#2F2627
(47,38,39)
#282021
(40,32,33)
#211A1B
(33,26,27)
#1A1415
(26,20,21)
#130E0F
(19,14,15)
#0C0809
(12,8,9)
#000000
(0,0,0)

Tints of #524445

#524445
(82,68,69)
#615555
(97,85,85)
#706665
(112,102,101)
#7F7775
(127,119,117)
#8E8885
(142,136,133)
#9D9995
(157,153,149)
#ACAAA5
(172,170,165)
#BBBBB5
(187,187,181)
#CACCC5
(202,204,197)
#D9DDD5
(217,221,213)
#E8EEE5
(232,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524445; }

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

This text font color is #524445.


Background Color

.myBgColor { background-color: #524445; }

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

This div background color is #524445.


Border color

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

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

This div border color is #524445.


Opacity

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

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

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

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

This text has shadow with #524445 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524445 on black background.


Color preview on white background

This text has color #524445 on white background.



Black color preview on #524445 background

This text has black color on #524445 background.


White color preview on #524445 background

This text has white color on #524445 background.