COLOR #523B4B

HEX: #523B4B
RGB: (82,59,75)

Color info

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

RGB color model

#523B4B color RGB value is (82,59,75).

  • red value is 82;
  • green value is 59;
  • blue value is 75.
RGB:
(82,59,75)
(32%,23%,29%)

RGB channels and saturation

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

82
59
75

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

Portions of RGB colors in percentages

R + G + B =
82 + 59 + 75 = 216 (100%)
R 82 of 216 ~ 37.96%
G 59 of 216 ~ 27.31%
B 75 of 216 ~ 34.72%

%37.96
%27.31
%34.72

CMYK color model

#523B4B color CMYK value is (0,28,9,68).

  • cyan value is 0.00%
  • magenta value is 28.05%
  • yellow value is 8.54%
  • key color value is 67.84%
CMYK:
(0,28,9,68)
C0M28Y9K68 
(0%,28%,9%,68%)
(0.00/0.28/0.09/0.68)	

CMYK percentages

%0
%28.05
%8.54
%67.84

Codes

Color #523B4B in popluar color models

523B4B
RGB825975
HSL318°16.31%27.65%
HSB/HSV318°28.05%32.16%
CMYK0.00%28.05%8.54%
67.84%

Color #523B4B in popluar number systems.

HEX523B4B
Decimal825975
Binary10100101110111001011
Octal12273113

Shades and tints

Shades of #523B4B

#523B4B
(82,59,75)
#4B3645
(75,54,69)
#44313F
(68,49,63)
#3D2C39
(61,44,57)
#362733
(54,39,51)
#2F222D
(47,34,45)
#281D27
(40,29,39)
#211821
(33,24,33)
#1A131B
(26,19,27)
#130E15
(19,14,21)
#0C090F
(12,9,15)
#000000
(0,0,0)

Tints of #523B4B

#523B4B
(82,59,75)
#614C5B
(97,76,91)
#705D6B
(112,93,107)
#7F6E7B
(127,110,123)
#8E7F8B
(142,127,139)
#9D909B
(157,144,155)
#ACA1AB
(172,161,171)
#BBB2BB
(187,178,187)
#CAC3CB
(202,195,203)
#D9D4DB
(217,212,219)
#E8E5EB
(232,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523B4B; }

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

This text font color is #523B4B.


Background Color

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

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

This div background color is #523B4B.


Border color

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

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

This div border color is #523B4B.


Opacity

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

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

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

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

This text has shadow with #523B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523B4B on black background.


Color preview on white background

This text has color #523B4B on white background.



Black color preview on #523B4B background

This text has black color on #523B4B background.


White color preview on #523B4B background

This text has white color on #523B4B background.