COLOR #525946

HEX: #525946
RGB: (82,89,70)

Color info

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

RGB color model

#525946 color RGB value is (82,89,70).

  • red value is 82;
  • green value is 89;
  • blue value is 70.
RGB:
(82,89,70)
(32%,35%,27%)

RGB channels and saturation

R 82 of 255 = 32%
G 89 of 255 = 35%
B 70 of 255 = 27%

82
89
70

R + G + B ~ 31%. #525946 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 89 + 70 = 241 (100%)
R 82 of 241 ~ 34.02%
G 89 of 241 ~ 36.93%
B 70 of 241 ~ 29.05%

%34.02
%36.93
%29.05

CMYK color model

#525946 color CMYK value is (8,0,21,65).

  • cyan value is 7.87%
  • magenta value is 0.00%
  • yellow value is 21.35%
  • key color value is 65.10%
CMYK:
(8,0,21,65)
C8M0Y21K65 
(8%,0%,21%,65%)
(0.08/0.00/0.21/0.65)	

CMYK percentages

%7.87
%0
%21.35
%65.1

Codes

Color #525946 in popluar color models

525946
RGB828970
HSL82°11.95%31.18%
HSB/HSV82°21.35%34.90%
CMYK7.87%0.00%21.35%
65.10%

Color #525946 in popluar number systems.

HEX525946
Decimal828970
Binary101001010110011000110
Octal122131106

Shades and tints

Shades of #525946

#525946
(82,89,70)
#4B5140
(75,81,64)
#44493A
(68,73,58)
#3D4134
(61,65,52)
#36392E
(54,57,46)
#2F3128
(47,49,40)
#282922
(40,41,34)
#21211C
(33,33,28)
#1A1916
(26,25,22)
#131110
(19,17,16)
#0C090A
(12,9,10)
#000000
(0,0,0)

Tints of #525946

#525946
(82,89,70)
#616856
(97,104,86)
#707766
(112,119,102)
#7F8676
(127,134,118)
#8E9586
(142,149,134)
#9DA496
(157,164,150)
#ACB3A6
(172,179,166)
#BBC2B6
(187,194,182)
#CAD1C6
(202,209,198)
#D9E0D6
(217,224,214)
#E8EFE6
(232,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #525946 color. Also use rgb(82,89,70) instead hex code.

Text Font Color

.myTextColor { color: #525946; }

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

This text font color is #525946.


Background Color

.myBgColor { background-color: #525946; }

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

This div background color is #525946.


Border color

.myBorderColor { border: 1px solid #525946; }

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

This div border color is #525946.


Opacity

.myOpacity80 { color: #525946; opacity: 0.8; }

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

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

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

This text has shadow with #525946 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525946 on black background.


Color preview on white background

This text has color #525946 on white background.



Black color preview on #525946 background

This text has black color on #525946 background.


White color preview on #525946 background

This text has white color on #525946 background.