COLOR #523939

HEX: #523939 RGB: (82,57,57)

Color info

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

RGB color model

#523939 color RGB value is (82,57,57).

RGB: (82,57,57) (32%, 22%, 22%)

RGB channels and saturation

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

82
57
57

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

Portions of RGB colors in percentages

R + G + B = 82 + 57 + 57 = 196 (100%)
R 82 of 196 ~ 41.84%
G 57 of 196 ~ 29.08%
B 57 of 196 ~ 29.08'%

%41.84
%29.08
%29.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.49%
  • yellow value is 30.49%
  • key color value is 67.84%

CMYK: (0,30,30,68)
C0M30Y30K68 (0%, 30%, 30%, 68%)
(0.00 / 0.30 / 0.30 / 0.68)

CMYK percentages

%0
%30.49
%30.49
%67.84

Codes

Color #523939 in popluar color models

52 39 39
RGB 82 57 57
HSL 17.99% 27.25%
HSB/HSV 30.49% 32.16%
CMYK 0.00% 30.49% 30.49%
67.84%

Color #523939 in popluar number systems.

HEX 52 39 39
Decimal 82 57 57
Binary 1010010 111001 111001
Octal 122 71 71

Shades and tints

Shades of #523939

#523939
(82,57,57)
#4B3434
(75,52,52)
#442F2F
(68,47,47)
#3D2A2A
(61,42,42)
#362525
(54,37,37)
#2F2020
(47,32,32)
#281B1B
(40,27,27)
#211616
(33,22,22)
#1A1111
(26,17,17)
#130C0C
(19,12,12)
#0C0707
(12,7,7)
#000000
(0,0,0)

Tints of #523939

#523939
(82,57,57)
#614B4B
(97,75,75)
#705D5D
(112,93,93)
#7F6F6F
(127,111,111)
#8E8181
(142,129,129)
#9D9393
(157,147,147)
#ACA5A5
(172,165,165)
#BBB7B7
(187,183,183)
#CAC9C9
(202,201,201)
#D9DBDB
(217,219,219)
#E8EDED
(232,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523939; }

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

This text font color is #523939.

Background Color

.myBgColor { background-color: #523939; }

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

This div background color is #523939.

Border color

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

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

This div border color is #523939.

Opacity

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

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

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

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

This text has shadow with #523939 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #523939.

Preview

Color preview on black background

This text has color #523939 on black background.


Color preview on white background

This text has color #523939 on white background.


Black color preview on #523939 background

This text has black color on #523939 background.


White color preview on #523939 background

This text has white color on #523939 background.


Related colors

Complementary color

Complementary color for #hex is #ADC6C6.


I love getcolorcode.com