COLOR #523B0B

HEX: #523B0B
RGB: (82,59,11)

Color info

#523B0B contains mainly red and green colors. Web safe color of #523B0B is #663300 (or #630).

RGB color model

#523B0B color RGB value is (82,59,11).

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

RGB channels and saturation

R 82 of 255 = 32%
G 59 of 255 = 23%
B 11 of 255 = 4%

82
59
11

R + G + B ~ 20%. #523B0B is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 59 + 11 = 152 (100%)
R 82 of 152 ~ 53.95%
G 59 of 152 ~ 38.82%
B 11 of 152 ~ 7.24%

%53.95
%38.82

CMYK color model

#523B0B color CMYK value is (0,28,87,68).

  • cyan value is 0.00%
  • magenta value is 28.05%
  • yellow value is 86.59%
  • key color value is 67.84%
CMYK:
(0,28,87,68)
C0M28Y87K68 
(0%,28%,87%,68%)
(0.00/0.28/0.87/0.68)	

CMYK percentages

%0
%28.05
%86.59
%67.84

Codes

Color #523B0B in popluar color models

523B0B
RGB825911
HSL41°76.34%18.24%
HSB/HSV41°86.59%32.16%
CMYK0.00%28.05%86.59%
67.84%

Color #523B0B in popluar number systems.

HEX523B0B
Decimal825911
Binary10100101110111011
Octal1227313

Shades and tints

Shades of #523B0B

#523B0B
(82,59,11)
#4B360A
(75,54,10)
#443109
(68,49,9)
#3D2C08
(61,44,8)
#362707
(54,39,7)
#2F2206
(47,34,6)
#281D05
(40,29,5)
#211804
(33,24,4)
#1A1303
(26,19,3)
#130E02
(19,14,2)
#0C0901
(12,9,1)
#000000
(0,0,0)

Tints of #523B0B

#523B0B
(82,59,11)
#614C21
(97,76,33)
#705D37
(112,93,55)
#7F6E4D
(127,110,77)
#8E7F63
(142,127,99)
#9D9079
(157,144,121)
#ACA18F
(172,161,143)
#BBB2A5
(187,178,165)
#CAC3BB
(202,195,187)
#D9D4D1
(217,212,209)
#E8E5E7
(232,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #523B0B color. Also use rgb(82,59,11) instead hex code.

Text Font Color

.myTextColor { color: #523B0B; }

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

This text font color is #523B0B.


Background Color

.myBgColor { background-color: #523B0B; }

<div style="background-color:#523B0B">Inner text</div>

This div background color is #523B0B.


Border color

.myBorderColor { border: 1px solid #523B0B; }

<div style="border:3px solid #523B0B">Div</div>

This div border color is #523B0B.


Opacity

.myOpacity80 { color: #523B0B; opacity: 0.8; }

<p style="color:#523B0B;opacity:0.8;">80%</p>

Text with #523B0B 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 #523B0B;}

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

This text has shadow with #523B0B color.

.textShadow {text-shadow: 3px 3px 1px #523B0B, 3px 3px 1px red;}

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

This text has shadow with #523B0B primary color and red secondary color.


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

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

This text has shadow with #523B0B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523B0B on black background.


Color preview on white background

This text has color #523B0B on white background.



Black color preview on #523B0B background

This text has black color on #523B0B background.


White color preview on #523B0B background

This text has white color on #523B0B background.