COLOR #523B10

HEX: #523B10 RGB: (82,59,16)

Color info

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

RGB color model

#523B10 color RGB value is (82,59,16).

RGB: (82,59,16) (32%, 23%, 6%)

RGB channels and saturation

R 82 of 255 = 32%
G 59 of 255 = 23%
B 16 of 255 = 6%

82
59
16

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

Portions of RGB colors in percentages

R + G + B = 82 + 59 + 16 = 157 (100%)
R 82 of 157 ~ 52.23%
G 59 of 157 ~ 37.58%
B 16 of 157 ~ 10.19'%

%52.23
%37.58

CMYK color model

#523B10 color CMYK value is (0,28,80,68).

  • cyan value is 0.00%
  • magenta value is 28.05%
  • yellow value is 80.49%
  • key color value is 67.84%

CMYK: (0,28,80,68)
C0M28Y80K68 (0%, 28%, 80%, 68%)
(0.00 / 0.28 / 0.80 / 0.68)

CMYK percentages

%0
%28.05
%80.49
%67.84

Codes

Color #523B10 in popluar color models

52 3B 10
RGB 82 59 16
HSL 39° 67.35% 19.22%
HSB/HSV 39° 80.49% 32.16%
CMYK 0.00% 28.05% 80.49%
67.84%

Color #523B10 in popluar number systems.

HEX 52 3B 10
Decimal 82 59 16
Binary 1010010 111011 10000
Octal 122 73 20

Shades and tints

Shades of #523B10

#523B10
(82,59,16)
#4B360F
(75,54,15)
#44310E
(68,49,14)
#3D2C0D
(61,44,13)
#36270C
(54,39,12)
#2F220B
(47,34,11)
#281D0A
(40,29,10)
#211809
(33,24,9)
#1A1308
(26,19,8)
#130E07
(19,14,7)
#0C0906
(12,9,6)
#000000
(0,0,0)

Tints of #523B10

#523B10
(82,59,16)
#614C25
(97,76,37)
#705D3A
(112,93,58)
#7F6E4F
(127,110,79)
#8E7F64
(142,127,100)
#9D9079
(157,144,121)
#ACA18E
(172,161,142)
#BBB2A3
(187,178,163)
#CAC3B8
(202,195,184)
#D9D4CD
(217,212,205)
#E8E5E2
(232,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523B10; }

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

This text font color is #523B10.

Background Color

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

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

This div background color is #523B10.

Border color

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

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

This div border color is #523B10.

Opacity

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

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

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

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

This text has shadow with #523B10 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #523B10.

Preview

Color preview on black background

This text has color #523B10 on black background.


Color preview on white background

This text has color #523B10 on white background.


Black color preview on #523B10 background

This text has black color on #523B10 background.


White color preview on #523B10 background

This text has white color on #523B10 background.


Related colors

Complementary color

Complementary color for #hex is #ADC4EF.


I love getcolorcode.com

Triadic colors

1 #10523B and #3B1052 with #523B10 are triadic colors.

2 #103B52 and #3B5210 with #523B10 are triadic colors.