COLOR #52423B

HEX: #52423B
RGB: (82,66,59)

Color info

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

RGB color model

#52423B color RGB value is (82,66,59).

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

RGB channels and saturation

R 82 of 255 = 32%
G 66 of 255 = 26%
B 59 of 255 = 23%

82
66
59

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

Portions of RGB colors in percentages

R + G + B =
82 + 66 + 59 = 207 (100%)
R 82 of 207 ~ 39.61%
G 66 of 207 ~ 31.88%
B 59 of 207 ~ 28.5%

%39.61
%31.88
%28.5

CMYK color model

#52423B color CMYK value is (0,20,28,68).

  • cyan value is 0.00%
  • magenta value is 19.51%
  • yellow value is 28.05%
  • key color value is 67.84%
CMYK:
(0,20,28,68)
C0M20Y28K68 
(0%,20%,28%,68%)
(0.00/0.20/0.28/0.68)	

CMYK percentages

%0
%19.51
%28.05
%67.84

Codes

Color #52423B in popluar color models

52423B
RGB826659
HSL18°16.31%27.65%
HSB/HSV18°28.05%32.16%
CMYK0.00%19.51%28.05%
67.84%

Color #52423B in popluar number systems.

HEX52423B
Decimal826659
Binary10100101000010111011
Octal12210273

Shades and tints

Shades of #52423B

#52423B
(82,66,59)
#4B3C36
(75,60,54)
#443631
(68,54,49)
#3D302C
(61,48,44)
#362A27
(54,42,39)
#2F2422
(47,36,34)
#281E1D
(40,30,29)
#211818
(33,24,24)
#1A1213
(26,18,19)
#130C0E
(19,12,14)
#0C0609
(12,6,9)
#000000
(0,0,0)

Tints of #52423B

#52423B
(82,66,59)
#61534C
(97,83,76)
#70645D
(112,100,93)
#7F756E
(127,117,110)
#8E867F
(142,134,127)
#9D9790
(157,151,144)
#ACA8A1
(172,168,161)
#BBB9B2
(187,185,178)
#CACAC3
(202,202,195)
#D9DBD4
(217,219,212)
#E8ECE5
(232,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52423B; }

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

This text font color is #52423B.


Background Color

.myBgColor { background-color: #52423B; }

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

This div background color is #52423B.


Border color

.myBorderColor { border: 1px solid #52423B; }

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

This div border color is #52423B.


Opacity

.myOpacity80 { color: #52423B; opacity: 0.8; }

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

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

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

This text has shadow with #52423B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52423B on black background.


Color preview on white background

This text has color #52423B on white background.



Black color preview on #52423B background

This text has black color on #52423B background.


White color preview on #52423B background

This text has white color on #52423B background.