COLOR #525E42

HEX: #525E42
RGB: (82,94,66)

Color info

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

RGB color model

#525E42 color RGB value is (82,94,66).

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

RGB channels and saturation

R 82 of 255 = 32%
G 94 of 255 = 37%
B 66 of 255 = 26%

82
94
66

R + G + B ~ 32%. #525E42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 94 + 66 = 242 (100%)
R 82 of 242 ~ 33.88%
G 94 of 242 ~ 38.84%
B 66 of 242 ~ 27.27%

%33.88
%38.84
%27.27

CMYK color model

#525E42 color CMYK value is (13,0,30,63).

  • cyan value is 12.77%
  • magenta value is 0.00%
  • yellow value is 29.79%
  • key color value is 63.14%
CMYK:
(13,0,30,63)
C13M0Y30K63 
(13%,0%,30%,63%)
(0.13/0.00/0.30/0.63)	

CMYK percentages

%12.77
%0
%29.79
%63.14

Codes

Color #525E42 in popluar color models

525E42
RGB829466
HSL86°17.50%31.37%
HSB/HSV86°29.79%36.86%
CMYK12.77%0.00%29.79%
63.14%

Color #525E42 in popluar number systems.

HEX525E42
Decimal829466
Binary101001010111101000010
Octal122136102

Shades and tints

Shades of #525E42

#525E42
(82,94,66)
#4B563C
(75,86,60)
#444E36
(68,78,54)
#3D4630
(61,70,48)
#363E2A
(54,62,42)
#2F3624
(47,54,36)
#282E1E
(40,46,30)
#212618
(33,38,24)
#1A1E12
(26,30,18)
#13160C
(19,22,12)
#0C0E06
(12,14,6)
#000000
(0,0,0)

Tints of #525E42

#525E42
(82,94,66)
#616C53
(97,108,83)
#707A64
(112,122,100)
#7F8875
(127,136,117)
#8E9686
(142,150,134)
#9DA497
(157,164,151)
#ACB2A8
(172,178,168)
#BBC0B9
(187,192,185)
#CACECA
(202,206,202)
#D9DCDB
(217,220,219)
#E8EAEC
(232,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525E42; }

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

This text font color is #525E42.


Background Color

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

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

This div background color is #525E42.


Border color

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

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

This div border color is #525E42.


Opacity

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

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

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

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

This text has shadow with #525E42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525E42 on black background.


Color preview on white background

This text has color #525E42 on white background.



Black color preview on #525E42 background

This text has black color on #525E42 background.


White color preview on #525E42 background

This text has white color on #525E42 background.