COLOR #523030

HEX: #523030 RGB: (82,48,48)

Color info

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

RGB color model

#523030 color RGB value is (82,48,48).

RGB: (82,48,48) (32%, 19%, 19%)

RGB channels and saturation

R 82 of 255 = 32%
G 48 of 255 = 19%
B 48 of 255 = 19%

82
48
48

R + G + B ~ 23%. #523030 is dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 48 + 48 = 178 (100%)
R 82 of 178 ~ 46.07%
G 48 of 178 ~ 26.97%
B 48 of 178 ~ 26.97'%

%46.07
%26.97
%26.97

CMYK color model

#523030 color CMYK value is (0,41,41,68).

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

CMYK: (0,41,41,68)
C0M41Y41K68 (0%, 41%, 41%, 68%)
(0.00 / 0.41 / 0.41 / 0.68)

CMYK percentages

%0
%41.46
%41.46
%67.84

Codes

Color #523030 in popluar color models

52 30 30
RGB 82 48 48
HSL 26.15% 25.49%
HSB/HSV 41.46% 32.16%
CMYK 0.00% 41.46% 41.46%
67.84%

Color #523030 in popluar number systems.

HEX 52 30 30
Decimal 82 48 48
Binary 1010010 110000 110000
Octal 122 60 60

Shades and tints

Shades of #523030

#523030
(82,48,48)
#4B2C2C
(75,44,44)
#442828
(68,40,40)
#3D2424
(61,36,36)
#362020
(54,32,32)
#2F1C1C
(47,28,28)
#281818
(40,24,24)
#211414
(33,20,20)
#1A1010
(26,16,16)
#130C0C
(19,12,12)
#0C0808
(12,8,8)
#000000
(0,0,0)

Tints of #523030

#523030
(82,48,48)
#614242
(97,66,66)
#705454
(112,84,84)
#7F6666
(127,102,102)
#8E7878
(142,120,120)
#9D8A8A
(157,138,138)
#AC9C9C
(172,156,156)
#BBAEAE
(187,174,174)
#CAC0C0
(202,192,192)
#D9D2D2
(217,210,210)
#E8E4E4
(232,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523030; }

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

This text font color is #523030.

Background Color

.myBgColor { background-color: #523030; }

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

This div background color is #523030.

Border color

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

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

This div border color is #523030.

Opacity

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

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

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

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

This text has shadow with #523030 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #523030.

Preview

Color preview on black background

This text has color #523030 on black background.


Color preview on white background

This text has color #523030 on white background.


Black color preview on #523030 background

This text has black color on #523030 background.


White color preview on #523030 background

This text has white color on #523030 background.


Related colors

Complementary color

Complementary color for #hex is #ADCFCF.


I love getcolorcode.com