COLOR #52444D

HEX: #52444D
RGB: (82,68,77)

Color info

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

RGB color model

#52444D color RGB value is (82,68,77).

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

RGB channels and saturation

R 82 of 255 = 32%
G 68 of 255 = 27%
B 77 of 255 = 30%

82
68
77

R + G + B ~ 30%. #52444D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 68 + 77 = 227 (100%)
R 82 of 227 ~ 36.12%
G 68 of 227 ~ 29.96%
B 77 of 227 ~ 33.92%

%36.12
%29.96
%33.92

CMYK color model

#52444D color CMYK value is (0,17,6,68).

  • cyan value is 0.00%
  • magenta value is 17.07%
  • yellow value is 6.10%
  • key color value is 67.84%
CMYK:
(0,17,6,68)
C0M17Y6K68 
(0%,17%,6%,68%)
(0.00/0.17/0.06/0.68)	

CMYK percentages

%0
%17.07
%6.1
%67.84

Codes

Color #52444D in popluar color models

52444D
RGB826877
HSL321°9.33%29.41%
HSB/HSV321°17.07%32.16%
CMYK0.00%17.07%6.10%
67.84%

Color #52444D in popluar number systems.

HEX52444D
Decimal826877
Binary101001010001001001101
Octal122104115

Shades and tints

Shades of #52444D

#52444D
(82,68,77)
#4B3E46
(75,62,70)
#44383F
(68,56,63)
#3D3238
(61,50,56)
#362C31
(54,44,49)
#2F262A
(47,38,42)
#282023
(40,32,35)
#211A1C
(33,26,28)
#1A1415
(26,20,21)
#130E0E
(19,14,14)
#0C0807
(12,8,7)
#000000
(0,0,0)

Tints of #52444D

#52444D
(82,68,77)
#61555D
(97,85,93)
#70666D
(112,102,109)
#7F777D
(127,119,125)
#8E888D
(142,136,141)
#9D999D
(157,153,157)
#ACAAAD
(172,170,173)
#BBBBBD
(187,187,189)
#CACCCD
(202,204,205)
#D9DDDD
(217,221,221)
#E8EEED
(232,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52444D; }

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

This text font color is #52444D.


Background Color

.myBgColor { background-color: #52444D; }

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

This div background color is #52444D.


Border color

.myBorderColor { border: 1px solid #52444D; }

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

This div border color is #52444D.


Opacity

.myOpacity80 { color: #52444D; opacity: 0.8; }

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

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

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

This text has shadow with #52444D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52444D on black background.


Color preview on white background

This text has color #52444D on white background.



Black color preview on #52444D background

This text has black color on #52444D background.


White color preview on #52444D background

This text has white color on #52444D background.