COLOR #845F6F

HEX: #845F6F
RGB: (132,95,111)

Color info

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

RGB color model

#845F6F color RGB value is (132,95,111).

  • red value is 132;
  • green value is 95;
  • blue value is 111.
RGB:
(132,95,111)
(52%,37%,44%)

RGB channels and saturation

R 132 of 255 = 52%
G 95 of 255 = 37%
B 111 of 255 = 44%

132
95
111

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

Portions of RGB colors in percentages

R + G + B =
132 + 95 + 111 = 338 (100%)
R 132 of 338 ~ 39.05%
G 95 of 338 ~ 28.11%
B 111 of 338 ~ 32.84%

%39.05
%28.11
%32.84

CMYK color model

#845F6F color CMYK value is (0,28,16,48).

  • cyan value is 0.00%
  • magenta value is 28.03%
  • yellow value is 15.91%
  • key color value is 48.24%
CMYK:
(0,28,16,48)
C0M28Y16K48 
(0%,28%,16%,48%)
(0.00/0.28/0.16/0.48)	

CMYK percentages

%0
%28.03
%15.91
%48.24

Codes

Color #845F6F in popluar color models

845F6F
RGB13295111
HSL334°16.30%44.51%
HSB/HSV334°28.03%51.76%
CMYK0.00%28.03%15.91%
48.24%

Color #845F6F in popluar number systems.

HEX845F6F
Decimal13295111
Binary1000010010111111101111
Octal204137157

Shades and tints

Shades of #845F6F

#845F6F
(132,95,111)
#785765
(120,87,101)
#6C4F5B
(108,79,91)
#604751
(96,71,81)
#543F47
(84,63,71)
#48373D
(72,55,61)
#3C2F33
(60,47,51)
#302729
(48,39,41)
#241F1F
(36,31,31)
#181715
(24,23,21)
#0C0F0B
(12,15,11)
#000000
(0,0,0)

Tints of #845F6F

#845F6F
(132,95,111)
#8F6D7C
(143,109,124)
#9A7B89
(154,123,137)
#A58996
(165,137,150)
#B097A3
(176,151,163)
#BBA5B0
(187,165,176)
#C6B3BD
(198,179,189)
#D1C1CA
(209,193,202)
#DCCFD7
(220,207,215)
#E7DDE4
(231,221,228)
#F2EBF1
(242,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #845F6F color. Also use rgb(132,95,111) instead hex code.

Text Font Color

.myTextColor { color: #845F6F; }

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

This text font color is #845F6F.


Background Color

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

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

This div background color is #845F6F.


Border color

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

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

This div border color is #845F6F.


Opacity

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

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

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

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

This text has shadow with #845F6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #845F6F on black background.


Color preview on white background

This text has color #845F6F on white background.



Black color preview on #845F6F background

This text has black color on #845F6F background.


White color preview on #845F6F background

This text has white color on #845F6F background.