COLOR #845C75

HEX: #845C75
RGB: (132,92,117)

Color info

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

RGB color model

#845C75 color RGB value is (132,92,117).

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

RGB channels and saturation

R 132 of 255 = 52%
G 92 of 255 = 36%
B 117 of 255 = 46%

132
92
117

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

Portions of RGB colors in percentages

R + G + B =
132 + 92 + 117 = 341 (100%)
R 132 of 341 ~ 38.71%
G 92 of 341 ~ 26.98%
B 117 of 341 ~ 34.31%

%38.71
%26.98
%34.31

CMYK color model

#845C75 color CMYK value is (0,30,11,48).

  • cyan value is 0.00%
  • magenta value is 30.30%
  • yellow value is 11.36%
  • key color value is 48.24%
CMYK:
(0,30,11,48)
C0M30Y11K48 
(0%,30%,11%,48%)
(0.00/0.30/0.11/0.48)	

CMYK percentages

%0
%30.3
%11.36
%48.24

Codes

Color #845C75 in popluar color models

845C75
RGB13292117
HSL323°17.86%43.92%
HSB/HSV323°30.30%51.76%
CMYK0.00%30.30%11.36%
48.24%

Color #845C75 in popluar number systems.

HEX845C75
Decimal13292117
Binary1000010010111001110101
Octal204134165

Shades and tints

Shades of #845C75

#845C75
(132,92,117)
#78546B
(120,84,107)
#6C4C61
(108,76,97)
#604457
(96,68,87)
#543C4D
(84,60,77)
#483443
(72,52,67)
#3C2C39
(60,44,57)
#30242F
(48,36,47)
#241C25
(36,28,37)
#18141B
(24,20,27)
#0C0C11
(12,12,17)
#000000
(0,0,0)

Tints of #845C75

#845C75
(132,92,117)
#8F6A81
(143,106,129)
#9A788D
(154,120,141)
#A58699
(165,134,153)
#B094A5
(176,148,165)
#BBA2B1
(187,162,177)
#C6B0BD
(198,176,189)
#D1BEC9
(209,190,201)
#DCCCD5
(220,204,213)
#E7DAE1
(231,218,225)
#F2E8ED
(242,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #845C75; }

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

This text font color is #845C75.


Background Color

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

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

This div background color is #845C75.


Border color

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

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

This div border color is #845C75.


Opacity

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

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

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

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

This text has shadow with #845C75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #845C75 on black background.


Color preview on white background

This text has color #845C75 on white background.



Black color preview on #845C75 background

This text has black color on #845C75 background.


White color preview on #845C75 background

This text has white color on #845C75 background.