COLOR #523F4B

HEX: #523F4B RGB: (82,63,75)

Color info

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

RGB color model

#523F4B color RGB value is (82,63,75).

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

RGB channels and saturation

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

82
63
75

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

Portions of RGB colors in percentages

R + G + B = 82 + 63 + 75 = 220 (100%)
R 82 of 220 ~ 37.27%
G 63 of 220 ~ 28.64%
B 75 of 220 ~ 34.09'%

%37.27
%28.64
%34.09

CMYK color model

#523F4B color CMYK value is (0,23,9,68).

  • cyan value is 0.00%
  • magenta value is 23.17%
  • yellow value is 8.54%
  • key color value is 67.84%
CMYK: (0,23,9,68) C0M23Y9K68 (0%,23%,9%,68%) (0.00/0.23/0.09/0.68) 

CMYK percentages

%0
%23.17
%8.54
%67.84

Codes

Color #523F4B in popluar color models

52 3F 4B
RGB 82 63 75
HSL 322° 13.10% 28.43%
HSB/HSV 322° 23.17% 32.16%
CMYK 0.00% 23.17% 8.54%
67.84%

Color #523F4B in popluar number systems.

HEX 52 3F 4B
Decimal 82 63 75
Binary 1010010 111111 1001011
Octal 122 77 113

Shades and tints

Shades of #523F4B

#523F4B
(82,63,75)
#4B3A45
(75,58,69)
#44353F
(68,53,63)
#3D3039
(61,48,57)
#362B33
(54,43,51)
#2F262D
(47,38,45)
#282127
(40,33,39)
#211C21
(33,28,33)
#1A171B
(26,23,27)
#131215
(19,18,21)
#0C0D0F
(12,13,15)
#000000
(0,0,0)

Tints of #523F4B

#523F4B
(82,63,75)
#61505B
(97,80,91)
#70616B
(112,97,107)
#7F727B
(127,114,123)
#8E838B
(142,131,139)
#9D949B
(157,148,155)
#ACA5AB
(172,165,171)
#BBB6BB
(187,182,187)
#CAC7CB
(202,199,203)
#D9D8DB
(217,216,219)
#E8E9EB
(232,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523F4B; }

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

This text font color is #523F4B.

Background Color

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

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

This div background color is #523F4B.

Border color

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

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

This div border color is #523F4B.

Opacity

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

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

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

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

This text has shadow with #523F4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #523F4B.

Preview

Color preview on black background

This text has color #523F4B on black background.


Color preview on white background

This text has color #523F4B on white background.


Black color preview on #523F4B background

This text has black color on #523F4B background.


White color preview on #523F4B background

This text has white color on #523F4B background.


Related colors

Complementary color

Complementary color for #hex is #ADC0B4.


I love getcolorcode.com

Triadic colors

1 #4B523F and #3F4B52 with #523F4B are triadic colors.

2 #4B3F52 and #3F524B with #523F4B are triadic colors.