COLOR #525E4D

HEX: #525E4D
RGB: (82,94,77)

Color info

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

RGB color model

#525E4D color RGB value is (82,94,77).

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

RGB channels and saturation

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

82
94
77

R + G + B ~ 33%. #525E4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 94 + 77 = 253 (100%)
R 82 of 253 ~ 32.41%
G 94 of 253 ~ 37.15%
B 77 of 253 ~ 30.43%

%32.41
%37.15
%30.43

CMYK color model

#525E4D color CMYK value is (13,0,18,63).

  • cyan value is 12.77%
  • magenta value is 0.00%
  • yellow value is 18.09%
  • key color value is 63.14%
CMYK:
(13,0,18,63)
C13M0Y18K63 
(13%,0%,18%,63%)
(0.13/0.00/0.18/0.63)	

CMYK percentages

%12.77
%0
%18.09
%63.14

Codes

Color #525E4D in popluar color models

525E4D
RGB829477
HSL102°9.94%33.53%
HSB/HSV102°18.09%36.86%
CMYK12.77%0.00%18.09%
63.14%

Color #525E4D in popluar number systems.

HEX525E4D
Decimal829477
Binary101001010111101001101
Octal122136115

Shades and tints

Shades of #525E4D

#525E4D
(82,94,77)
#4B5646
(75,86,70)
#444E3F
(68,78,63)
#3D4638
(61,70,56)
#363E31
(54,62,49)
#2F362A
(47,54,42)
#282E23
(40,46,35)
#21261C
(33,38,28)
#1A1E15
(26,30,21)
#13160E
(19,22,14)
#0C0E07
(12,14,7)
#000000
(0,0,0)

Tints of #525E4D

#525E4D
(82,94,77)
#616C5D
(97,108,93)
#707A6D
(112,122,109)
#7F887D
(127,136,125)
#8E968D
(142,150,141)
#9DA49D
(157,164,157)
#ACB2AD
(172,178,173)
#BBC0BD
(187,192,189)
#CACECD
(202,206,205)
#D9DCDD
(217,220,221)
#E8EAED
(232,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #525E4D color. Also use rgb(82,94,77) instead hex code.

Text Font Color

.myTextColor { color: #525E4D; }

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

This text font color is #525E4D.


Background Color

.myBgColor { background-color: #525E4D; }

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

This div background color is #525E4D.


Border color

.myBorderColor { border: 1px solid #525E4D; }

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

This div border color is #525E4D.


Opacity

.myOpacity80 { color: #525E4D; opacity: 0.8; }

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

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

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

This text has shadow with #525E4D color.

.textShadow {text-shadow: 3px 3px 1px #525E4D, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525E4D on black background.


Color preview on white background

This text has color #525E4D on white background.



Black color preview on #525E4D background

This text has black color on #525E4D background.


White color preview on #525E4D background

This text has white color on #525E4D background.