COLOR #845F6D

HEX: #845F6D
RGB: (132,95,109)

Color info

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

RGB color model

#845F6D color RGB value is (132,95,109).

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

RGB channels and saturation

R 132 of 255 = 52%
G 95 of 255 = 37%
B 109 of 255 = 43%

132
95
109

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

Portions of RGB colors in percentages

R + G + B =
132 + 95 + 109 = 336 (100%)
R 132 of 336 ~ 39.29%
G 95 of 336 ~ 28.27%
B 109 of 336 ~ 32.44%

%39.29
%28.27
%32.44

CMYK color model

#845F6D color CMYK value is (0,28,17,48).

  • cyan value is 0.00%
  • magenta value is 28.03%
  • yellow value is 17.42%
  • key color value is 48.24%
CMYK:
(0,28,17,48)
C0M28Y17K48 
(0%,28%,17%,48%)
(0.00/0.28/0.17/0.48)	

CMYK percentages

%0
%28.03
%17.42
%48.24

Codes

Color #845F6D in popluar color models

845F6D
RGB13295109
HSL337°16.30%44.51%
HSB/HSV337°28.03%51.76%
CMYK0.00%28.03%17.42%
48.24%

Color #845F6D in popluar number systems.

HEX845F6D
Decimal13295109
Binary1000010010111111101101
Octal204137155

Shades and tints

Shades of #845F6D

#845F6D
(132,95,109)
#785764
(120,87,100)
#6C4F5B
(108,79,91)
#604752
(96,71,82)
#543F49
(84,63,73)
#483740
(72,55,64)
#3C2F37
(60,47,55)
#30272E
(48,39,46)
#241F25
(36,31,37)
#18171C
(24,23,28)
#0C0F13
(12,15,19)
#000000
(0,0,0)

Tints of #845F6D

#845F6D
(132,95,109)
#8F6D7A
(143,109,122)
#9A7B87
(154,123,135)
#A58994
(165,137,148)
#B097A1
(176,151,161)
#BBA5AE
(187,165,174)
#C6B3BB
(198,179,187)
#D1C1C8
(209,193,200)
#DCCFD5
(220,207,213)
#E7DDE2
(231,221,226)
#F2EBEF
(242,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #845F6D; }

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

This text font color is #845F6D.


Background Color

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

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

This div background color is #845F6D.


Border color

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

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

This div border color is #845F6D.


Opacity

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

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

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

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

This text has shadow with #845F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #845F6D on black background.


Color preview on white background

This text has color #845F6D on white background.



Black color preview on #845F6D background

This text has black color on #845F6D background.


White color preview on #845F6D background

This text has white color on #845F6D background.