COLOR #845D27

HEX: #845D27
RGB: (132,93,39)

Color info

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

RGB color model

#845D27 color RGB value is (132,93,39).

  • red value is 132;
  • green value is 93;
  • blue value is 39.
RGB:
(132,93,39)
(52%,36%,15%)

RGB channels and saturation

R 132 of 255 = 52%
G 93 of 255 = 36%
B 39 of 255 = 15%

132
93
39

R + G + B ~ 34%. #845D27 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 93 + 39 = 264 (100%)
R 132 of 264 ~ 50%
G 93 of 264 ~ 35.23%
B 39 of 264 ~ 14.77%

%50
%35.23
%14.77

CMYK color model

#845D27 color CMYK value is (0,30,70,48).

  • cyan value is 0.00%
  • magenta value is 29.55%
  • yellow value is 70.45%
  • key color value is 48.24%
CMYK:
(0,30,70,48)
C0M30Y70K48 
(0%,30%,70%,48%)
(0.00/0.30/0.70/0.48)	

CMYK percentages

%0
%29.55
%70.45
%48.24

Codes

Color #845D27 in popluar color models

845D27
RGB1329339
HSL35°54.39%33.53%
HSB/HSV35°70.45%51.76%
CMYK0.00%29.55%70.45%
48.24%

Color #845D27 in popluar number systems.

HEX845D27
Decimal1329339
Binary100001001011101100111
Octal20413547

Shades and tints

Shades of #845D27

#845D27
(132,93,39)
#785524
(120,85,36)
#6C4D21
(108,77,33)
#60451E
(96,69,30)
#543D1B
(84,61,27)
#483518
(72,53,24)
#3C2D15
(60,45,21)
#302512
(48,37,18)
#241D0F
(36,29,15)
#18150C
(24,21,12)
#0C0D09
(12,13,9)
#000000
(0,0,0)

Tints of #845D27

#845D27
(132,93,39)
#8F6B3A
(143,107,58)
#9A794D
(154,121,77)
#A58760
(165,135,96)
#B09573
(176,149,115)
#BBA386
(187,163,134)
#C6B199
(198,177,153)
#D1BFAC
(209,191,172)
#DCCDBF
(220,205,191)
#E7DBD2
(231,219,210)
#F2E9E5
(242,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #845D27 color. Also use rgb(132,93,39) instead hex code.

Text Font Color

.myTextColor { color: #845D27; }

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

This text font color is #845D27.


Background Color

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

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

This div background color is #845D27.


Border color

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

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

This div border color is #845D27.


Opacity

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

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

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

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

This text has shadow with #845D27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #845D27 on black background.


Color preview on white background

This text has color #845D27 on white background.



Black color preview on #845D27 background

This text has black color on #845D27 background.


White color preview on #845D27 background

This text has white color on #845D27 background.