COLOR #845E7A

HEX: #845E7A
RGB: (132,94,122)

Color info

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

RGB color model

#845E7A color RGB value is (132,94,122).

  • red value is 132;
  • green value is 94;
  • blue value is 122.
RGB:
(132,94,122)
(52%,37%,48%)

RGB channels and saturation

R 132 of 255 = 52%
G 94 of 255 = 37%
B 122 of 255 = 48%

132
94
122

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

Portions of RGB colors in percentages

R + G + B =
132 + 94 + 122 = 348 (100%)
R 132 of 348 ~ 37.93%
G 94 of 348 ~ 27.01%
B 122 of 348 ~ 35.06%

%37.93
%27.01
%35.06

CMYK color model

#845E7A color CMYK value is (0,29,8,48).

  • cyan value is 0.00%
  • magenta value is 28.79%
  • yellow value is 7.58%
  • key color value is 48.24%
CMYK:
(0,29,8,48)
C0M29Y8K48 
(0%,29%,8%,48%)
(0.00/0.29/0.08/0.48)	

CMYK percentages

%0
%28.79
%7.58
%48.24

Codes

Color #845E7A in popluar color models

845E7A
RGB13294122
HSL316°16.81%44.31%
HSB/HSV316°28.79%51.76%
CMYK0.00%28.79%7.58%
48.24%

Color #845E7A in popluar number systems.

HEX845E7A
Decimal13294122
Binary1000010010111101111010
Octal204136172

Shades and tints

Shades of #845E7A

#845E7A
(132,94,122)
#78566F
(120,86,111)
#6C4E64
(108,78,100)
#604659
(96,70,89)
#543E4E
(84,62,78)
#483643
(72,54,67)
#3C2E38
(60,46,56)
#30262D
(48,38,45)
#241E22
(36,30,34)
#181617
(24,22,23)
#0C0E0C
(12,14,12)
#000000
(0,0,0)

Tints of #845E7A

#845E7A
(132,94,122)
#8F6C86
(143,108,134)
#9A7A92
(154,122,146)
#A5889E
(165,136,158)
#B096AA
(176,150,170)
#BBA4B6
(187,164,182)
#C6B2C2
(198,178,194)
#D1C0CE
(209,192,206)
#DCCEDA
(220,206,218)
#E7DCE6
(231,220,230)
#F2EAF2
(242,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #845E7A color. Also use rgb(132,94,122) instead hex code.

Text Font Color

.myTextColor { color: #845E7A; }

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

This text font color is #845E7A.


Background Color

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

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

This div background color is #845E7A.


Border color

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

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

This div border color is #845E7A.


Opacity

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

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

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

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

This text has shadow with #845E7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #845E7A on black background.


Color preview on white background

This text has color #845E7A on white background.



Black color preview on #845E7A background

This text has black color on #845E7A background.


White color preview on #845E7A background

This text has white color on #845E7A background.