COLOR #523F3D

HEX: #523F3D
RGB: (82,63,61)

Color info

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

RGB color model

#523F3D color RGB value is (82,63,61).

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

RGB channels and saturation

R 82 of 255 = 32%
G 63 of 255 = 25%
B 61 of 255 = 24%

82
63
61

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

Portions of RGB colors in percentages

R + G + B =
82 + 63 + 61 = 206 (100%)
R 82 of 206 ~ 39.81%
G 63 of 206 ~ 30.58%
B 61 of 206 ~ 29.61%

%39.81
%30.58
%29.61

CMYK color model

#523F3D color CMYK value is (0,23,26,68).

  • cyan value is 0.00%
  • magenta value is 23.17%
  • yellow value is 25.61%
  • key color value is 67.84%
CMYK:
(0,23,26,68)
C0M23Y26K68 
(0%,23%,26%,68%)
(0.00/0.23/0.26/0.68)	

CMYK percentages

%0
%23.17
%25.61
%67.84

Codes

Color #523F3D in popluar color models

523F3D
RGB826361
HSL14.69%28.04%
HSB/HSV25.61%32.16%
CMYK0.00%23.17%25.61%
67.84%

Color #523F3D in popluar number systems.

HEX523F3D
Decimal826361
Binary1010010111111111101
Octal1227775

Shades and tints

Shades of #523F3D

#523F3D
(82,63,61)
#4B3A38
(75,58,56)
#443533
(68,53,51)
#3D302E
(61,48,46)
#362B29
(54,43,41)
#2F2624
(47,38,36)
#28211F
(40,33,31)
#211C1A
(33,28,26)
#1A1715
(26,23,21)
#131210
(19,18,16)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #523F3D

#523F3D
(82,63,61)
#61504E
(97,80,78)
#70615F
(112,97,95)
#7F7270
(127,114,112)
#8E8381
(142,131,129)
#9D9492
(157,148,146)
#ACA5A3
(172,165,163)
#BBB6B4
(187,182,180)
#CAC7C5
(202,199,197)
#D9D8D6
(217,216,214)
#E8E9E7
(232,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523F3D; }

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

This text font color is #523F3D.


Background Color

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

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

This div background color is #523F3D.


Border color

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

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

This div border color is #523F3D.


Opacity

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

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

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

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

This text has shadow with #523F3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523F3D on black background.


Color preview on white background

This text has color #523F3D on white background.



Black color preview on #523F3D background

This text has black color on #523F3D background.


White color preview on #523F3D background

This text has white color on #523F3D background.