COLOR #845B61

HEX: #845B61
RGB: (132,91,97)

Color info

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

RGB color model

#845B61 color RGB value is (132,91,97).

  • red value is 132;
  • green value is 91;
  • blue value is 97.
RGB:
(132,91,97)
(52%,36%,38%)

RGB channels and saturation

R 132 of 255 = 52%
G 91 of 255 = 36%
B 97 of 255 = 38%

132
91
97

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

Portions of RGB colors in percentages

R + G + B =
132 + 91 + 97 = 320 (100%)
R 132 of 320 ~ 41.25%
G 91 of 320 ~ 28.44%
B 97 of 320 ~ 30.31%

%41.25
%28.44
%30.31

CMYK color model

#845B61 color CMYK value is (0,31,27,48).

  • cyan value is 0.00%
  • magenta value is 31.06%
  • yellow value is 26.52%
  • key color value is 48.24%
CMYK:
(0,31,27,48)
C0M31Y27K48 
(0%,31%,27%,48%)
(0.00/0.31/0.27/0.48)	

CMYK percentages

%0
%31.06
%26.52
%48.24

Codes

Color #845B61 in popluar color models

845B61
RGB1329197
HSL351°18.39%43.73%
HSB/HSV351°31.06%51.76%
CMYK0.00%31.06%26.52%
48.24%

Color #845B61 in popluar number systems.

HEX845B61
Decimal1329197
Binary1000010010110111100001
Octal204133141

Shades and tints

Shades of #845B61

#845B61
(132,91,97)
#785359
(120,83,89)
#6C4B51
(108,75,81)
#604349
(96,67,73)
#543B41
(84,59,65)
#483339
(72,51,57)
#3C2B31
(60,43,49)
#302329
(48,35,41)
#241B21
(36,27,33)
#181319
(24,19,25)
#0C0B11
(12,11,17)
#000000
(0,0,0)

Tints of #845B61

#845B61
(132,91,97)
#8F696F
(143,105,111)
#9A777D
(154,119,125)
#A5858B
(165,133,139)
#B09399
(176,147,153)
#BBA1A7
(187,161,167)
#C6AFB5
(198,175,181)
#D1BDC3
(209,189,195)
#DCCBD1
(220,203,209)
#E7D9DF
(231,217,223)
#F2E7ED
(242,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #845B61 color. Also use rgb(132,91,97) instead hex code.

Text Font Color

.myTextColor { color: #845B61; }

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

This text font color is #845B61.


Background Color

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

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

This div background color is #845B61.


Border color

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

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

This div border color is #845B61.


Opacity

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

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

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

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

This text has shadow with #845B61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #845B61 on black background.


Color preview on white background

This text has color #845B61 on white background.



Black color preview on #845B61 background

This text has black color on #845B61 background.


White color preview on #845B61 background

This text has white color on #845B61 background.