COLOR #523643

HEX: #523643
RGB: (82,54,67)

Color info

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

RGB color model

#523643 color RGB value is (82,54,67).

  • red value is 82;
  • green value is 54;
  • blue value is 67.
RGB:
(82,54,67)
(32%,21%,26%)

RGB channels and saturation

R 82 of 255 = 32%
G 54 of 255 = 21%
B 67 of 255 = 26%

82
54
67

R + G + B ~ 26%. #523643 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 54 + 67 = 203 (100%)
R 82 of 203 ~ 40.39%
G 54 of 203 ~ 26.6%
B 67 of 203 ~ 33%

%40.39
%26.6
%33

CMYK color model

#523643 color CMYK value is (0,34,18,68).

  • cyan value is 0.00%
  • magenta value is 34.15%
  • yellow value is 18.29%
  • key color value is 67.84%
CMYK:
(0,34,18,68)
C0M34Y18K68 
(0%,34%,18%,68%)
(0.00/0.34/0.18/0.68)	

CMYK percentages

%0
%34.15
%18.29
%67.84

Codes

Color #523643 in popluar color models

523643
RGB825467
HSL332°20.59%26.67%
HSB/HSV332°34.15%32.16%
CMYK0.00%34.15%18.29%
67.84%

Color #523643 in popluar number systems.

HEX523643
Decimal825467
Binary10100101101101000011
Octal12266103

Shades and tints

Shades of #523643

#523643
(82,54,67)
#4B323D
(75,50,61)
#442E37
(68,46,55)
#3D2A31
(61,42,49)
#36262B
(54,38,43)
#2F2225
(47,34,37)
#281E1F
(40,30,31)
#211A19
(33,26,25)
#1A1613
(26,22,19)
#13120D
(19,18,13)
#0C0E07
(12,14,7)
#000000
(0,0,0)

Tints of #523643

#523643
(82,54,67)
#614854
(97,72,84)
#705A65
(112,90,101)
#7F6C76
(127,108,118)
#8E7E87
(142,126,135)
#9D9098
(157,144,152)
#ACA2A9
(172,162,169)
#BBB4BA
(187,180,186)
#CAC6CB
(202,198,203)
#D9D8DC
(217,216,220)
#E8EAED
(232,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #523643 color. Also use rgb(82,54,67) instead hex code.

Text Font Color

.myTextColor { color: #523643; }

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

This text font color is #523643.


Background Color

.myBgColor { background-color: #523643; }

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

This div background color is #523643.


Border color

.myBorderColor { border: 1px solid #523643; }

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

This div border color is #523643.


Opacity

.myOpacity80 { color: #523643; opacity: 0.8; }

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

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

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

This text has shadow with #523643 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523643 on black background.


Color preview on white background

This text has color #523643 on white background.



Black color preview on #523643 background

This text has black color on #523643 background.


White color preview on #523643 background

This text has white color on #523643 background.