COLOR #523D4A

HEX: #523D4A
RGB: (82,61,74)

Color info

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

RGB color model

#523D4A color RGB value is (82,61,74).

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

RGB channels and saturation

R 82 of 255 = 32%
G 61 of 255 = 24%
B 74 of 255 = 29%

82
61
74

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

Portions of RGB colors in percentages

R + G + B =
82 + 61 + 74 = 217 (100%)
R 82 of 217 ~ 37.79%
G 61 of 217 ~ 28.11%
B 74 of 217 ~ 34.1%

%37.79
%28.11
%34.1

CMYK color model

#523D4A color CMYK value is (0,26,10,68).

  • cyan value is 0.00%
  • magenta value is 25.61%
  • yellow value is 9.76%
  • key color value is 67.84%
CMYK:
(0,26,10,68)
C0M26Y10K68 
(0%,26%,10%,68%)
(0.00/0.26/0.10/0.68)	

CMYK percentages

%0
%25.61
%9.76
%67.84

Codes

Color #523D4A in popluar color models

523D4A
RGB826174
HSL323°14.69%28.04%
HSB/HSV323°25.61%32.16%
CMYK0.00%25.61%9.76%
67.84%

Color #523D4A in popluar number systems.

HEX523D4A
Decimal826174
Binary10100101111011001010
Octal12275112

Shades and tints

Shades of #523D4A

#523D4A
(82,61,74)
#4B3844
(75,56,68)
#44333E
(68,51,62)
#3D2E38
(61,46,56)
#362932
(54,41,50)
#2F242C
(47,36,44)
#281F26
(40,31,38)
#211A20
(33,26,32)
#1A151A
(26,21,26)
#131014
(19,16,20)
#0C0B0E
(12,11,14)
#000000
(0,0,0)

Tints of #523D4A

#523D4A
(82,61,74)
#614E5A
(97,78,90)
#705F6A
(112,95,106)
#7F707A
(127,112,122)
#8E818A
(142,129,138)
#9D929A
(157,146,154)
#ACA3AA
(172,163,170)
#BBB4BA
(187,180,186)
#CAC5CA
(202,197,202)
#D9D6DA
(217,214,218)
#E8E7EA
(232,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523D4A; }

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

This text font color is #523D4A.


Background Color

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

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

This div background color is #523D4A.


Border color

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

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

This div border color is #523D4A.


Opacity

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

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

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

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

This text has shadow with #523D4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523D4A on black background.


Color preview on white background

This text has color #523D4A on white background.



Black color preview on #523D4A background

This text has black color on #523D4A background.


White color preview on #523D4A background

This text has white color on #523D4A background.