COLOR #525629

HEX: #525629
RGB: (82,86,41)

Color info

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

RGB color model

#525629 color RGB value is (82,86,41).

  • red value is 82;
  • green value is 86;
  • blue value is 41.
RGB:
(82,86,41)
(32%,34%,16%)

RGB channels and saturation

R 82 of 255 = 32%
G 86 of 255 = 34%
B 41 of 255 = 16%

82
86
41

R + G + B ~ 27%. #525629 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 86 + 41 = 209 (100%)
R 82 of 209 ~ 39.23%
G 86 of 209 ~ 41.15%
B 41 of 209 ~ 19.62%

%39.23
%41.15
%19.62

CMYK color model

#525629 color CMYK value is (5,0,52,66).

  • cyan value is 4.65%
  • magenta value is 0.00%
  • yellow value is 52.33%
  • key color value is 66.27%
CMYK:
(5,0,52,66)
C5M0Y52K66 
(5%,0%,52%,66%)
(0.05/0.00/0.52/0.66)	

CMYK percentages

%4.65
%0
%52.33
%66.27

Codes

Color #525629 in popluar color models

525629
RGB828641
HSL65°35.43%24.90%
HSB/HSV65°52.33%33.73%
CMYK4.65%0.00%52.33%
66.27%

Color #525629 in popluar number systems.

HEX525629
Decimal828641
Binary10100101010110101001
Octal12212651

Shades and tints

Shades of #525629

#525629
(82,86,41)
#4B4F26
(75,79,38)
#444823
(68,72,35)
#3D4120
(61,65,32)
#363A1D
(54,58,29)
#2F331A
(47,51,26)
#282C17
(40,44,23)
#212514
(33,37,20)
#1A1E11
(26,30,17)
#13170E
(19,23,14)
#0C100B
(12,16,11)
#000000
(0,0,0)

Tints of #525629

#525629
(82,86,41)
#61653C
(97,101,60)
#70744F
(112,116,79)
#7F8362
(127,131,98)
#8E9275
(142,146,117)
#9DA188
(157,161,136)
#ACB09B
(172,176,155)
#BBBFAE
(187,191,174)
#CACEC1
(202,206,193)
#D9DDD4
(217,221,212)
#E8ECE7
(232,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #525629 color. Also use rgb(82,86,41) instead hex code.

Text Font Color

.myTextColor { color: #525629; }

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

This text font color is #525629.


Background Color

.myBgColor { background-color: #525629; }

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

This div background color is #525629.


Border color

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

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

This div border color is #525629.


Opacity

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

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

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

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

This text has shadow with #525629 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525629 on black background.


Color preview on white background

This text has color #525629 on white background.



Black color preview on #525629 background

This text has black color on #525629 background.


White color preview on #525629 background

This text has white color on #525629 background.