COLOR #845255

HEX: #845255
RGB: (132,82,85)

Color info

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

RGB color model

#845255 color RGB value is (132,82,85).

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

RGB channels and saturation

R 132 of 255 = 52%
G 82 of 255 = 32%
B 85 of 255 = 33%

132
82
85

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

Portions of RGB colors in percentages

R + G + B =
132 + 82 + 85 = 299 (100%)
R 132 of 299 ~ 44.15%
G 82 of 299 ~ 27.42%
B 85 of 299 ~ 28.43%

%44.15
%27.42
%28.43

CMYK color model

#845255 color CMYK value is (0,38,36,48).

  • cyan value is 0.00%
  • magenta value is 37.88%
  • yellow value is 35.61%
  • key color value is 48.24%
CMYK:
(0,38,36,48)
C0M38Y36K48 
(0%,38%,36%,48%)
(0.00/0.38/0.36/0.48)	

CMYK percentages

%0
%37.88
%35.61
%48.24

Codes

Color #845255 in popluar color models

845255
RGB1328285
HSL356°23.36%41.96%
HSB/HSV356°37.88%51.76%
CMYK0.00%37.88%35.61%
48.24%

Color #845255 in popluar number systems.

HEX845255
Decimal1328285
Binary1000010010100101010101
Octal204122125

Shades and tints

Shades of #845255

#845255
(132,82,85)
#784B4E
(120,75,78)
#6C4447
(108,68,71)
#603D40
(96,61,64)
#543639
(84,54,57)
#482F32
(72,47,50)
#3C282B
(60,40,43)
#302124
(48,33,36)
#241A1D
(36,26,29)
#181316
(24,19,22)
#0C0C0F
(12,12,15)
#000000
(0,0,0)

Tints of #845255

#845255
(132,82,85)
#8F6164
(143,97,100)
#9A7073
(154,112,115)
#A57F82
(165,127,130)
#B08E91
(176,142,145)
#BB9DA0
(187,157,160)
#C6ACAF
(198,172,175)
#D1BBBE
(209,187,190)
#DCCACD
(220,202,205)
#E7D9DC
(231,217,220)
#F2E8EB
(242,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #845255; }

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

This text font color is #845255.


Background Color

.myBgColor { background-color: #845255; }

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

This div background color is #845255.


Border color

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

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

This div border color is #845255.


Opacity

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

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

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

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

This text has shadow with #845255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #845255 on black background.


Color preview on white background

This text has color #845255 on white background.



Black color preview on #845255 background

This text has black color on #845255 background.


White color preview on #845255 background

This text has white color on #845255 background.