COLOR #524C30

HEX: #524C30 RGB: (82,76,48)

Color info

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

RGB color model

#524C30 color RGB value is (82,76,48).

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

RGB channels and saturation

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

82
76
48

R + G + B ~ 27%. #524C30 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 76 + 48 = 206 (100%)
R 82 of 206 ~ 39.81%
G 76 of 206 ~ 36.89%
B 48 of 206 ~ 23.3'%

%39.81
%36.89
%23.3

CMYK color model

#524C30 color CMYK value is (0,7,41,68).

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

CMYK: (0,7,41,68)
C0M7Y41K68 (0%, 7%, 41%, 68%)
(0.00 / 0.07 / 0.41 / 0.68)

CMYK percentages

%0
%7.32
%41.46
%67.84

Codes

Color #524C30 in popluar color models

52 4C 30
RGB 82 76 48
HSL 49° 26.15% 25.49%
HSB/HSV 49° 41.46% 32.16%
CMYK 0.00% 7.32% 41.46%
67.84%

Color #524C30 in popluar number systems.

HEX 52 4C 30
Decimal 82 76 48
Binary 1010010 1001100 110000
Octal 122 114 60

Shades and tints

Shades of #524C30

#524C30
(82,76,48)
#4B462C
(75,70,44)
#444028
(68,64,40)
#3D3A24
(61,58,36)
#363420
(54,52,32)
#2F2E1C
(47,46,28)
#282818
(40,40,24)
#212214
(33,34,20)
#1A1C10
(26,28,16)
#13160C
(19,22,12)
#0C1008
(12,16,8)
#000000
(0,0,0)

Tints of #524C30

#524C30
(82,76,48)
#615C42
(97,92,66)
#706C54
(112,108,84)
#7F7C66
(127,124,102)
#8E8C78
(142,140,120)
#9D9C8A
(157,156,138)
#ACAC9C
(172,172,156)
#BBBCAE
(187,188,174)
#CACCC0
(202,204,192)
#D9DCD2
(217,220,210)
#E8ECE4
(232,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524C30; }

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

This text font color is #524C30.

Background Color

.myBgColor { background-color: #524C30; }

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

This div background color is #524C30.

Border color

.myBorderColor { border: 1px solid #524C30; }

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

This div border color is #524C30.

Opacity

.myOpacity80 { color: #524C30; opacity: 0.8; }

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

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

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

This text has shadow with #524C30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #524C30.

Preview

Color preview on black background

This text has color #524C30 on black background.


Color preview on white background

This text has color #524C30 on white background.


Black color preview on #524C30 background

This text has black color on #524C30 background.


White color preview on #524C30 background

This text has white color on #524C30 background.


Related colors

Complementary color

Complementary color for #hex is #ADB3CF.


I love getcolorcode.com

Triadic colors

1 #30524C and #4C3052 with #524C30 are triadic colors.

2 #304C52 and #4C5230 with #524C30 are triadic colors.