COLOR #523B4C

HEX: #523B4C RGB: (82,59,76)

Color info

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

RGB color model

#523B4C color RGB value is (82,59,76).

RGB: (82,59,76) (32%, 23%, 30%)

RGB channels and saturation

R 82 of 255 = 32%
G 59 of 255 = 23%
B 76 of 255 = 30%

82
59
76

R + G + B ~ 28%. #523B4C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 59 + 76 = 217 (100%)
R 82 of 217 ~ 37.79%
G 59 of 217 ~ 27.19%
B 76 of 217 ~ 35.02'%

%37.79
%27.19
%35.02

CMYK color model

#523B4C color CMYK value is (0,28,7,68).

  • cyan value is 0.00%
  • magenta value is 28.05%
  • yellow value is 7.32%
  • key color value is 67.84%
CMYK: (0,28,7,68) C0M28Y7K68 (0%,28%,7%,68%) (0.00/0.28/0.07/0.68) 

CMYK percentages

%0
%28.05
%7.32
%67.84

Codes

Color #523B4C in popluar color models

52 3B 4C
RGB 82 59 76
HSL 316° 16.31% 27.65%
HSB/HSV 316° 28.05% 32.16%
CMYK 0.00% 28.05% 7.32%
67.84%

Color #523B4C in popluar number systems.

HEX 52 3B 4C
Decimal 82 59 76
Binary 1010010 111011 1001100
Octal 122 73 114

Shades and tints

Shades of #523B4C

#523B4C
(82,59,76)
#4B3646
(75,54,70)
#443140
(68,49,64)
#3D2C3A
(61,44,58)
#362734
(54,39,52)
#2F222E
(47,34,46)
#281D28
(40,29,40)
#211822
(33,24,34)
#1A131C
(26,19,28)
#130E16
(19,14,22)
#0C0910
(12,9,16)
#000000
(0,0,0)

Tints of #523B4C

#523B4C
(82,59,76)
#614C5C
(97,76,92)
#705D6C
(112,93,108)
#7F6E7C
(127,110,124)
#8E7F8C
(142,127,140)
#9D909C
(157,144,156)
#ACA1AC
(172,161,172)
#BBB2BC
(187,178,188)
#CAC3CC
(202,195,204)
#D9D4DC
(217,212,220)
#E8E5EC
(232,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523B4C; }

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

This text font color is #523B4C.

Background Color

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

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

This div background color is #523B4C.

Border color

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

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

This div border color is #523B4C.

Opacity

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

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

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

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

This text has shadow with #523B4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #523B4C.

Preview

Color preview on black background

This text has color #523B4C on black background.


Color preview on white background

This text has color #523B4C on white background.


Black color preview on #523B4C background

This text has black color on #523B4C background.


White color preview on #523B4C background

This text has white color on #523B4C background.


Related colors

Complementary color

Complementary color for #hex is #ADC4B3.


I love getcolorcode.com

Triadic colors

1 #4C523B and #3B4C52 with #523B4C are triadic colors.

2 #4C3B52 and #3B524C with #523B4C are triadic colors.