COLOR #524F30

HEX: #524F30 RGB: (82,79,48)

Color info

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

RGB color model

#524F30 color RGB value is (82,79,48).

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

RGB channels and saturation

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

82
79
48

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

Portions of RGB colors in percentages

R + G + B = 82 + 79 + 48 = 209 (100%)
R 82 of 209 ~ 39.23%
G 79 of 209 ~ 37.8%
B 48 of 209 ~ 22.97'%

%39.23
%37.8
%22.97

CMYK color model

#524F30 color CMYK value is (0,4,41,68).

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

CMYK: (0,4,41,68)
C0M4Y41K68 (0%, 4%, 41%, 68%)
(0.00 / 0.04 / 0.41 / 0.68)

CMYK percentages

%0
%3.66
%41.46
%67.84

Codes

Color #524F30 in popluar color models

52 4F 30
RGB 82 79 48
HSL 55° 26.15% 25.49%
HSB/HSV 55° 41.46% 32.16%
CMYK 0.00% 3.66% 41.46%
67.84%

Color #524F30 in popluar number systems.

HEX 52 4F 30
Decimal 82 79 48
Binary 1010010 1001111 110000
Octal 122 117 60

Shades and tints

Shades of #524F30

#524F30
(82,79,48)
#4B482C
(75,72,44)
#444128
(68,65,40)
#3D3A24
(61,58,36)
#363320
(54,51,32)
#2F2C1C
(47,44,28)
#282518
(40,37,24)
#211E14
(33,30,20)
#1A1710
(26,23,16)
#13100C
(19,16,12)
#0C0908
(12,9,8)
#000000
(0,0,0)

Tints of #524F30

#524F30
(82,79,48)
#615F42
(97,95,66)
#706F54
(112,111,84)
#7F7F66
(127,127,102)
#8E8F78
(142,143,120)
#9D9F8A
(157,159,138)
#ACAF9C
(172,175,156)
#BBBFAE
(187,191,174)
#CACFC0
(202,207,192)
#D9DFD2
(217,223,210)
#E8EFE4
(232,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524F30; }

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

This text font color is #524F30.

Background Color

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

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

This div background color is #524F30.

Border color

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

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

This div border color is #524F30.

Opacity

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

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

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

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

This text has shadow with #524F30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #524F30.

Preview

Color preview on black background

This text has color #524F30 on black background.


Color preview on white background

This text has color #524F30 on white background.


Black color preview on #524F30 background

This text has black color on #524F30 background.


White color preview on #524F30 background

This text has white color on #524F30 background.


Related colors

Complementary color

Complementary color for #hex is #ADB0CF.


I love getcolorcode.com

Triadic colors

1 #30524F and #4F3052 with #524F30 are triadic colors.

2 #304F52 and #4F5230 with #524F30 are triadic colors.