COLOR #845F62

HEX: #845F62
RGB: (132,95,98)

Color info

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

RGB color model

#845F62 color RGB value is (132,95,98).

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

RGB channels and saturation

R 132 of 255 = 52%
G 95 of 255 = 37%
B 98 of 255 = 38%

132
95
98

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

Portions of RGB colors in percentages

R + G + B =
132 + 95 + 98 = 325 (100%)
R 132 of 325 ~ 40.62%
G 95 of 325 ~ 29.23%
B 98 of 325 ~ 30.15%

%40.62
%29.23
%30.15

CMYK color model

#845F62 color CMYK value is (0,28,26,48).

  • cyan value is 0.00%
  • magenta value is 28.03%
  • yellow value is 25.76%
  • key color value is 48.24%
CMYK:
(0,28,26,48)
C0M28Y26K48 
(0%,28%,26%,48%)
(0.00/0.28/0.26/0.48)	

CMYK percentages

%0
%28.03
%25.76
%48.24

Codes

Color #845F62 in popluar color models

845F62
RGB1329598
HSL355°16.30%44.51%
HSB/HSV355°28.03%51.76%
CMYK0.00%28.03%25.76%
48.24%

Color #845F62 in popluar number systems.

HEX845F62
Decimal1329598
Binary1000010010111111100010
Octal204137142

Shades and tints

Shades of #845F62

#845F62
(132,95,98)
#78575A
(120,87,90)
#6C4F52
(108,79,82)
#60474A
(96,71,74)
#543F42
(84,63,66)
#48373A
(72,55,58)
#3C2F32
(60,47,50)
#30272A
(48,39,42)
#241F22
(36,31,34)
#18171A
(24,23,26)
#0C0F12
(12,15,18)
#000000
(0,0,0)

Tints of #845F62

#845F62
(132,95,98)
#8F6D70
(143,109,112)
#9A7B7E
(154,123,126)
#A5898C
(165,137,140)
#B0979A
(176,151,154)
#BBA5A8
(187,165,168)
#C6B3B6
(198,179,182)
#D1C1C4
(209,193,196)
#DCCFD2
(220,207,210)
#E7DDE0
(231,221,224)
#F2EBEE
(242,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #845F62; }

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

This text font color is #845F62.


Background Color

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

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

This div background color is #845F62.


Border color

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

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

This div border color is #845F62.


Opacity

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

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

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

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

This text has shadow with #845F62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #845F62 on black background.


Color preview on white background

This text has color #845F62 on white background.



Black color preview on #845F62 background

This text has black color on #845F62 background.


White color preview on #845F62 background

This text has white color on #845F62 background.