COLOR #845549

HEX: #845549
RGB: (132,85,73)

Color info

#845549 contains red, green and blue colors in about the same proportion. Web safe color of #845549 is #996633 (or #963).

RGB color model

#845549 color RGB value is (132,85,73).

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

RGB channels and saturation

R 132 of 255 = 52%
G 85 of 255 = 33%
B 73 of 255 = 29%

132
85
73

R + G + B ~ 38%. #845549 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 85 + 73 = 290 (100%)
R 132 of 290 ~ 45.52%
G 85 of 290 ~ 29.31%
B 73 of 290 ~ 25.17%

%45.52
%29.31
%25.17

CMYK color model

#845549 color CMYK value is (0,36,45,48).

  • cyan value is 0.00%
  • magenta value is 35.61%
  • yellow value is 44.70%
  • key color value is 48.24%
CMYK:
(0,36,45,48)
C0M36Y45K48 
(0%,36%,45%,48%)
(0.00/0.36/0.45/0.48)	

CMYK percentages

%0
%35.61
%44.7
%48.24

Codes

Color #845549 in popluar color models

845549
RGB1328573
HSL12°28.78%40.20%
HSB/HSV12°44.70%51.76%
CMYK0.00%35.61%44.70%
48.24%

Color #845549 in popluar number systems.

HEX845549
Decimal1328573
Binary1000010010101011001001
Octal204125111

Shades and tints

Shades of #845549

#845549
(132,85,73)
#784E43
(120,78,67)
#6C473D
(108,71,61)
#604037
(96,64,55)
#543931
(84,57,49)
#48322B
(72,50,43)
#3C2B25
(60,43,37)
#30241F
(48,36,31)
#241D19
(36,29,25)
#181613
(24,22,19)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #845549

#845549
(132,85,73)
#8F6459
(143,100,89)
#9A7369
(154,115,105)
#A58279
(165,130,121)
#B09189
(176,145,137)
#BBA099
(187,160,153)
#C6AFA9
(198,175,169)
#D1BEB9
(209,190,185)
#DCCDC9
(220,205,201)
#E7DCD9
(231,220,217)
#F2EBE9
(242,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #845549; }

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

This text font color is #845549.


Background Color

.myBgColor { background-color: #845549; }

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

This div background color is #845549.


Border color

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

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

This div border color is #845549.


Opacity

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

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

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

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

This text has shadow with #845549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #845549 on black background.


Color preview on white background

This text has color #845549 on white background.



Black color preview on #845549 background

This text has black color on #845549 background.


White color preview on #845549 background

This text has white color on #845549 background.