COLOR #85532E

HEX: #85532E
RGB: (133,83,46)

Color info

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

RGB color model

#85532E color RGB value is (133,83,46).

  • red value is 133;
  • green value is 83;
  • blue value is 46.
RGB:
(133,83,46)
(52%,33%,18%)

RGB channels and saturation

R 133 of 255 = 52%
G 83 of 255 = 33%
B 46 of 255 = 18%

133
83
46

R + G + B ~ 34%. #85532E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 83 + 46 = 262 (100%)
R 133 of 262 ~ 50.76%
G 83 of 262 ~ 31.68%
B 46 of 262 ~ 17.56%

%50.76
%31.68
%17.56

CMYK color model

#85532E color CMYK value is (0,38,65,48).

  • cyan value is 0.00%
  • magenta value is 37.59%
  • yellow value is 65.41%
  • key color value is 47.84%
CMYK:
(0,38,65,48)
C0M38Y65K48 
(0%,38%,65%,48%)
(0.00/0.38/0.65/0.48)	

CMYK percentages

%0
%37.59
%65.41
%47.84

Codes

Color #85532E in popluar color models

85532E
RGB1338346
HSL26°48.60%35.10%
HSB/HSV26°65.41%52.16%
CMYK0.00%37.59%65.41%
47.84%

Color #85532E in popluar number systems.

HEX85532E
Decimal1338346
Binary100001011010011101110
Octal20512356

Shades and tints

Shades of #85532E

#85532E
(133,83,46)
#794C2A
(121,76,42)
#6D4526
(109,69,38)
#613E22
(97,62,34)
#55371E
(85,55,30)
#49301A
(73,48,26)
#3D2916
(61,41,22)
#312212
(49,34,18)
#251B0E
(37,27,14)
#19140A
(25,20,10)
#0D0D06
(13,13,6)
#000000
(0,0,0)

Tints of #85532E

#85532E
(133,83,46)
#906241
(144,98,65)
#9B7154
(155,113,84)
#A68067
(166,128,103)
#B18F7A
(177,143,122)
#BC9E8D
(188,158,141)
#C7ADA0
(199,173,160)
#D2BCB3
(210,188,179)
#DDCBC6
(221,203,198)
#E8DAD9
(232,218,217)
#F3E9EC
(243,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85532E color. Also use rgb(133,83,46) instead hex code.

Text Font Color

.myTextColor { color: #85532E; }

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

This text font color is #85532E.


Background Color

.myBgColor { background-color: #85532E; }

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

This div background color is #85532E.


Border color

.myBorderColor { border: 1px solid #85532E; }

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

This div border color is #85532E.


Opacity

.myOpacity80 { color: #85532E; opacity: 0.8; }

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

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

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

This text has shadow with #85532E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85532E on black background.


Color preview on white background

This text has color #85532E on white background.



Black color preview on #85532E background

This text has black color on #85532E background.


White color preview on #85532E background

This text has white color on #85532E background.