COLOR #523B2A

HEX: #523B2A RGB: (82,59,42)

Color info

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

RGB color model

#523B2A color RGB value is (82,59,42).

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

RGB channels and saturation

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

82
59
42

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

Portions of RGB colors in percentages

R + G + B = 82 + 59 + 42 = 183 (100%)
R 82 of 183 ~ 44.81%
G 59 of 183 ~ 32.24%
B 42 of 183 ~ 22.95'%

%44.81
%32.24
%22.95

CMYK color model

#523B2A color CMYK value is (0,28,49,68).

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

CMYK: (0,28,49,68)
C0M28Y49K68 (0%, 28%, 49%, 68%)
(0.00 / 0.28 / 0.49 / 0.68)

CMYK percentages

%0
%28.05
%48.78
%67.84

Codes

Color #523B2A in popluar color models

52 3B 2A
RGB 82 59 42
HSL 26° 32.26% 24.31%
HSB/HSV 26° 48.78% 32.16%
CMYK 0.00% 28.05% 48.78%
67.84%

Color #523B2A in popluar number systems.

HEX 52 3B 2A
Decimal 82 59 42
Binary 1010010 111011 101010
Octal 122 73 52

Shades and tints

Shades of #523B2A

#523B2A
(82,59,42)
#4B3627
(75,54,39)
#443124
(68,49,36)
#3D2C21
(61,44,33)
#36271E
(54,39,30)
#2F221B
(47,34,27)
#281D18
(40,29,24)
#211815
(33,24,21)
#1A1312
(26,19,18)
#130E0F
(19,14,15)
#0C090C
(12,9,12)
#000000
(0,0,0)

Tints of #523B2A

#523B2A
(82,59,42)
#614C3D
(97,76,61)
#705D50
(112,93,80)
#7F6E63
(127,110,99)
#8E7F76
(142,127,118)
#9D9089
(157,144,137)
#ACA19C
(172,161,156)
#BBB2AF
(187,178,175)
#CAC3C2
(202,195,194)
#D9D4D5
(217,212,213)
#E8E5E8
(232,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523B2A; }

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

This text font color is #523B2A.

Background Color

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

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

This div background color is #523B2A.

Border color

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

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

This div border color is #523B2A.

Opacity

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

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

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

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

This text has shadow with #523B2A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #523B2A.

Preview

Color preview on black background

This text has color #523B2A on black background.


Color preview on white background

This text has color #523B2A on white background.


Black color preview on #523B2A background

This text has black color on #523B2A background.


White color preview on #523B2A background

This text has white color on #523B2A background.


Related colors

Complementary color

Complementary color for #hex is #ADC4D5.


I love getcolorcode.com

Triadic colors

1 #2A523B and #3B2A52 with #523B2A are triadic colors.

2 #2A3B52 and #3B522A with #523B2A are triadic colors.