COLOR #845537

HEX: #845537
RGB: (132,85,55)

Color info

#845537 contains mainly red and green colors. Web safe color of #845537 is #996633 (or #963).

RGB color model

#845537 color RGB value is (132,85,55).

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

RGB channels and saturation

R 132 of 255 = 52%
G 85 of 255 = 33%
B 55 of 255 = 22%

132
85
55

R + G + B ~ 36%. #845537 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 85 + 55 = 272 (100%)
R 132 of 272 ~ 48.53%
G 85 of 272 ~ 31.25%
B 55 of 272 ~ 20.22%

%48.53
%31.25
%20.22

CMYK color model

#845537 color CMYK value is (0,36,58,48).

  • cyan value is 0.00%
  • magenta value is 35.61%
  • yellow value is 58.33%
  • key color value is 48.24%
CMYK:
(0,36,58,48)
C0M36Y58K48 
(0%,36%,58%,48%)
(0.00/0.36/0.58/0.48)	

CMYK percentages

%0
%35.61
%58.33
%48.24

Codes

Color #845537 in popluar color models

845537
RGB1328555
HSL23°41.18%36.67%
HSB/HSV23°58.33%51.76%
CMYK0.00%35.61%58.33%
48.24%

Color #845537 in popluar number systems.

HEX845537
Decimal1328555
Binary100001001010101110111
Octal20412567

Shades and tints

Shades of #845537

#845537
(132,85,55)
#784E32
(120,78,50)
#6C472D
(108,71,45)
#604028
(96,64,40)
#543923
(84,57,35)
#48321E
(72,50,30)
#3C2B19
(60,43,25)
#302414
(48,36,20)
#241D0F
(36,29,15)
#18160A
(24,22,10)
#0C0F05
(12,15,5)
#000000
(0,0,0)

Tints of #845537

#845537
(132,85,55)
#8F6449
(143,100,73)
#9A735B
(154,115,91)
#A5826D
(165,130,109)
#B0917F
(176,145,127)
#BBA091
(187,160,145)
#C6AFA3
(198,175,163)
#D1BEB5
(209,190,181)
#DCCDC7
(220,205,199)
#E7DCD9
(231,220,217)
#F2EBEB
(242,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #845537; }

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

This text font color is #845537.


Background Color

.myBgColor { background-color: #845537; }

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

This div background color is #845537.


Border color

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

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

This div border color is #845537.


Opacity

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

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

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

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

This text has shadow with #845537 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #845537 on black background.


Color preview on white background

This text has color #845537 on white background.



Black color preview on #845537 background

This text has black color on #845537 background.


White color preview on #845537 background

This text has white color on #845537 background.