COLOR #523E4B

HEX: #523E4B
RGB: (82,62,75)

Color info

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

RGB color model

#523E4B color RGB value is (82,62,75).

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

RGB channels and saturation

R 82 of 255 = 32%
G 62 of 255 = 24%
B 75 of 255 = 29%

82
62
75

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

Portions of RGB colors in percentages

R + G + B =
82 + 62 + 75 = 219 (100%)
R 82 of 219 ~ 37.44%
G 62 of 219 ~ 28.31%
B 75 of 219 ~ 34.25%

%37.44
%28.31
%34.25

CMYK color model

#523E4B color CMYK value is (0,24,9,68).

  • cyan value is 0.00%
  • magenta value is 24.39%
  • yellow value is 8.54%
  • key color value is 67.84%
CMYK:
(0,24,9,68)
C0M24Y9K68 
(0%,24%,9%,68%)
(0.00/0.24/0.09/0.68)	

CMYK percentages

%0
%24.39
%8.54
%67.84

Codes

Color #523E4B in popluar color models

523E4B
RGB826275
HSL321°13.89%28.24%
HSB/HSV321°24.39%32.16%
CMYK0.00%24.39%8.54%
67.84%

Color #523E4B in popluar number systems.

HEX523E4B
Decimal826275
Binary10100101111101001011
Octal12276113

Shades and tints

Shades of #523E4B

#523E4B
(82,62,75)
#4B3945
(75,57,69)
#44343F
(68,52,63)
#3D2F39
(61,47,57)
#362A33
(54,42,51)
#2F252D
(47,37,45)
#282027
(40,32,39)
#211B21
(33,27,33)
#1A161B
(26,22,27)
#131115
(19,17,21)
#0C0C0F
(12,12,15)
#000000
(0,0,0)

Tints of #523E4B

#523E4B
(82,62,75)
#614F5B
(97,79,91)
#70606B
(112,96,107)
#7F717B
(127,113,123)
#8E828B
(142,130,139)
#9D939B
(157,147,155)
#ACA4AB
(172,164,171)
#BBB5BB
(187,181,187)
#CAC6CB
(202,198,203)
#D9D7DB
(217,215,219)
#E8E8EB
(232,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523E4B; }

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

This text font color is #523E4B.


Background Color

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

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

This div background color is #523E4B.


Border color

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

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

This div border color is #523E4B.


Opacity

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

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

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

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

This text has shadow with #523E4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523E4B on black background.


Color preview on white background

This text has color #523E4B on white background.



Black color preview on #523E4B background

This text has black color on #523E4B background.


White color preview on #523E4B background

This text has white color on #523E4B background.