COLOR #52391C

HEX: #52391C
RGB: (82,57,28)

Color info

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

RGB color model

#52391C color RGB value is (82,57,28).

  • red value is 82;
  • green value is 57;
  • blue value is 28.
RGB:
(82,57,28)
(32%,22%,11%)

RGB channels and saturation

R 82 of 255 = 32%
G 57 of 255 = 22%
B 28 of 255 = 11%

82
57
28

R + G + B ~ 22%. #52391C is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 57 + 28 = 167 (100%)
R 82 of 167 ~ 49.1%
G 57 of 167 ~ 34.13%
B 28 of 167 ~ 16.77%

%49.1
%34.13
%16.77

CMYK color model

#52391C color CMYK value is (0,30,66,68).

  • cyan value is 0.00%
  • magenta value is 30.49%
  • yellow value is 65.85%
  • key color value is 67.84%
CMYK:
(0,30,66,68)
C0M30Y66K68 
(0%,30%,66%,68%)
(0.00/0.30/0.66/0.68)	

CMYK percentages

%0
%30.49
%65.85
%67.84

Codes

Color #52391C in popluar color models

52391C
RGB825728
HSL32°49.09%21.57%
HSB/HSV32°65.85%32.16%
CMYK0.00%30.49%65.85%
67.84%

Color #52391C in popluar number systems.

HEX52391C
Decimal825728
Binary101001011100111100
Octal1227134

Shades and tints

Shades of #52391C

#52391C
(82,57,28)
#4B341A
(75,52,26)
#442F18
(68,47,24)
#3D2A16
(61,42,22)
#362514
(54,37,20)
#2F2012
(47,32,18)
#281B10
(40,27,16)
#21160E
(33,22,14)
#1A110C
(26,17,12)
#130C0A
(19,12,10)
#0C0708
(12,7,8)
#000000
(0,0,0)

Tints of #52391C

#52391C
(82,57,28)
#614B30
(97,75,48)
#705D44
(112,93,68)
#7F6F58
(127,111,88)
#8E816C
(142,129,108)
#9D9380
(157,147,128)
#ACA594
(172,165,148)
#BBB7A8
(187,183,168)
#CAC9BC
(202,201,188)
#D9DBD0
(217,219,208)
#E8EDE4
(232,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52391C color. Also use rgb(82,57,28) instead hex code.

Text Font Color

.myTextColor { color: #52391C; }

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

This text font color is #52391C.


Background Color

.myBgColor { background-color: #52391C; }

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

This div background color is #52391C.


Border color

.myBorderColor { border: 1px solid #52391C; }

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

This div border color is #52391C.


Opacity

.myOpacity80 { color: #52391C; opacity: 0.8; }

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

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

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

This text has shadow with #52391C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52391C on black background.


Color preview on white background

This text has color #52391C on white background.



Black color preview on #52391C background

This text has black color on #52391C background.


White color preview on #52391C background

This text has white color on #52391C background.