COLOR #523A4B

HEX: #523A4B RGB: (82,58,75)

Color info

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

RGB color model

#523A4B color RGB value is (82,58,75).

RGB: (82,58,75) (32%, 23%, 29%)

RGB channels and saturation

R 82 of 255 = 32%
G 58 of 255 = 23%
B 75 of 255 = 29%

82
58
75

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

Portions of RGB colors in percentages

R + G + B = 82 + 58 + 75 = 215 (100%)
R 82 of 215 ~ 38.14%
G 58 of 215 ~ 26.98%
B 75 of 215 ~ 34.88'%

%38.14
%26.98
%34.88

CMYK color model

#523A4B color CMYK value is (0,29,9,68).

  • cyan value is 0.00%
  • magenta value is 29.27%
  • yellow value is 8.54%
  • key color value is 67.84%

CMYK: (0,29,9,68)
C0M29Y9K68 (0%, 29%, 9%, 68%)
(0.00 / 0.29 / 0.09 / 0.68)

CMYK percentages

%0
%29.27
%8.54
%67.84

Codes

Color #523A4B in popluar color models

52 3A 4B
RGB 82 58 75
HSL 318° 17.14% 27.45%
HSB/HSV 318° 29.27% 32.16%
CMYK 0.00% 29.27% 8.54%
67.84%

Color #523A4B in popluar number systems.

HEX 52 3A 4B
Decimal 82 58 75
Binary 1010010 111010 1001011
Octal 122 72 113

Shades and tints

Shades of #523A4B

#523A4B
(82,58,75)
#4B3545
(75,53,69)
#44303F
(68,48,63)
#3D2B39
(61,43,57)
#362633
(54,38,51)
#2F212D
(47,33,45)
#281C27
(40,28,39)
#211721
(33,23,33)
#1A121B
(26,18,27)
#130D15
(19,13,21)
#0C080F
(12,8,15)
#000000
(0,0,0)

Tints of #523A4B

#523A4B
(82,58,75)
#614B5B
(97,75,91)
#705C6B
(112,92,107)
#7F6D7B
(127,109,123)
#8E7E8B
(142,126,139)
#9D8F9B
(157,143,155)
#ACA0AB
(172,160,171)
#BBB1BB
(187,177,187)
#CAC2CB
(202,194,203)
#D9D3DB
(217,211,219)
#E8E4EB
(232,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #523A4B color. Also use rgb(82,58,75) instead hex code.

Text Font Color

.myTextColor { color: #523A4B; }

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

This text font color is #523A4B.

Background Color

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

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

This div background color is #523A4B.

Border color

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

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

This div border color is #523A4B.

Opacity

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

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

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

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

This text has shadow with #523A4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #523A4B.

Preview

Color preview on black background

This text has color #523A4B on black background.


Color preview on white background

This text has color #523A4B on white background.


Black color preview on #523A4B background

This text has black color on #523A4B background.


White color preview on #523A4B background

This text has white color on #523A4B background.


Related colors

Complementary color

Complementary color for #hex is #ADC5B4.


I love getcolorcode.com

Triadic colors

1 #4B523A and #3A4B52 with #523A4B are triadic colors.

2 #4B3A52 and #3A524B with #523A4B are triadic colors.