COLOR #52491B

HEX: #52491B
RGB: (82,73,27)

Color info

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

RGB color model

#52491B color RGB value is (82,73,27).

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

RGB channels and saturation

R 82 of 255 = 32%
G 73 of 255 = 29%
B 27 of 255 = 11%

82
73
27

R + G + B ~ 24%. #52491B is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 73 + 27 = 182 (100%)
R 82 of 182 ~ 45.05%
G 73 of 182 ~ 40.11%
B 27 of 182 ~ 14.84%

%45.05
%40.11
%14.84

CMYK color model

#52491B color CMYK value is (0,11,67,68).

  • cyan value is 0.00%
  • magenta value is 10.98%
  • yellow value is 67.07%
  • key color value is 67.84%
CMYK:
(0,11,67,68)
C0M11Y67K68 
(0%,11%,67%,68%)
(0.00/0.11/0.67/0.68)	

CMYK percentages

%0
%10.98
%67.07
%67.84

Codes

Color #52491B in popluar color models

52491B
RGB827327
HSL50°50.46%21.37%
HSB/HSV50°67.07%32.16%
CMYK0.00%10.98%67.07%
67.84%

Color #52491B in popluar number systems.

HEX52491B
Decimal827327
Binary1010010100100111011
Octal12211133

Shades and tints

Shades of #52491B

#52491B
(82,73,27)
#4B4319
(75,67,25)
#443D17
(68,61,23)
#3D3715
(61,55,21)
#363113
(54,49,19)
#2F2B11
(47,43,17)
#28250F
(40,37,15)
#211F0D
(33,31,13)
#1A190B
(26,25,11)
#131309
(19,19,9)
#0C0D07
(12,13,7)
#000000
(0,0,0)

Tints of #52491B

#52491B
(82,73,27)
#61592F
(97,89,47)
#706943
(112,105,67)
#7F7957
(127,121,87)
#8E896B
(142,137,107)
#9D997F
(157,153,127)
#ACA993
(172,169,147)
#BBB9A7
(187,185,167)
#CAC9BB
(202,201,187)
#D9D9CF
(217,217,207)
#E8E9E3
(232,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52491B; }

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

This text font color is #52491B.


Background Color

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

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

This div background color is #52491B.


Border color

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

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

This div border color is #52491B.


Opacity

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

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

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

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

This text has shadow with #52491B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52491B on black background.


Color preview on white background

This text has color #52491B on white background.



Black color preview on #52491B background

This text has black color on #52491B background.


White color preview on #52491B background

This text has white color on #52491B background.