COLOR #525F4F

HEX: #525F4F
RGB: (82,95,79)

Color info

#525F4F contains red, green and blue colors in about the same proportion. Web safe color of #525F4F is #666666 (or #666).

RGB color model

#525F4F color RGB value is (82,95,79).

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

RGB channels and saturation

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

82
95
79

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

Portions of RGB colors in percentages

R + G + B =
82 + 95 + 79 = 256 (100%)
R 82 of 256 ~ 32.03%
G 95 of 256 ~ 37.11%
B 79 of 256 ~ 30.86%

%32.03
%37.11
%30.86

CMYK color model

#525F4F color CMYK value is (14,0,17,63).

  • cyan value is 13.68%
  • magenta value is 0.00%
  • yellow value is 16.84%
  • key color value is 62.75%
CMYK:
(14,0,17,63)
C14M0Y17K63 
(14%,0%,17%,63%)
(0.14/0.00/0.17/0.63)	

CMYK percentages

%13.68
%0
%16.84
%62.75

Codes

Color #525F4F in popluar color models

525F4F
RGB829579
HSL109°9.20%34.12%
HSB/HSV109°16.84%37.25%
CMYK13.68%0.00%16.84%
62.75%

Color #525F4F in popluar number systems.

HEX525F4F
Decimal829579
Binary101001010111111001111
Octal122137117

Shades and tints

Shades of #525F4F

#525F4F
(82,95,79)
#4B5748
(75,87,72)
#444F41
(68,79,65)
#3D473A
(61,71,58)
#363F33
(54,63,51)
#2F372C
(47,55,44)
#282F25
(40,47,37)
#21271E
(33,39,30)
#1A1F17
(26,31,23)
#131710
(19,23,16)
#0C0F09
(12,15,9)
#000000
(0,0,0)

Tints of #525F4F

#525F4F
(82,95,79)
#616D5F
(97,109,95)
#707B6F
(112,123,111)
#7F897F
(127,137,127)
#8E978F
(142,151,143)
#9DA59F
(157,165,159)
#ACB3AF
(172,179,175)
#BBC1BF
(187,193,191)
#CACFCF
(202,207,207)
#D9DDDF
(217,221,223)
#E8EBEF
(232,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #525F4F color. Also use rgb(82,95,79) instead hex code.

Text Font Color

.myTextColor { color: #525F4F; }

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

This text font color is #525F4F.


Background Color

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

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

This div background color is #525F4F.


Border color

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

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

This div border color is #525F4F.


Opacity

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

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

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

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

This text has shadow with #525F4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525F4F on black background.


Color preview on white background

This text has color #525F4F on white background.



Black color preview on #525F4F background

This text has black color on #525F4F background.


White color preview on #525F4F background

This text has white color on #525F4F background.