COLOR #525A29

HEX: #525A29 RGB: (82,90,41)

Color info

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

RGB color model

#525A29 color RGB value is (82,90,41).

RGB: (82,90,41) (32%, 35%, 16%)

RGB channels and saturation

R 82 of 255 = 32%
G 90 of 255 = 35%
B 41 of 255 = 16%

82
90
41

R + G + B ~ 28%. #525A29 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 90 + 41 = 213 (100%)
R 82 of 213 ~ 38.5%
G 90 of 213 ~ 42.25%
B 41 of 213 ~ 19.25'%

%38.5
%42.25
%19.25

CMYK color model

#525A29 color CMYK value is (9,0,54,65).

  • cyan value is 8.89%
  • magenta value is 0.00%
  • yellow value is 54.44%
  • key color value is 64.71%

CMYK: (9,0,54,65)
C9M0Y54K65 (9%, 0%, 54%, 65%)
(0.09 / 0.00 / 0.54 / 0.65)

CMYK percentages

%8.89
%0
%54.44
%64.71

Codes

Color #525A29 in popluar color models

52 5A 29
RGB 82 90 41
HSL 70° 37.40% 25.69%
HSB/HSV 70° 54.44% 35.29%
CMYK 8.89% 0.00% 54.44%
64.71%

Color #525A29 in popluar number systems.

HEX 52 5A 29
Decimal 82 90 41
Binary 1010010 1011010 101001
Octal 122 132 51

Shades and tints

Shades of #525A29

#525A29
(82,90,41)
#4B5226
(75,82,38)
#444A23
(68,74,35)
#3D4220
(61,66,32)
#363A1D
(54,58,29)
#2F321A
(47,50,26)
#282A17
(40,42,23)
#212214
(33,34,20)
#1A1A11
(26,26,17)
#13120E
(19,18,14)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #525A29

#525A29
(82,90,41)
#61693C
(97,105,60)
#70784F
(112,120,79)
#7F8762
(127,135,98)
#8E9675
(142,150,117)
#9DA588
(157,165,136)
#ACB49B
(172,180,155)
#BBC3AE
(187,195,174)
#CAD2C1
(202,210,193)
#D9E1D4
(217,225,212)
#E8F0E7
(232,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525A29; }

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

This text font color is #525A29.

Background Color

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

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

This div background color is #525A29.

Border color

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

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

This div border color is #525A29.

Opacity

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

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

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

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

This text has shadow with #525A29 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #525A29.

Preview

Color preview on black background

This text has color #525A29 on black background.


Color preview on white background

This text has color #525A29 on white background.


Black color preview on #525A29 background

This text has black color on #525A29 background.


White color preview on #525A29 background

This text has white color on #525A29 background.


Related colors

Complementary color

Complementary color for #hex is #ADA5D6.


I love getcolorcode.com

Triadic colors

1 #29525A and #5A2952 with #525A29 are triadic colors.

2 #295A52 and #5A5229 with #525A29 are triadic colors.