COLOR #524838

HEX: #524838 RGB: (82,72,56)

Color info

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

RGB color model

#524838 color RGB value is (82,72,56).

RGB: (82,72,56) (32%, 28%, 22%)

RGB channels and saturation

R 82 of 255 = 32%
G 72 of 255 = 28%
B 56 of 255 = 22%

82
72
56

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

Portions of RGB colors in percentages

R + G + B = 82 + 72 + 56 = 210 (100%)
R 82 of 210 ~ 39.05%
G 72 of 210 ~ 34.29%
B 56 of 210 ~ 26.67'%

%39.05
%34.29
%26.67

CMYK color model

#524838 color CMYK value is (0,12,32,68).

  • cyan value is 0.00%
  • magenta value is 12.20%
  • yellow value is 31.71%
  • key color value is 67.84%

CMYK: (0,12,32,68)
C0M12Y32K68 (0%, 12%, 32%, 68%)
(0.00 / 0.12 / 0.32 / 0.68)

CMYK percentages

%0
%12.2
%31.71
%67.84

Codes

Color #524838 in popluar color models

52 48 38
RGB 82 72 56
HSL 37° 18.84% 27.06%
HSB/HSV 37° 31.71% 32.16%
CMYK 0.00% 12.20% 31.71%
67.84%

Color #524838 in popluar number systems.

HEX 52 48 38
Decimal 82 72 56
Binary 1010010 1001000 111000
Octal 122 110 70

Shades and tints

Shades of #524838

#524838
(82,72,56)
#4B4233
(75,66,51)
#443C2E
(68,60,46)
#3D3629
(61,54,41)
#363024
(54,48,36)
#2F2A1F
(47,42,31)
#28241A
(40,36,26)
#211E15
(33,30,21)
#1A1810
(26,24,16)
#13120B
(19,18,11)
#0C0C06
(12,12,6)
#000000
(0,0,0)

Tints of #524838

#524838
(82,72,56)
#61584A
(97,88,74)
#70685C
(112,104,92)
#7F786E
(127,120,110)
#8E8880
(142,136,128)
#9D9892
(157,152,146)
#ACA8A4
(172,168,164)
#BBB8B6
(187,184,182)
#CAC8C8
(202,200,200)
#D9D8DA
(217,216,218)
#E8E8EC
(232,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524838; }

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

This text font color is #524838.

Background Color

.myBgColor { background-color: #524838; }

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

This div background color is #524838.

Border color

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

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

This div border color is #524838.

Opacity

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

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

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

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

This text has shadow with #524838 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #524838.

Preview

Color preview on black background

This text has color #524838 on black background.


Color preview on white background

This text has color #524838 on white background.


Black color preview on #524838 background

This text has black color on #524838 background.


White color preview on #524838 background

This text has white color on #524838 background.


Related colors

Complementary color

Complementary color for #hex is #ADB7C7.


I love getcolorcode.com

Triadic colors

1 #385248 and #483852 with #524838 are triadic colors.

2 #384852 and #485238 with #524838 are triadic colors.