COLOR #52321B

HEX: #52321B
RGB: (82,50,27)

Color info

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

RGB color model

#52321B color RGB value is (82,50,27).

  • red value is 82;
  • green value is 50;
  • blue value is 27.
RGB:
(82,50,27)
(32%,20%,11%)

RGB channels and saturation

R 82 of 255 = 32%
G 50 of 255 = 20%
B 27 of 255 = 11%

82
50
27

R + G + B ~ 21%. #52321B is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 50 + 27 = 159 (100%)
R 82 of 159 ~ 51.57%
G 50 of 159 ~ 31.45%
B 27 of 159 ~ 16.98%

%51.57
%31.45
%16.98

CMYK color model

#52321B color CMYK value is (0,39,67,68).

  • cyan value is 0.00%
  • magenta value is 39.02%
  • yellow value is 67.07%
  • key color value is 67.84%
CMYK:
(0,39,67,68)
C0M39Y67K68 
(0%,39%,67%,68%)
(0.00/0.39/0.67/0.68)	

CMYK percentages

%0
%39.02
%67.07
%67.84

Codes

Color #52321B in popluar color models

52321B
RGB825027
HSL25°50.46%21.37%
HSB/HSV25°67.07%32.16%
CMYK0.00%39.02%67.07%
67.84%

Color #52321B in popluar number systems.

HEX52321B
Decimal825027
Binary101001011001011011
Octal1226233

Shades and tints

Shades of #52321B

#52321B
(82,50,27)
#4B2E19
(75,46,25)
#442A17
(68,42,23)
#3D2615
(61,38,21)
#362213
(54,34,19)
#2F1E11
(47,30,17)
#281A0F
(40,26,15)
#21160D
(33,22,13)
#1A120B
(26,18,11)
#130E09
(19,14,9)
#0C0A07
(12,10,7)
#000000
(0,0,0)

Tints of #52321B

#52321B
(82,50,27)
#61442F
(97,68,47)
#705643
(112,86,67)
#7F6857
(127,104,87)
#8E7A6B
(142,122,107)
#9D8C7F
(157,140,127)
#AC9E93
(172,158,147)
#BBB0A7
(187,176,167)
#CAC2BB
(202,194,187)
#D9D4CF
(217,212,207)
#E8E6E3
(232,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52321B color. Also use rgb(82,50,27) instead hex code.

Text Font Color

.myTextColor { color: #52321B; }

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

This text font color is #52321B.


Background Color

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

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

This div background color is #52321B.


Border color

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

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

This div border color is #52321B.


Opacity

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

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

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

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

This text has shadow with #52321B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52321B on black background.


Color preview on white background

This text has color #52321B on white background.



Black color preview on #52321B background

This text has black color on #52321B background.


White color preview on #52321B background

This text has white color on #52321B background.