COLOR #845F51

HEX: #845F51
RGB: (132,95,81)

Color info

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

RGB color model

#845F51 color RGB value is (132,95,81).

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

RGB channels and saturation

R 132 of 255 = 52%
G 95 of 255 = 37%
B 81 of 255 = 32%

132
95
81

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

Portions of RGB colors in percentages

R + G + B =
132 + 95 + 81 = 308 (100%)
R 132 of 308 ~ 42.86%
G 95 of 308 ~ 30.84%
B 81 of 308 ~ 26.3%

%42.86
%30.84
%26.3

CMYK color model

#845F51 color CMYK value is (0,28,39,48).

  • cyan value is 0.00%
  • magenta value is 28.03%
  • yellow value is 38.64%
  • key color value is 48.24%
CMYK:
(0,28,39,48)
C0M28Y39K48 
(0%,28%,39%,48%)
(0.00/0.28/0.39/0.48)	

CMYK percentages

%0
%28.03
%38.64
%48.24

Codes

Color #845F51 in popluar color models

845F51
RGB1329581
HSL16°23.94%41.76%
HSB/HSV16°38.64%51.76%
CMYK0.00%28.03%38.64%
48.24%

Color #845F51 in popluar number systems.

HEX845F51
Decimal1329581
Binary1000010010111111010001
Octal204137121

Shades and tints

Shades of #845F51

#845F51
(132,95,81)
#78574A
(120,87,74)
#6C4F43
(108,79,67)
#60473C
(96,71,60)
#543F35
(84,63,53)
#48372E
(72,55,46)
#3C2F27
(60,47,39)
#302720
(48,39,32)
#241F19
(36,31,25)
#181712
(24,23,18)
#0C0F0B
(12,15,11)
#000000
(0,0,0)

Tints of #845F51

#845F51
(132,95,81)
#8F6D60
(143,109,96)
#9A7B6F
(154,123,111)
#A5897E
(165,137,126)
#B0978D
(176,151,141)
#BBA59C
(187,165,156)
#C6B3AB
(198,179,171)
#D1C1BA
(209,193,186)
#DCCFC9
(220,207,201)
#E7DDD8
(231,221,216)
#F2EBE7
(242,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #845F51; }

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

This text font color is #845F51.


Background Color

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

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

This div background color is #845F51.


Border color

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

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

This div border color is #845F51.


Opacity

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

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

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

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

This text has shadow with #845F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #845F51 on black background.


Color preview on white background

This text has color #845F51 on white background.



Black color preview on #845F51 background

This text has black color on #845F51 background.


White color preview on #845F51 background

This text has white color on #845F51 background.