COLOR #524C25

HEX: #524C25 RGB: (82,76,37)

Color info

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

RGB color model

#524C25 color RGB value is (82,76,37).

RGB: (82,76,37) (32%, 30%, 15%)

RGB channels and saturation

R 82 of 255 = 32%
G 76 of 255 = 30%
B 37 of 255 = 15%

82
76
37

R + G + B ~ 26%. #524C25 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 76 + 37 = 195 (100%)
R 82 of 195 ~ 42.05%
G 76 of 195 ~ 38.97%
B 37 of 195 ~ 18.97'%

%42.05
%38.97
%18.97

CMYK color model

#524C25 color CMYK value is (0,7,55,68).

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

CMYK: (0,7,55,68)
C0M7Y55K68 (0%, 7%, 55%, 68%)
(0.00 / 0.07 / 0.55 / 0.68)

CMYK percentages

%0
%7.32
%54.88
%67.84

Codes

Color #524C25 in popluar color models

52 4C 25
RGB 82 76 37
HSL 52° 37.82% 23.33%
HSB/HSV 52° 54.88% 32.16%
CMYK 0.00% 7.32% 54.88%
67.84%

Color #524C25 in popluar number systems.

HEX 52 4C 25
Decimal 82 76 37
Binary 1010010 1001100 100101
Octal 122 114 45

Shades and tints

Shades of #524C25

#524C25
(82,76,37)
#4B4622
(75,70,34)
#44401F
(68,64,31)
#3D3A1C
(61,58,28)
#363419
(54,52,25)
#2F2E16
(47,46,22)
#282813
(40,40,19)
#212210
(33,34,16)
#1A1C0D
(26,28,13)
#13160A
(19,22,10)
#0C1007
(12,16,7)
#000000
(0,0,0)

Tints of #524C25

#524C25
(82,76,37)
#615C38
(97,92,56)
#706C4B
(112,108,75)
#7F7C5E
(127,124,94)
#8E8C71
(142,140,113)
#9D9C84
(157,156,132)
#ACAC97
(172,172,151)
#BBBCAA
(187,188,170)
#CACCBD
(202,204,189)
#D9DCD0
(217,220,208)
#E8ECE3
(232,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524C25; }

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

This text font color is #524C25.

Background Color

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

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

This div background color is #524C25.

Border color

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

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

This div border color is #524C25.

Opacity

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

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

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

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

This text has shadow with #524C25 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #524C25.

Preview

Color preview on black background

This text has color #524C25 on black background.


Color preview on white background

This text has color #524C25 on white background.


Black color preview on #524C25 background

This text has black color on #524C25 background.


White color preview on #524C25 background

This text has white color on #524C25 background.


Related colors

Complementary color

Complementary color for #hex is #ADB3DA.


I love getcolorcode.com

Triadic colors

1 #25524C and #4C2552 with #524C25 are triadic colors.

2 #254C52 and #4C5225 with #524C25 are triadic colors.