COLOR #845F6B

HEX: #845F6B
RGB: (132,95,107)

Color info

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

RGB color model

#845F6B color RGB value is (132,95,107).

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

RGB channels and saturation

R 132 of 255 = 52%
G 95 of 255 = 37%
B 107 of 255 = 42%

132
95
107

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

Portions of RGB colors in percentages

R + G + B =
132 + 95 + 107 = 334 (100%)
R 132 of 334 ~ 39.52%
G 95 of 334 ~ 28.44%
B 107 of 334 ~ 32.04%

%39.52
%28.44
%32.04

CMYK color model

#845F6B color CMYK value is (0,28,19,48).

  • cyan value is 0.00%
  • magenta value is 28.03%
  • yellow value is 18.94%
  • key color value is 48.24%
CMYK:
(0,28,19,48)
C0M28Y19K48 
(0%,28%,19%,48%)
(0.00/0.28/0.19/0.48)	

CMYK percentages

%0
%28.03
%18.94
%48.24

Codes

Color #845F6B in popluar color models

845F6B
RGB13295107
HSL341°16.30%44.51%
HSB/HSV341°28.03%51.76%
CMYK0.00%28.03%18.94%
48.24%

Color #845F6B in popluar number systems.

HEX845F6B
Decimal13295107
Binary1000010010111111101011
Octal204137153

Shades and tints

Shades of #845F6B

#845F6B
(132,95,107)
#785762
(120,87,98)
#6C4F59
(108,79,89)
#604750
(96,71,80)
#543F47
(84,63,71)
#48373E
(72,55,62)
#3C2F35
(60,47,53)
#30272C
(48,39,44)
#241F23
(36,31,35)
#18171A
(24,23,26)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #845F6B

#845F6B
(132,95,107)
#8F6D78
(143,109,120)
#9A7B85
(154,123,133)
#A58992
(165,137,146)
#B0979F
(176,151,159)
#BBA5AC
(187,165,172)
#C6B3B9
(198,179,185)
#D1C1C6
(209,193,198)
#DCCFD3
(220,207,211)
#E7DDE0
(231,221,224)
#F2EBED
(242,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #845F6B; }

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

This text font color is #845F6B.


Background Color

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

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

This div background color is #845F6B.


Border color

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

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

This div border color is #845F6B.


Opacity

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

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

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

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

This text has shadow with #845F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #845F6B on black background.


Color preview on white background

This text has color #845F6B on white background.



Black color preview on #845F6B background

This text has black color on #845F6B background.


White color preview on #845F6B background

This text has white color on #845F6B background.