COLOR #523B05

HEX: #523B05
RGB: (82,59,5)

Color info

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

RGB color model

#523B05 color RGB value is (82,59,5).

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

RGB channels and saturation

R 82 of 255 = 32%
G 59 of 255 = 23%
B 5 of 255 = 2%

82
59
5

R + G + B ~ 19%. #523B05 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 59 + 5 = 146 (100%)
R 82 of 146 ~ 56.16%
G 59 of 146 ~ 40.41%
B 5 of 146 ~ 3.42%

%56.16
%40.41

CMYK color model

#523B05 color CMYK value is (0,28,94,68).

  • cyan value is 0.00%
  • magenta value is 28.05%
  • yellow value is 93.90%
  • key color value is 67.84%
CMYK:
(0,28,94,68)
C0M28Y94K68 
(0%,28%,94%,68%)
(0.00/0.28/0.94/0.68)	

CMYK percentages

%0
%28.05
%93.9
%67.84

Codes

Color #523B05 in popluar color models

523B05
RGB82595
HSL42°88.51%17.06%
HSB/HSV42°93.90%32.16%
CMYK0.00%28.05%93.90%
67.84%

Color #523B05 in popluar number systems.

HEX523B05
Decimal82595
Binary1010010111011101
Octal122735

Shades and tints

Shades of #523B05

#523B05
(82,59,5)
#4B3605
(75,54,5)
#443105
(68,49,5)
#3D2C05
(61,44,5)
#362705
(54,39,5)
#2F2205
(47,34,5)
#281D05
(40,29,5)
#211805
(33,24,5)
#1A1305
(26,19,5)
#130E05
(19,14,5)
#0C0905
(12,9,5)
#000000
(0,0,0)

Tints of #523B05

#523B05
(82,59,5)
#614C1B
(97,76,27)
#705D31
(112,93,49)
#7F6E47
(127,110,71)
#8E7F5D
(142,127,93)
#9D9073
(157,144,115)
#ACA189
(172,161,137)
#BBB29F
(187,178,159)
#CAC3B5
(202,195,181)
#D9D4CB
(217,212,203)
#E8E5E1
(232,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523B05; }

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

This text font color is #523B05.


Background Color

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

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

This div background color is #523B05.


Border color

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

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

This div border color is #523B05.


Opacity

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

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

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

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

This text has shadow with #523B05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523B05 on black background.


Color preview on white background

This text has color #523B05 on white background.



Black color preview on #523B05 background

This text has black color on #523B05 background.


White color preview on #523B05 background

This text has white color on #523B05 background.