COLOR #524E30

HEX: #524E30 RGB: (82,78,48)

Color info

#524E30 contains red, green and blue colors in about the same proportion. Web safe color of #524E30 is #666633 (or #663).

RGB color model

#524E30 color RGB value is (82,78,48).

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

RGB channels and saturation

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

82
78
48

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

Portions of RGB colors in percentages

R + G + B = 82 + 78 + 48 = 208 (100%)
R 82 of 208 ~ 39.42%
G 78 of 208 ~ 37.5%
B 48 of 208 ~ 23.08'%

%39.42
%37.5
%23.08

CMYK color model

#524E30 color CMYK value is (0,5,41,68).

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

CMYK: (0,5,41,68)
C0M5Y41K68 (0%, 5%, 41%, 68%)
(0.00 / 0.05 / 0.41 / 0.68)

CMYK percentages

%0
%4.88
%41.46
%67.84

Codes

Color #524E30 in popluar color models

52 4E 30
RGB 82 78 48
HSL 53° 26.15% 25.49%
HSB/HSV 53° 41.46% 32.16%
CMYK 0.00% 4.88% 41.46%
67.84%

Color #524E30 in popluar number systems.

HEX 52 4E 30
Decimal 82 78 48
Binary 1010010 1001110 110000
Octal 122 116 60

Shades and tints

Shades of #524E30

#524E30
(82,78,48)
#4B472C
(75,71,44)
#444028
(68,64,40)
#3D3924
(61,57,36)
#363220
(54,50,32)
#2F2B1C
(47,43,28)
#282418
(40,36,24)
#211D14
(33,29,20)
#1A1610
(26,22,16)
#130F0C
(19,15,12)
#0C0808
(12,8,8)
#000000
(0,0,0)

Tints of #524E30

#524E30
(82,78,48)
#615E42
(97,94,66)
#706E54
(112,110,84)
#7F7E66
(127,126,102)
#8E8E78
(142,142,120)
#9D9E8A
(157,158,138)
#ACAE9C
(172,174,156)
#BBBEAE
(187,190,174)
#CACEC0
(202,206,192)
#D9DED2
(217,222,210)
#E8EEE4
(232,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524E30; }

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

This text font color is #524E30.

Background Color

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

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

This div background color is #524E30.

Border color

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

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

This div border color is #524E30.

Opacity

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

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

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

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

This text has shadow with #524E30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #524E30.

Preview

Color preview on black background

This text has color #524E30 on black background.


Color preview on white background

This text has color #524E30 on white background.


Black color preview on #524E30 background

This text has black color on #524E30 background.


White color preview on #524E30 background

This text has white color on #524E30 background.


Related colors

Complementary color

Complementary color for #hex is #ADB1CF.


I love getcolorcode.com

Triadic colors

1 #30524E and #4E3052 with #524E30 are triadic colors.

2 #304E52 and #4E5230 with #524E30 are triadic colors.