COLOR #524B30

HEX: #524B30 RGB: (82,75,48)

Color info

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

RGB color model

#524B30 color RGB value is (82,75,48).

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

RGB channels and saturation

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

82
75
48

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

Portions of RGB colors in percentages

R + G + B = 82 + 75 + 48 = 205 (100%)
R 82 of 205 ~ 40%
G 75 of 205 ~ 36.59%
B 48 of 205 ~ 23.41'%

%40
%36.59
%23.41

CMYK color model

#524B30 color CMYK value is (0,9,41,68).

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

CMYK: (0,9,41,68)
C0M9Y41K68 (0%, 9%, 41%, 68%)
(0.00 / 0.09 / 0.41 / 0.68)

CMYK percentages

%0
%8.54
%41.46
%67.84

Codes

Color #524B30 in popluar color models

52 4B 30
RGB 82 75 48
HSL 48° 26.15% 25.49%
HSB/HSV 48° 41.46% 32.16%
CMYK 0.00% 8.54% 41.46%
67.84%

Color #524B30 in popluar number systems.

HEX 52 4B 30
Decimal 82 75 48
Binary 1010010 1001011 110000
Octal 122 113 60

Shades and tints

Shades of #524B30

#524B30
(82,75,48)
#4B452C
(75,69,44)
#443F28
(68,63,40)
#3D3924
(61,57,36)
#363320
(54,51,32)
#2F2D1C
(47,45,28)
#282718
(40,39,24)
#212114
(33,33,20)
#1A1B10
(26,27,16)
#13150C
(19,21,12)
#0C0F08
(12,15,8)
#000000
(0,0,0)

Tints of #524B30

#524B30
(82,75,48)
#615B42
(97,91,66)
#706B54
(112,107,84)
#7F7B66
(127,123,102)
#8E8B78
(142,139,120)
#9D9B8A
(157,155,138)
#ACAB9C
(172,171,156)
#BBBBAE
(187,187,174)
#CACBC0
(202,203,192)
#D9DBD2
(217,219,210)
#E8EBE4
(232,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524B30; }

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

This text font color is #524B30.

Background Color

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

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

This div background color is #524B30.

Border color

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

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

This div border color is #524B30.

Opacity

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

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

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

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

This text has shadow with #524B30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #524B30.

Preview

Color preview on black background

This text has color #524B30 on black background.


Color preview on white background

This text has color #524B30 on white background.


Black color preview on #524B30 background

This text has black color on #524B30 background.


White color preview on #524B30 background

This text has white color on #524B30 background.


Related colors

Complementary color

Complementary color for #hex is #ADB4CF.


I love getcolorcode.com

Triadic colors

1 #30524B and #4B3052 with #524B30 are triadic colors.

2 #304B52 and #4B5230 with #524B30 are triadic colors.