COLOR #845C7C

HEX: #845C7C RGB: (132,92,124)

Color info

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

RGB color model

#845C7C color RGB value is (132,92,124).

RGB: (132,92,124) (52%, 36%, 49%)

RGB channels and saturation

R 132 of 255 = 52%
G 92 of 255 = 36%
B 124 of 255 = 49%

132
92
124

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

Portions of RGB colors in percentages

R + G + B = 132 + 92 + 124 = 348 (100%)
R 132 of 348 ~ 37.93%
G 92 of 348 ~ 26.44%
B 124 of 348 ~ 35.63'%

%37.93
%26.44
%35.63

CMYK color model

#845C7C color CMYK value is (0,30,6,48).

  • cyan value is 0.00%
  • magenta value is 30.30%
  • yellow value is 6.06%
  • key color value is 48.24%

CMYK: (0,30,6,48)
C0M30Y6K48 (0%, 30%, 6%, 48%)
(0.00 / 0.30 / 0.06 / 0.48)

CMYK percentages

%0
%30.3
%6.06
%48.24

Codes

Color #845C7C in popluar color models

84 5C 7C
RGB 132 92 124
HSL 312° 17.86% 43.92%
HSB/HSV 312° 30.30% 51.76%
CMYK 0.00% 30.30% 6.06%
48.24%

Color #845C7C in popluar number systems.

HEX 84 5C 7C
Decimal 132 92 124
Binary 10000100 1011100 1111100
Octal 204 134 174

Shades and tints

Shades of #845C7C

#845C7C
(132,92,124)
#785471
(120,84,113)
#6C4C66
(108,76,102)
#60445B
(96,68,91)
#543C50
(84,60,80)
#483445
(72,52,69)
#3C2C3A
(60,44,58)
#30242F
(48,36,47)
#241C24
(36,28,36)
#181419
(24,20,25)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #845C7C

#845C7C
(132,92,124)
#8F6A87
(143,106,135)
#9A7892
(154,120,146)
#A5869D
(165,134,157)
#B094A8
(176,148,168)
#BBA2B3
(187,162,179)
#C6B0BE
(198,176,190)
#D1BEC9
(209,190,201)
#DCCCD4
(220,204,212)
#E7DADF
(231,218,223)
#F2E8EA
(242,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #845C7C; }

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

This text font color is #845C7C.

Background Color

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

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

This div background color is #845C7C.

Border color

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

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

This div border color is #845C7C.

Opacity

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

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

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

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

This text has shadow with #845C7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #845C7C.

Preview

Color preview on black background

This text has color #845C7C on black background.


Color preview on white background

This text has color #845C7C on white background.


Black color preview on #845C7C background

This text has black color on #845C7C background.


White color preview on #845C7C background

This text has white color on #845C7C background.


Related colors

Complementary color

Complementary color for #hex is #7BA383.


I love getcolorcode.com

Triadic colors

1 #7C845C and #5C7C84 with #845C7C are triadic colors.

2 #7C5C84 and #5C847C with #845C7C are triadic colors.