COLOR #524D25

HEX: #524D25
RGB: (82,77,37)

Color info

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

RGB color model

#524D25 color RGB value is (82,77,37).

  • red value is 82;
  • green value is 77;
  • blue value is 37.
RGB:
(82,77,37)
(32%,30%,15%)

RGB channels and saturation

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

82
77
37

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

Portions of RGB colors in percentages

R + G + B =
82 + 77 + 37 = 196 (100%)
R 82 of 196 ~ 41.84%
G 77 of 196 ~ 39.29%
B 37 of 196 ~ 18.88%

%41.84
%39.29
%18.88

CMYK color model

#524D25 color CMYK value is (0,6,55,68).

  • cyan value is 0.00%
  • magenta value is 6.10%
  • yellow value is 54.88%
  • key color value is 67.84%
CMYK:
(0,6,55,68)
C0M6Y55K68 
(0%,6%,55%,68%)
(0.00/0.06/0.55/0.68)	

CMYK percentages

%0
%6.1
%54.88
%67.84

Codes

Color #524D25 in popluar color models

524D25
RGB827737
HSL53°37.82%23.33%
HSB/HSV53°54.88%32.16%
CMYK0.00%6.10%54.88%
67.84%

Color #524D25 in popluar number systems.

HEX524D25
Decimal827737
Binary10100101001101100101
Octal12211545

Shades and tints

Shades of #524D25

#524D25
(82,77,37)
#4B4622
(75,70,34)
#443F1F
(68,63,31)
#3D381C
(61,56,28)
#363119
(54,49,25)
#2F2A16
(47,42,22)
#282313
(40,35,19)
#211C10
(33,28,16)
#1A150D
(26,21,13)
#130E0A
(19,14,10)
#0C0707
(12,7,7)
#000000
(0,0,0)

Tints of #524D25

#524D25
(82,77,37)
#615D38
(97,93,56)
#706D4B
(112,109,75)
#7F7D5E
(127,125,94)
#8E8D71
(142,141,113)
#9D9D84
(157,157,132)
#ACAD97
(172,173,151)
#BBBDAA
(187,189,170)
#CACDBD
(202,205,189)
#D9DDD0
(217,221,208)
#E8EDE3
(232,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524D25; }

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

This text font color is #524D25.


Background Color

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

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

This div background color is #524D25.


Border color

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

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

This div border color is #524D25.


Opacity

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

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

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

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

This text has shadow with #524D25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524D25 on black background.


Color preview on white background

This text has color #524D25 on white background.



Black color preview on #524D25 background

This text has black color on #524D25 background.


White color preview on #524D25 background

This text has white color on #524D25 background.