COLOR #525545

HEX: #525545 RGB: (82,85,69)

Color info

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

RGB color model

#525545 color RGB value is (82,85,69).

RGB: (82,85,69) (32%, 33%, 27%)

RGB channels and saturation

R 82 of 255 = 32%
G 85 of 255 = 33%
B 69 of 255 = 27%

82
85
69

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

Portions of RGB colors in percentages

R + G + B = 82 + 85 + 69 = 236 (100%)
R 82 of 236 ~ 34.75%
G 85 of 236 ~ 36.02%
B 69 of 236 ~ 29.24'%

%34.75
%36.02
%29.24

CMYK color model

#525545 color CMYK value is (4,0,19,67).

  • cyan value is 3.53%
  • magenta value is 0.00%
  • yellow value is 18.82%
  • key color value is 66.67%

CMYK: (4,0,19,67)
C4M0Y19K67 (4%, 0%, 19%, 67%)
(0.04 / 0.00 / 0.19 / 0.67)

CMYK percentages

%3.53
%0
%18.82
%66.67

Codes

Color #525545 in popluar color models

52 55 45
RGB 82 85 69
HSL 71° 10.39% 30.20%
HSB/HSV 71° 18.82% 33.33%
CMYK 3.53% 0.00% 18.82%
66.67%

Color #525545 in popluar number systems.

HEX 52 55 45
Decimal 82 85 69
Binary 1010010 1010101 1000101
Octal 122 125 105

Shades and tints

Shades of #525545

#525545
(82,85,69)
#4B4E3F
(75,78,63)
#444739
(68,71,57)
#3D4033
(61,64,51)
#36392D
(54,57,45)
#2F3227
(47,50,39)
#282B21
(40,43,33)
#21241B
(33,36,27)
#1A1D15
(26,29,21)
#13160F
(19,22,15)
#0C0F09
(12,15,9)
#000000
(0,0,0)

Tints of #525545

#525545
(82,85,69)
#616455
(97,100,85)
#707365
(112,115,101)
#7F8275
(127,130,117)
#8E9185
(142,145,133)
#9DA095
(157,160,149)
#ACAFA5
(172,175,165)
#BBBEB5
(187,190,181)
#CACDC5
(202,205,197)
#D9DCD5
(217,220,213)
#E8EBE5
(232,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #525545 color. Also use rgb(82,85,69) instead hex code.

Text Font Color

.myTextColor { color: #525545; }

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

This text font color is #525545.

Background Color

.myBgColor { background-color: #525545; }

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

This div background color is #525545.

Border color

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

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

This div border color is #525545.

Opacity

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

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

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

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

This text has shadow with #525545 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #525545.

Preview

Color preview on black background

This text has color #525545 on black background.


Color preview on white background

This text has color #525545 on white background.


Black color preview on #525545 background

This text has black color on #525545 background.


White color preview on #525545 background

This text has white color on #525545 background.


Related colors

Complementary color

Complementary color for #hex is #ADAABA.


I love getcolorcode.com

Triadic colors

1 #455255 and #554552 with #525545 are triadic colors.

2 #455552 and #555245 with #525545 are triadic colors.