COLOR #523F3B

HEX: #523F3B
RGB: (82,63,59)

Color info

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

RGB color model

#523F3B color RGB value is (82,63,59).

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

RGB channels and saturation

R 82 of 255 = 32%
G 63 of 255 = 25%
B 59 of 255 = 23%

82
63
59

R + G + B ~ 27%. #523F3B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 63 + 59 = 204 (100%)
R 82 of 204 ~ 40.2%
G 63 of 204 ~ 30.88%
B 59 of 204 ~ 28.92%

%40.2
%30.88
%28.92

CMYK color model

#523F3B color CMYK value is (0,23,28,68).

  • cyan value is 0.00%
  • magenta value is 23.17%
  • yellow value is 28.05%
  • key color value is 67.84%
CMYK:
(0,23,28,68)
C0M23Y28K68 
(0%,23%,28%,68%)
(0.00/0.23/0.28/0.68)	

CMYK percentages

%0
%23.17
%28.05
%67.84

Codes

Color #523F3B in popluar color models

523F3B
RGB826359
HSL10°16.31%27.65%
HSB/HSV10°28.05%32.16%
CMYK0.00%23.17%28.05%
67.84%

Color #523F3B in popluar number systems.

HEX523F3B
Decimal826359
Binary1010010111111111011
Octal1227773

Shades and tints

Shades of #523F3B

#523F3B
(82,63,59)
#4B3A36
(75,58,54)
#443531
(68,53,49)
#3D302C
(61,48,44)
#362B27
(54,43,39)
#2F2622
(47,38,34)
#28211D
(40,33,29)
#211C18
(33,28,24)
#1A1713
(26,23,19)
#13120E
(19,18,14)
#0C0D09
(12,13,9)
#000000
(0,0,0)

Tints of #523F3B

#523F3B
(82,63,59)
#61504C
(97,80,76)
#70615D
(112,97,93)
#7F726E
(127,114,110)
#8E837F
(142,131,127)
#9D9490
(157,148,144)
#ACA5A1
(172,165,161)
#BBB6B2
(187,182,178)
#CAC7C3
(202,199,195)
#D9D8D4
(217,216,212)
#E8E9E5
(232,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523F3B; }

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

This text font color is #523F3B.


Background Color

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

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

This div background color is #523F3B.


Border color

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

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

This div border color is #523F3B.


Opacity

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

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

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

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

This text has shadow with #523F3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523F3B on black background.


Color preview on white background

This text has color #523F3B on white background.



Black color preview on #523F3B background

This text has black color on #523F3B background.


White color preview on #523F3B background

This text has white color on #523F3B background.