COLOR #845651

HEX: #845651
RGB: (132,86,81)

Color info

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

RGB color model

#845651 color RGB value is (132,86,81).

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

RGB channels and saturation

R 132 of 255 = 52%
G 86 of 255 = 34%
B 81 of 255 = 32%

132
86
81

R + G + B ~ 39%. #845651 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 86 + 81 = 299 (100%)
R 132 of 299 ~ 44.15%
G 86 of 299 ~ 28.76%
B 81 of 299 ~ 27.09%

%44.15
%28.76
%27.09

CMYK color model

#845651 color CMYK value is (0,35,39,48).

  • cyan value is 0.00%
  • magenta value is 34.85%
  • yellow value is 38.64%
  • key color value is 48.24%
CMYK:
(0,35,39,48)
C0M35Y39K48 
(0%,35%,39%,48%)
(0.00/0.35/0.39/0.48)	

CMYK percentages

%0
%34.85
%38.64
%48.24

Codes

Color #845651 in popluar color models

845651
RGB1328681
HSL23.94%41.76%
HSB/HSV38.64%51.76%
CMYK0.00%34.85%38.64%
48.24%

Color #845651 in popluar number systems.

HEX845651
Decimal1328681
Binary1000010010101101010001
Octal204126121

Shades and tints

Shades of #845651

#845651
(132,86,81)
#784F4A
(120,79,74)
#6C4843
(108,72,67)
#60413C
(96,65,60)
#543A35
(84,58,53)
#48332E
(72,51,46)
#3C2C27
(60,44,39)
#302520
(48,37,32)
#241E19
(36,30,25)
#181712
(24,23,18)
#0C100B
(12,16,11)
#000000
(0,0,0)

Tints of #845651

#845651
(132,86,81)
#8F6560
(143,101,96)
#9A746F
(154,116,111)
#A5837E
(165,131,126)
#B0928D
(176,146,141)
#BBA19C
(187,161,156)
#C6B0AB
(198,176,171)
#D1BFBA
(209,191,186)
#DCCEC9
(220,206,201)
#E7DDD8
(231,221,216)
#F2ECE7
(242,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #845651; }

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

This text font color is #845651.


Background Color

.myBgColor { background-color: #845651; }

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

This div background color is #845651.


Border color

.myBorderColor { border: 1px solid #845651; }

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

This div border color is #845651.


Opacity

.myOpacity80 { color: #845651; opacity: 0.8; }

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

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

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

This text has shadow with #845651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #845651 on black background.


Color preview on white background

This text has color #845651 on white background.



Black color preview on #845651 background

This text has black color on #845651 background.


White color preview on #845651 background

This text has white color on #845651 background.