COLOR #85322C

HEX: #85322C RGB: (133,50,44)

Color info

#85322C contains mainly red color. Web safe color of #85322C is #993333 (or #933).

RGB color model

#85322C color RGB value is (133,50,44).

RGB: (133,50,44) (52%, 20%, 17%)

RGB channels and saturation

R 133 of 255 = 52%
G 50 of 255 = 20%
B 44 of 255 = 17%

133
50
44

R + G + B ~ 30%. #85322C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 133 + 50 + 44 = 227 (100%)
R 133 of 227 ~ 58.59%
G 50 of 227 ~ 22.03%
B 44 of 227 ~ 19.38'%

%58.59
%22.03
%19.38

CMYK color model

#85322C color CMYK value is (0,62,67,48).

  • cyan value is 0.00%
  • magenta value is 62.41%
  • yellow value is 66.92%
  • key color value is 47.84%

CMYK: (0,62,67,48)
C0M62Y67K48 (0%, 62%, 67%, 48%)
(0.00 / 0.62 / 0.67 / 0.48)

CMYK percentages

%0
%62.41
%66.92
%47.84

Codes

Color #85322C in popluar color models

85 32 2C
RGB 133 50 44
HSL 50.28% 34.71%
HSB/HSV 66.92% 52.16%
CMYK 0.00% 62.41% 66.92%
47.84%

Color #85322C in popluar number systems.

HEX 85 32 2C
Decimal 133 50 44
Binary 10000101 110010 101100
Octal 205 62 54

Shades and tints

Shades of #85322C

#85322C
(133,50,44)
#792E28
(121,46,40)
#6D2A24
(109,42,36)
#612620
(97,38,32)
#55221C
(85,34,28)
#491E18
(73,30,24)
#3D1A14
(61,26,20)
#311610
(49,22,16)
#25120C
(37,18,12)
#190E08
(25,14,8)
#0D0A04
(13,10,4)
#000000
(0,0,0)

Tints of #85322C

#85322C
(133,50,44)
#90443F
(144,68,63)
#9B5652
(155,86,82)
#A66865
(166,104,101)
#B17A78
(177,122,120)
#BC8C8B
(188,140,139)
#C79E9E
(199,158,158)
#D2B0B1
(210,176,177)
#DDC2C4
(221,194,196)
#E8D4D7
(232,212,215)
#F3E6EA
(243,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85322C color. Also use rgb(133,50,44) instead hex code.

Text Font Color

.myTextColor { color: #85322C; }

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

This text font color is #85322C.

Background Color

.myBgColor { background-color: #85322C; }

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

This div background color is #85322C.

Border color

.myBorderColor { border: 1px solid #85322C; }

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

This div border color is #85322C.

Opacity

.myOpacity80 { color: #85322C; opacity: 0.8; }

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

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

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

This text has shadow with #85322C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85322C.

Preview

Color preview on black background

This text has color #85322C on black background.


Color preview on white background

This text has color #85322C on white background.


Black color preview on #85322C background

This text has black color on #85322C background.


White color preview on #85322C background

This text has white color on #85322C background.


Related colors

Complementary color

Complementary color for #hex is #7ACDD3.


I love getcolorcode.com

Triadic colors

1 #2C8532 and #322C85 with #85322C are triadic colors.

2 #2C3285 and #32852C with #85322C are triadic colors.