COLOR #523F49

HEX: #523F49 RGB: (82,63,73)

Color info

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

RGB color model

#523F49 color RGB value is (82,63,73).

RGB: (82,63,73) (32%, 25%, 29%)

RGB channels and saturation

R 82 of 255 = 32%
G 63 of 255 = 25%
B 73 of 255 = 29%

82
63
73

R + G + B ~ 29%. #523F49 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 63 + 73 = 218 (100%)
R 82 of 218 ~ 37.61%
G 63 of 218 ~ 28.9%
B 73 of 218 ~ 33.49'%

%37.61
%28.9
%33.49

CMYK color model

#523F49 color CMYK value is (0,23,11,68).

  • cyan value is 0.00%
  • magenta value is 23.17%
  • yellow value is 10.98%
  • key color value is 67.84%

CMYK: (0,23,11,68)
C0M23Y11K68 (0%, 23%, 11%, 68%)
(0.00 / 0.23 / 0.11 / 0.68)

CMYK percentages

%0
%23.17
%10.98
%67.84

Codes

Color #523F49 in popluar color models

52 3F 49
RGB 82 63 73
HSL 328° 13.10% 28.43%
HSB/HSV 328° 23.17% 32.16%
CMYK 0.00% 23.17% 10.98%
67.84%

Color #523F49 in popluar number systems.

HEX 52 3F 49
Decimal 82 63 73
Binary 1010010 111111 1001001
Octal 122 77 111

Shades and tints

Shades of #523F49

#523F49
(82,63,73)
#4B3A43
(75,58,67)
#44353D
(68,53,61)
#3D3037
(61,48,55)
#362B31
(54,43,49)
#2F262B
(47,38,43)
#282125
(40,33,37)
#211C1F
(33,28,31)
#1A1719
(26,23,25)
#131213
(19,18,19)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #523F49

#523F49
(82,63,73)
#615059
(97,80,89)
#706169
(112,97,105)
#7F7279
(127,114,121)
#8E8389
(142,131,137)
#9D9499
(157,148,153)
#ACA5A9
(172,165,169)
#BBB6B9
(187,182,185)
#CAC7C9
(202,199,201)
#D9D8D9
(217,216,217)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #523F49 color. Also use rgb(82,63,73) instead hex code.

Text Font Color

.myTextColor { color: #523F49; }

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

This text font color is #523F49.

Background Color

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

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

This div background color is #523F49.

Border color

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

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

This div border color is #523F49.

Opacity

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

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

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

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

This text has shadow with #523F49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #523F49.

Preview

Color preview on black background

This text has color #523F49 on black background.


Color preview on white background

This text has color #523F49 on white background.


Black color preview on #523F49 background

This text has black color on #523F49 background.


White color preview on #523F49 background

This text has white color on #523F49 background.


Related colors

Complementary color

Complementary color for #hex is #ADC0B6.


I love getcolorcode.com

Triadic colors

1 #49523F and #3F4952 with #523F49 are triadic colors.

2 #493F52 and #3F5249 with #523F49 are triadic colors.