COLOR #524F25

HEX: #524F25
RGB: (82,79,37)

Color info

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

RGB color model

#524F25 color RGB value is (82,79,37).

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

RGB channels and saturation

R 82 of 255 = 32%
G 79 of 255 = 31%
B 37 of 255 = 15%

82
79
37

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

Portions of RGB colors in percentages

R + G + B =
82 + 79 + 37 = 198 (100%)
R 82 of 198 ~ 41.41%
G 79 of 198 ~ 39.9%
B 37 of 198 ~ 18.69%

%41.41
%39.9
%18.69

CMYK color model

#524F25 color CMYK value is (0,4,55,68).

  • cyan value is 0.00%
  • magenta value is 3.66%
  • yellow value is 54.88%
  • key color value is 67.84%
CMYK:
(0,4,55,68)
C0M4Y55K68 
(0%,4%,55%,68%)
(0.00/0.04/0.55/0.68)	

CMYK percentages

%0
%3.66
%54.88
%67.84

Codes

Color #524F25 in popluar color models

524F25
RGB827937
HSL56°37.82%23.33%
HSB/HSV56°54.88%32.16%
CMYK0.00%3.66%54.88%
67.84%

Color #524F25 in popluar number systems.

HEX524F25
Decimal827937
Binary10100101001111100101
Octal12211745

Shades and tints

Shades of #524F25

#524F25
(82,79,37)
#4B4822
(75,72,34)
#44411F
(68,65,31)
#3D3A1C
(61,58,28)
#363319
(54,51,25)
#2F2C16
(47,44,22)
#282513
(40,37,19)
#211E10
(33,30,16)
#1A170D
(26,23,13)
#13100A
(19,16,10)
#0C0907
(12,9,7)
#000000
(0,0,0)

Tints of #524F25

#524F25
(82,79,37)
#615F38
(97,95,56)
#706F4B
(112,111,75)
#7F7F5E
(127,127,94)
#8E8F71
(142,143,113)
#9D9F84
(157,159,132)
#ACAF97
(172,175,151)
#BBBFAA
(187,191,170)
#CACFBD
(202,207,189)
#D9DFD0
(217,223,208)
#E8EFE3
(232,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524F25; }

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

This text font color is #524F25.


Background Color

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

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

This div background color is #524F25.


Border color

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

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

This div border color is #524F25.


Opacity

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

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

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

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

This text has shadow with #524F25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524F25 on black background.


Color preview on white background

This text has color #524F25 on white background.



Black color preview on #524F25 background

This text has black color on #524F25 background.


White color preview on #524F25 background

This text has white color on #524F25 background.