COLOR #85523A

HEX: #85523A RGB: (133,82,58)

Color info

#85523A contains mainly red and green colors. Web safe color of #85523A is #996633 (or #963).

RGB color model

#85523A color RGB value is (133,82,58).

RGB: (133,82,58) (52%, 32%, 23%)

RGB channels and saturation

R 133 of 255 = 52%
G 82 of 255 = 32%
B 58 of 255 = 23%

133
82
58

R + G + B ~ 36%. #85523A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 133 + 82 + 58 = 273 (100%)
R 133 of 273 ~ 48.72%
G 82 of 273 ~ 30.04%
B 58 of 273 ~ 21.25'%

%48.72
%30.04
%21.25

CMYK color model

#85523A color CMYK value is (0,38,56,48).

  • cyan value is 0.00%
  • magenta value is 38.35%
  • yellow value is 56.39%
  • key color value is 47.84%

CMYK: (0,38,56,48)
C0M38Y56K48 (0%, 38%, 56%, 48%)
(0.00 / 0.38 / 0.56 / 0.48)

CMYK percentages

%0
%38.35
%56.39
%47.84

Codes

Color #85523A in popluar color models

85 52 3A
RGB 133 82 58
HSL 19° 39.27% 37.45%
HSB/HSV 19° 56.39% 52.16%
CMYK 0.00% 38.35% 56.39%
47.84%

Color #85523A in popluar number systems.

HEX 85 52 3A
Decimal 133 82 58
Binary 10000101 1010010 111010
Octal 205 122 72

Shades and tints

Shades of #85523A

#85523A
(133,82,58)
#794B35
(121,75,53)
#6D4430
(109,68,48)
#613D2B
(97,61,43)
#553626
(85,54,38)
#492F21
(73,47,33)
#3D281C
(61,40,28)
#312117
(49,33,23)
#251A12
(37,26,18)
#19130D
(25,19,13)
#0D0C08
(13,12,8)
#000000
(0,0,0)

Tints of #85523A

#85523A
(133,82,58)
#90614B
(144,97,75)
#9B705C
(155,112,92)
#A67F6D
(166,127,109)
#B18E7E
(177,142,126)
#BC9D8F
(188,157,143)
#C7ACA0
(199,172,160)
#D2BBB1
(210,187,177)
#DDCAC2
(221,202,194)
#E8D9D3
(232,217,211)
#F3E8E4
(243,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85523A color. Also use rgb(133,82,58) instead hex code.

Text Font Color

.myTextColor { color: #85523A; }

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

This text font color is #85523A.

Background Color

.myBgColor { background-color: #85523A; }

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

This div background color is #85523A.

Border color

.myBorderColor { border: 1px solid #85523A; }

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

This div border color is #85523A.

Opacity

.myOpacity80 { color: #85523A; opacity: 0.8; }

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

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

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

This text has shadow with #85523A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85523A.

Preview

Color preview on black background

This text has color #85523A on black background.


Color preview on white background

This text has color #85523A on white background.


Black color preview on #85523A background

This text has black color on #85523A background.


White color preview on #85523A background

This text has white color on #85523A background.


Related colors

Complementary color

Complementary color for #hex is #7AADC5.


I love getcolorcode.com

Triadic colors

1 #3A8552 and #523A85 with #85523A are triadic colors.

2 #3A5285 and #52853A with #85523A are triadic colors.