COLOR #845A5B

HEX: #845A5B
RGB: (132,90,91)

Color info

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

RGB color model

#845A5B color RGB value is (132,90,91).

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

RGB channels and saturation

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

132
90
91

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

Portions of RGB colors in percentages

R + G + B =
132 + 90 + 91 = 313 (100%)
R 132 of 313 ~ 42.17%
G 90 of 313 ~ 28.75%
B 91 of 313 ~ 29.07%

%42.17
%28.75
%29.07

CMYK color model

#845A5B color CMYK value is (0,32,31,48).

  • cyan value is 0.00%
  • magenta value is 31.82%
  • yellow value is 31.06%
  • key color value is 48.24%
CMYK:
(0,32,31,48)
C0M32Y31K48 
(0%,32%,31%,48%)
(0.00/0.32/0.31/0.48)	

CMYK percentages

%0
%31.82
%31.06
%48.24

Codes

Color #845A5B in popluar color models

845A5B
RGB1329091
HSL359°18.92%43.53%
HSB/HSV359°31.82%51.76%
CMYK0.00%31.82%31.06%
48.24%

Color #845A5B in popluar number systems.

HEX845A5B
Decimal1329091
Binary1000010010110101011011
Octal204132133

Shades and tints

Shades of #845A5B

#845A5B
(132,90,91)
#785253
(120,82,83)
#6C4A4B
(108,74,75)
#604243
(96,66,67)
#543A3B
(84,58,59)
#483233
(72,50,51)
#3C2A2B
(60,42,43)
#302223
(48,34,35)
#241A1B
(36,26,27)
#181213
(24,18,19)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #845A5B

#845A5B
(132,90,91)
#8F6969
(143,105,105)
#9A7877
(154,120,119)
#A58785
(165,135,133)
#B09693
(176,150,147)
#BBA5A1
(187,165,161)
#C6B4AF
(198,180,175)
#D1C3BD
(209,195,189)
#DCD2CB
(220,210,203)
#E7E1D9
(231,225,217)
#F2F0E7
(242,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #845A5B; }

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

This text font color is #845A5B.


Background Color

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

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

This div background color is #845A5B.


Border color

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

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

This div border color is #845A5B.


Opacity

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

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

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

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

This text has shadow with #845A5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #845A5B on black background.


Color preview on white background

This text has color #845A5B on white background.



Black color preview on #845A5B background

This text has black color on #845A5B background.


White color preview on #845A5B background

This text has white color on #845A5B background.