COLOR #845C64

HEX: #845C64 RGB: (132,92,100)

Color info

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

RGB color model

#845C64 color RGB value is (132,92,100).

RGB: (132,92,100) (52%, 36%, 39%)

RGB channels and saturation

R 132 of 255 = 52%
G 92 of 255 = 36%
B 100 of 255 = 39%

132
92
100

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

Portions of RGB colors in percentages

R + G + B = 132 + 92 + 100 = 324 (100%)
R 132 of 324 ~ 40.74%
G 92 of 324 ~ 28.4%
B 100 of 324 ~ 30.86'%

%40.74
%28.4
%30.86

CMYK color model

#845C64 color CMYK value is (0,30,24,48).

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

CMYK: (0,30,24,48)
C0M30Y24K48 (0%, 30%, 24%, 48%)
(0.00 / 0.30 / 0.24 / 0.48)

CMYK percentages

%0
%30.3
%24.24
%48.24

Codes

Color #845C64 in popluar color models

84 5C 64
RGB 132 92 100
HSL 348° 17.86% 43.92%
HSB/HSV 348° 30.30% 51.76%
CMYK 0.00% 30.30% 24.24%
48.24%

Color #845C64 in popluar number systems.

HEX 84 5C 64
Decimal 132 92 100
Binary 10000100 1011100 1100100
Octal 204 134 144

Shades and tints

Shades of #845C64

#845C64
(132,92,100)
#78545B
(120,84,91)
#6C4C52
(108,76,82)
#604449
(96,68,73)
#543C40
(84,60,64)
#483437
(72,52,55)
#3C2C2E
(60,44,46)
#302425
(48,36,37)
#241C1C
(36,28,28)
#181413
(24,20,19)
#0C0C0A
(12,12,10)
#000000
(0,0,0)

Tints of #845C64

#845C64
(132,92,100)
#8F6A72
(143,106,114)
#9A7880
(154,120,128)
#A5868E
(165,134,142)
#B0949C
(176,148,156)
#BBA2AA
(187,162,170)
#C6B0B8
(198,176,184)
#D1BEC6
(209,190,198)
#DCCCD4
(220,204,212)
#E7DAE2
(231,218,226)
#F2E8F0
(242,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #845C64; }

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

This text font color is #845C64.

Background Color

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

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

This div background color is #845C64.

Border color

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

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

This div border color is #845C64.

Opacity

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

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

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

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

This text has shadow with #845C64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #845C64.

Preview

Color preview on black background

This text has color #845C64 on black background.


Color preview on white background

This text has color #845C64 on white background.


Black color preview on #845C64 background

This text has black color on #845C64 background.


White color preview on #845C64 background

This text has white color on #845C64 background.


Related colors

Complementary color

Complementary color for #hex is #7BA39B.


I love getcolorcode.com

Triadic colors

1 #64845C and #5C6484 with #845C64 are triadic colors.

2 #645C84 and #5C8464 with #845C64 are triadic colors.