COLOR #845F4B

HEX: #845F4B
RGB: (132,95,75)

Color info

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

RGB color model

#845F4B color RGB value is (132,95,75).

  • red value is 132;
  • green value is 95;
  • blue value is 75.
RGB:
(132,95,75)
(52%,37%,29%)

RGB channels and saturation

R 132 of 255 = 52%
G 95 of 255 = 37%
B 75 of 255 = 29%

132
95
75

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

Portions of RGB colors in percentages

R + G + B =
132 + 95 + 75 = 302 (100%)
R 132 of 302 ~ 43.71%
G 95 of 302 ~ 31.46%
B 75 of 302 ~ 24.83%

%43.71
%31.46
%24.83

CMYK color model

#845F4B color CMYK value is (0,28,43,48).

  • cyan value is 0.00%
  • magenta value is 28.03%
  • yellow value is 43.18%
  • key color value is 48.24%
CMYK:
(0,28,43,48)
C0M28Y43K48 
(0%,28%,43%,48%)
(0.00/0.28/0.43/0.48)	

CMYK percentages

%0
%28.03
%43.18
%48.24

Codes

Color #845F4B in popluar color models

845F4B
RGB1329575
HSL21°27.54%40.59%
HSB/HSV21°43.18%51.76%
CMYK0.00%28.03%43.18%
48.24%

Color #845F4B in popluar number systems.

HEX845F4B
Decimal1329575
Binary1000010010111111001011
Octal204137113

Shades and tints

Shades of #845F4B

#845F4B
(132,95,75)
#785745
(120,87,69)
#6C4F3F
(108,79,63)
#604739
(96,71,57)
#543F33
(84,63,51)
#48372D
(72,55,45)
#3C2F27
(60,47,39)
#302721
(48,39,33)
#241F1B
(36,31,27)
#181715
(24,23,21)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #845F4B

#845F4B
(132,95,75)
#8F6D5B
(143,109,91)
#9A7B6B
(154,123,107)
#A5897B
(165,137,123)
#B0978B
(176,151,139)
#BBA59B
(187,165,155)
#C6B3AB
(198,179,171)
#D1C1BB
(209,193,187)
#DCCFCB
(220,207,203)
#E7DDDB
(231,221,219)
#F2EBEB
(242,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #845F4B color. Also use rgb(132,95,75) instead hex code.

Text Font Color

.myTextColor { color: #845F4B; }

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

This text font color is #845F4B.


Background Color

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

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

This div background color is #845F4B.


Border color

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

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

This div border color is #845F4B.


Opacity

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

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

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

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

This text has shadow with #845F4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #845F4B on black background.


Color preview on white background

This text has color #845F4B on white background.



Black color preview on #845F4B background

This text has black color on #845F4B background.


White color preview on #845F4B background

This text has white color on #845F4B background.