COLOR #85322D

HEX: #85322D RGB: (133,50,45)

Color info

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

RGB color model

#85322D color RGB value is (133,50,45).

RGB: (133,50,45) (52%, 20%, 18%)

RGB channels and saturation

R 133 of 255 = 52%
G 50 of 255 = 20%
B 45 of 255 = 18%

133
50
45

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

Portions of RGB colors in percentages

R + G + B = 133 + 50 + 45 = 228 (100%)
R 133 of 228 ~ 58.33%
G 50 of 228 ~ 21.93%
B 45 of 228 ~ 19.74'%

%58.33
%21.93
%19.74

CMYK color model

#85322D color CMYK value is (0,62,66,48).

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

CMYK: (0,62,66,48)
C0M62Y66K48 (0%, 62%, 66%, 48%)
(0.00 / 0.62 / 0.66 / 0.48)

CMYK percentages

%0
%62.41
%66.17
%47.84

Codes

Color #85322D in popluar color models

85 32 2D
RGB 133 50 45
HSL 49.44% 34.90%
HSB/HSV 66.17% 52.16%
CMYK 0.00% 62.41% 66.17%
47.84%

Color #85322D in popluar number systems.

HEX 85 32 2D
Decimal 133 50 45
Binary 10000101 110010 101101
Octal 205 62 55

Shades and tints

Shades of #85322D

#85322D
(133,50,45)
#792E29
(121,46,41)
#6D2A25
(109,42,37)
#612621
(97,38,33)
#55221D
(85,34,29)
#491E19
(73,30,25)
#3D1A15
(61,26,21)
#311611
(49,22,17)
#25120D
(37,18,13)
#190E09
(25,14,9)
#0D0A05
(13,10,5)
#000000
(0,0,0)

Tints of #85322D

#85322D
(133,50,45)
#904440
(144,68,64)
#9B5653
(155,86,83)
#A66866
(166,104,102)
#B17A79
(177,122,121)
#BC8C8C
(188,140,140)
#C79E9F
(199,158,159)
#D2B0B2
(210,176,178)
#DDC2C5
(221,194,197)
#E8D4D8
(232,212,216)
#F3E6EB
(243,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85322D; }

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

This text font color is #85322D.

Background Color

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

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

This div background color is #85322D.

Border color

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

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

This div border color is #85322D.

Opacity

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

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

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

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

This text has shadow with #85322D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85322D.

Preview

Color preview on black background

This text has color #85322D on black background.


Color preview on white background

This text has color #85322D on white background.


Black color preview on #85322D background

This text has black color on #85322D background.


White color preview on #85322D background

This text has white color on #85322D background.


Related colors

Complementary color

Complementary color for #hex is #7ACDD2.


I love getcolorcode.com

Triadic colors

1 #2D8532 and #322D85 with #85322D are triadic colors.

2 #2D3285 and #32852D with #85322D are triadic colors.