COLOR #845D73

HEX: #845D73 RGB: (132,93,115)

Color info

#845D73 contains red, green and blue colors in about the same proportion. Web safe color of #845D73 is #996666 (or #966).

RGB color model

#845D73 color RGB value is (132,93,115).

RGB: (132,93,115) (52%, 36%, 45%)

RGB channels and saturation

R 132 of 255 = 52%
G 93 of 255 = 36%
B 115 of 255 = 45%

132
93
115

R + G + B ~ 44%. #845D73 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 132 + 93 + 115 = 340 (100%)
R 132 of 340 ~ 38.82%
G 93 of 340 ~ 27.35%
B 115 of 340 ~ 33.82'%

%38.82
%27.35
%33.82

CMYK color model

#845D73 color CMYK value is (0,30,13,48).

  • cyan value is 0.00%
  • magenta value is 29.55%
  • yellow value is 12.88%
  • key color value is 48.24%

CMYK: (0,30,13,48)
C0M30Y13K48 (0%, 30%, 13%, 48%)
(0.00 / 0.30 / 0.13 / 0.48)

CMYK percentages

%0
%29.55
%12.88
%48.24

Codes

Color #845D73 in popluar color models

84 5D 73
RGB 132 93 115
HSL 326° 17.33% 44.12%
HSB/HSV 326° 29.55% 51.76%
CMYK 0.00% 29.55% 12.88%
48.24%

Color #845D73 in popluar number systems.

HEX 84 5D 73
Decimal 132 93 115
Binary 10000100 1011101 1110011
Octal 204 135 163

Shades and tints

Shades of #845D73

#845D73
(132,93,115)
#785569
(120,85,105)
#6C4D5F
(108,77,95)
#604555
(96,69,85)
#543D4B
(84,61,75)
#483541
(72,53,65)
#3C2D37
(60,45,55)
#30252D
(48,37,45)
#241D23
(36,29,35)
#181519
(24,21,25)
#0C0D0F
(12,13,15)
#000000
(0,0,0)

Tints of #845D73

#845D73
(132,93,115)
#8F6B7F
(143,107,127)
#9A798B
(154,121,139)
#A58797
(165,135,151)
#B095A3
(176,149,163)
#BBA3AF
(187,163,175)
#C6B1BB
(198,177,187)
#D1BFC7
(209,191,199)
#DCCDD3
(220,205,211)
#E7DBDF
(231,219,223)
#F2E9EB
(242,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #845D73 color. Also use rgb(132,93,115) instead hex code.

Text Font Color

.myTextColor { color: #845D73; }

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

This text font color is #845D73.

Background Color

.myBgColor { background-color: #845D73; }

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

This div background color is #845D73.

Border color

.myBorderColor { border: 1px solid #845D73; }

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

This div border color is #845D73.

Opacity

.myOpacity80 { color: #845D73; opacity: 0.8; }

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

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

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

This text has shadow with #845D73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #845D73.

Preview

Color preview on black background

This text has color #845D73 on black background.


Color preview on white background

This text has color #845D73 on white background.


Black color preview on #845D73 background

This text has black color on #845D73 background.


White color preview on #845D73 background

This text has white color on #845D73 background.


Related colors

Complementary color

Complementary color for #845D73 is #7BA28C.


I love getcolorcode.com

Triadic colors

1 #73845D and #5D7384 with #845D73 are triadic colors.

2 #735D84 and #5D8473 with #845D73 are triadic colors.