COLOR #523839

HEX: #523839
RGB: (82,56,57)

Color info

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

RGB color model

#523839 color RGB value is (82,56,57).

  • red value is 82;
  • green value is 56;
  • blue value is 57.
RGB:
(82,56,57)
(32%,22%,22%)

RGB channels and saturation

R 82 of 255 = 32%
G 56 of 255 = 22%
B 57 of 255 = 22%

82
56
57

R + G + B ~ 25%. #523839 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 56 + 57 = 195 (100%)
R 82 of 195 ~ 42.05%
G 56 of 195 ~ 28.72%
B 57 of 195 ~ 29.23%

%42.05
%28.72
%29.23

CMYK color model

#523839 color CMYK value is (0,32,30,68).

  • cyan value is 0.00%
  • magenta value is 31.71%
  • yellow value is 30.49%
  • key color value is 67.84%
CMYK:
(0,32,30,68)
C0M32Y30K68 
(0%,32%,30%,68%)
(0.00/0.32/0.30/0.68)	

CMYK percentages

%0
%31.71
%30.49
%67.84

Codes

Color #523839 in popluar color models

523839
RGB825657
HSL358°18.84%27.06%
HSB/HSV358°31.71%32.16%
CMYK0.00%31.71%30.49%
67.84%

Color #523839 in popluar number systems.

HEX523839
Decimal825657
Binary1010010111000111001
Octal1227071

Shades and tints

Shades of #523839

#523839
(82,56,57)
#4B3334
(75,51,52)
#442E2F
(68,46,47)
#3D292A
(61,41,42)
#362425
(54,36,37)
#2F1F20
(47,31,32)
#281A1B
(40,26,27)
#211516
(33,21,22)
#1A1011
(26,16,17)
#130B0C
(19,11,12)
#0C0607
(12,6,7)
#000000
(0,0,0)

Tints of #523839

#523839
(82,56,57)
#614A4B
(97,74,75)
#705C5D
(112,92,93)
#7F6E6F
(127,110,111)
#8E8081
(142,128,129)
#9D9293
(157,146,147)
#ACA4A5
(172,164,165)
#BBB6B7
(187,182,183)
#CAC8C9
(202,200,201)
#D9DADB
(217,218,219)
#E8ECED
(232,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #523839 color. Also use rgb(82,56,57) instead hex code.

Text Font Color

.myTextColor { color: #523839; }

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

This text font color is #523839.


Background Color

.myBgColor { background-color: #523839; }

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

This div background color is #523839.


Border color

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

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

This div border color is #523839.


Opacity

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

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

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

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

This text has shadow with #523839 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523839 on black background.


Color preview on white background

This text has color #523839 on white background.



Black color preview on #523839 background

This text has black color on #523839 background.


White color preview on #523839 background

This text has white color on #523839 background.