COLOR #845A4D

HEX: #845A4D
RGB: (132,90,77)

Color info

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

RGB color model

#845A4D color RGB value is (132,90,77).

  • red value is 132;
  • green value is 90;
  • blue value is 77.
RGB:
(132,90,77)
(52%,35%,30%)

RGB channels and saturation

R 132 of 255 = 52%
G 90 of 255 = 35%
B 77 of 255 = 30%

132
90
77

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

Portions of RGB colors in percentages

R + G + B =
132 + 90 + 77 = 299 (100%)
R 132 of 299 ~ 44.15%
G 90 of 299 ~ 30.1%
B 77 of 299 ~ 25.75%

%44.15
%30.1
%25.75

CMYK color model

#845A4D color CMYK value is (0,32,42,48).

  • cyan value is 0.00%
  • magenta value is 31.82%
  • yellow value is 41.67%
  • key color value is 48.24%
CMYK:
(0,32,42,48)
C0M32Y42K48 
(0%,32%,42%,48%)
(0.00/0.32/0.42/0.48)	

CMYK percentages

%0
%31.82
%41.67
%48.24

Codes

Color #845A4D in popluar color models

845A4D
RGB1329077
HSL14°26.32%40.98%
HSB/HSV14°41.67%51.76%
CMYK0.00%31.82%41.67%
48.24%

Color #845A4D in popluar number systems.

HEX845A4D
Decimal1329077
Binary1000010010110101001101
Octal204132115

Shades and tints

Shades of #845A4D

#845A4D
(132,90,77)
#785246
(120,82,70)
#6C4A3F
(108,74,63)
#604238
(96,66,56)
#543A31
(84,58,49)
#48322A
(72,50,42)
#3C2A23
(60,42,35)
#30221C
(48,34,28)
#241A15
(36,26,21)
#18120E
(24,18,14)
#0C0A07
(12,10,7)
#000000
(0,0,0)

Tints of #845A4D

#845A4D
(132,90,77)
#8F695D
(143,105,93)
#9A786D
(154,120,109)
#A5877D
(165,135,125)
#B0968D
(176,150,141)
#BBA59D
(187,165,157)
#C6B4AD
(198,180,173)
#D1C3BD
(209,195,189)
#DCD2CD
(220,210,205)
#E7E1DD
(231,225,221)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #845A4D color. Also use rgb(132,90,77) instead hex code.

Text Font Color

.myTextColor { color: #845A4D; }

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

This text font color is #845A4D.


Background Color

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

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

This div background color is #845A4D.


Border color

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

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

This div border color is #845A4D.


Opacity

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

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

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

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

This text has shadow with #845A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #845A4D on black background.


Color preview on white background

This text has color #845A4D on white background.



Black color preview on #845A4D background

This text has black color on #845A4D background.


White color preview on #845A4D background

This text has white color on #845A4D background.