COLOR #845A5C

HEX: #845A5C
RGB: (132,90,92)

Color info

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

RGB color model

#845A5C color RGB value is (132,90,92).

  • red value is 132;
  • green value is 90;
  • blue value is 92.
RGB:
(132,90,92)
(52%,35%,36%)

RGB channels and saturation

R 132 of 255 = 52%
G 90 of 255 = 35%
B 92 of 255 = 36%

132
90
92

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

Portions of RGB colors in percentages

R + G + B =
132 + 90 + 92 = 314 (100%)
R 132 of 314 ~ 42.04%
G 90 of 314 ~ 28.66%
B 92 of 314 ~ 29.3%

%42.04
%28.66
%29.3

CMYK color model

#845A5C color CMYK value is (0,32,30,48).

  • cyan value is 0.00%
  • magenta value is 31.82%
  • yellow value is 30.30%
  • key color value is 48.24%
CMYK:
(0,32,30,48)
C0M32Y30K48 
(0%,32%,30%,48%)
(0.00/0.32/0.30/0.48)	

CMYK percentages

%0
%31.82
%30.3
%48.24

Codes

Color #845A5C in popluar color models

845A5C
RGB1329092
HSL357°18.92%43.53%
HSB/HSV357°31.82%51.76%
CMYK0.00%31.82%30.30%
48.24%

Color #845A5C in popluar number systems.

HEX845A5C
Decimal1329092
Binary1000010010110101011100
Octal204132134

Shades and tints

Shades of #845A5C

#845A5C
(132,90,92)
#785254
(120,82,84)
#6C4A4C
(108,74,76)
#604244
(96,66,68)
#543A3C
(84,58,60)
#483234
(72,50,52)
#3C2A2C
(60,42,44)
#302224
(48,34,36)
#241A1C
(36,26,28)
#181214
(24,18,20)
#0C0A0C
(12,10,12)
#000000
(0,0,0)

Tints of #845A5C

#845A5C
(132,90,92)
#8F696A
(143,105,106)
#9A7878
(154,120,120)
#A58786
(165,135,134)
#B09694
(176,150,148)
#BBA5A2
(187,165,162)
#C6B4B0
(198,180,176)
#D1C3BE
(209,195,190)
#DCD2CC
(220,210,204)
#E7E1DA
(231,225,218)
#F2F0E8
(242,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #845A5C color. Also use rgb(132,90,92) instead hex code.

Text Font Color

.myTextColor { color: #845A5C; }

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

This text font color is #845A5C.


Background Color

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

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

This div background color is #845A5C.


Border color

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

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

This div border color is #845A5C.


Opacity

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

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

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

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

This text has shadow with #845A5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #845A5C on black background.


Color preview on white background

This text has color #845A5C on white background.



Black color preview on #845A5C background

This text has black color on #845A5C background.


White color preview on #845A5C background

This text has white color on #845A5C background.