COLOR #523B4A

HEX: #523B4A
RGB: (82,59,74)

Color info

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

RGB color model

#523B4A color RGB value is (82,59,74).

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

RGB channels and saturation

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

82
59
74

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

Portions of RGB colors in percentages

R + G + B =
82 + 59 + 74 = 215 (100%)
R 82 of 215 ~ 38.14%
G 59 of 215 ~ 27.44%
B 74 of 215 ~ 34.42%

%38.14
%27.44
%34.42

CMYK color model

#523B4A color CMYK value is (0,28,10,68).

  • cyan value is 0.00%
  • magenta value is 28.05%
  • yellow value is 9.76%
  • key color value is 67.84%
CMYK:
(0,28,10,68)
C0M28Y10K68 
(0%,28%,10%,68%)
(0.00/0.28/0.10/0.68)	

CMYK percentages

%0
%28.05
%9.76
%67.84

Codes

Color #523B4A in popluar color models

523B4A
RGB825974
HSL321°16.31%27.65%
HSB/HSV321°28.05%32.16%
CMYK0.00%28.05%9.76%
67.84%

Color #523B4A in popluar number systems.

HEX523B4A
Decimal825974
Binary10100101110111001010
Octal12273112

Shades and tints

Shades of #523B4A

#523B4A
(82,59,74)
#4B3644
(75,54,68)
#44313E
(68,49,62)
#3D2C38
(61,44,56)
#362732
(54,39,50)
#2F222C
(47,34,44)
#281D26
(40,29,38)
#211820
(33,24,32)
#1A131A
(26,19,26)
#130E14
(19,14,20)
#0C090E
(12,9,14)
#000000
(0,0,0)

Tints of #523B4A

#523B4A
(82,59,74)
#614C5A
(97,76,90)
#705D6A
(112,93,106)
#7F6E7A
(127,110,122)
#8E7F8A
(142,127,138)
#9D909A
(157,144,154)
#ACA1AA
(172,161,170)
#BBB2BA
(187,178,186)
#CAC3CA
(202,195,202)
#D9D4DA
(217,212,218)
#E8E5EA
(232,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523B4A; }

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

This text font color is #523B4A.


Background Color

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

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

This div background color is #523B4A.


Border color

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

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

This div border color is #523B4A.


Opacity

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

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

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

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

This text has shadow with #523B4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523B4A on black background.


Color preview on white background

This text has color #523B4A on white background.



Black color preview on #523B4A background

This text has black color on #523B4A background.


White color preview on #523B4A background

This text has white color on #523B4A background.