COLOR #845E55

HEX: #845E55
RGB: (132,94,85)

Color info

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

RGB color model

#845E55 color RGB value is (132,94,85).

  • red value is 132;
  • green value is 94;
  • blue value is 85.
RGB:
(132,94,85)
(52%,37%,33%)

RGB channels and saturation

R 132 of 255 = 52%
G 94 of 255 = 37%
B 85 of 255 = 33%

132
94
85

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

Portions of RGB colors in percentages

R + G + B =
132 + 94 + 85 = 311 (100%)
R 132 of 311 ~ 42.44%
G 94 of 311 ~ 30.23%
B 85 of 311 ~ 27.33%

%42.44
%30.23
%27.33

CMYK color model

#845E55 color CMYK value is (0,29,36,48).

  • cyan value is 0.00%
  • magenta value is 28.79%
  • yellow value is 35.61%
  • key color value is 48.24%
CMYK:
(0,29,36,48)
C0M29Y36K48 
(0%,29%,36%,48%)
(0.00/0.29/0.36/0.48)	

CMYK percentages

%0
%28.79
%35.61
%48.24

Codes

Color #845E55 in popluar color models

845E55
RGB1329485
HSL11°21.66%42.55%
HSB/HSV11°35.61%51.76%
CMYK0.00%28.79%35.61%
48.24%

Color #845E55 in popluar number systems.

HEX845E55
Decimal1329485
Binary1000010010111101010101
Octal204136125

Shades and tints

Shades of #845E55

#845E55
(132,94,85)
#78564E
(120,86,78)
#6C4E47
(108,78,71)
#604640
(96,70,64)
#543E39
(84,62,57)
#483632
(72,54,50)
#3C2E2B
(60,46,43)
#302624
(48,38,36)
#241E1D
(36,30,29)
#181616
(24,22,22)
#0C0E0F
(12,14,15)
#000000
(0,0,0)

Tints of #845E55

#845E55
(132,94,85)
#8F6C64
(143,108,100)
#9A7A73
(154,122,115)
#A58882
(165,136,130)
#B09691
(176,150,145)
#BBA4A0
(187,164,160)
#C6B2AF
(198,178,175)
#D1C0BE
(209,192,190)
#DCCECD
(220,206,205)
#E7DCDC
(231,220,220)
#F2EAEB
(242,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #845E55 color. Also use rgb(132,94,85) instead hex code.

Text Font Color

.myTextColor { color: #845E55; }

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

This text font color is #845E55.


Background Color

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

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

This div background color is #845E55.


Border color

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

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

This div border color is #845E55.


Opacity

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

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

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

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

This text has shadow with #845E55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #845E55 on black background.


Color preview on white background

This text has color #845E55 on white background.



Black color preview on #845E55 background

This text has black color on #845E55 background.


White color preview on #845E55 background

This text has white color on #845E55 background.