COLOR #523B23

HEX: #523B23 RGB: (82,59,35)

Color info

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

RGB color model

#523B23 color RGB value is (82,59,35).

RGB: (82,59,35) (32%, 23%, 14%)

RGB channels and saturation

R 82 of 255 = 32%
G 59 of 255 = 23%
B 35 of 255 = 14%

82
59
35

R + G + B ~ 23%. #523B23 is dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 59 + 35 = 176 (100%)
R 82 of 176 ~ 46.59%
G 59 of 176 ~ 33.52%
B 35 of 176 ~ 19.89'%

%46.59
%33.52
%19.89

CMYK color model

#523B23 color CMYK value is (0,28,57,68).

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

CMYK: (0,28,57,68)
C0M28Y57K68 (0%, 28%, 57%, 68%)
(0.00 / 0.28 / 0.57 / 0.68)

CMYK percentages

%0
%28.05
%57.32
%67.84

Codes

Color #523B23 in popluar color models

52 3B 23
RGB 82 59 35
HSL 31° 40.17% 22.94%
HSB/HSV 31° 57.32% 32.16%
CMYK 0.00% 28.05% 57.32%
67.84%

Color #523B23 in popluar number systems.

HEX 52 3B 23
Decimal 82 59 35
Binary 1010010 111011 100011
Octal 122 73 43

Shades and tints

Shades of #523B23

#523B23
(82,59,35)
#4B3620
(75,54,32)
#44311D
(68,49,29)
#3D2C1A
(61,44,26)
#362717
(54,39,23)
#2F2214
(47,34,20)
#281D11
(40,29,17)
#21180E
(33,24,14)
#1A130B
(26,19,11)
#130E08
(19,14,8)
#0C0905
(12,9,5)
#000000
(0,0,0)

Tints of #523B23

#523B23
(82,59,35)
#614C37
(97,76,55)
#705D4B
(112,93,75)
#7F6E5F
(127,110,95)
#8E7F73
(142,127,115)
#9D9087
(157,144,135)
#ACA19B
(172,161,155)
#BBB2AF
(187,178,175)
#CAC3C3
(202,195,195)
#D9D4D7
(217,212,215)
#E8E5EB
(232,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523B23; }

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

This text font color is #523B23.

Background Color

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

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

This div background color is #523B23.

Border color

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

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

This div border color is #523B23.

Opacity

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

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

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

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

This text has shadow with #523B23 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #523B23.

Preview

Color preview on black background

This text has color #523B23 on black background.


Color preview on white background

This text has color #523B23 on white background.


Black color preview on #523B23 background

This text has black color on #523B23 background.


White color preview on #523B23 background

This text has white color on #523B23 background.


Related colors

Complementary color

Complementary color for #hex is #ADC4DC.


I love getcolorcode.com

Triadic colors

1 #23523B and #3B2352 with #523B23 are triadic colors.

2 #233B52 and #3B5223 with #523B23 are triadic colors.