COLOR #845647

HEX: #845647
RGB: (132,86,71)

Color info

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

RGB color model

#845647 color RGB value is (132,86,71).

  • red value is 132;
  • green value is 86;
  • blue value is 71.
RGB:
(132,86,71)
(52%,34%,28%)

RGB channels and saturation

R 132 of 255 = 52%
G 86 of 255 = 34%
B 71 of 255 = 28%

132
86
71

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

Portions of RGB colors in percentages

R + G + B =
132 + 86 + 71 = 289 (100%)
R 132 of 289 ~ 45.67%
G 86 of 289 ~ 29.76%
B 71 of 289 ~ 24.57%

%45.67
%29.76
%24.57

CMYK color model

#845647 color CMYK value is (0,35,46,48).

  • cyan value is 0.00%
  • magenta value is 34.85%
  • yellow value is 46.21%
  • key color value is 48.24%
CMYK:
(0,35,46,48)
C0M35Y46K48 
(0%,35%,46%,48%)
(0.00/0.35/0.46/0.48)	

CMYK percentages

%0
%34.85
%46.21
%48.24

Codes

Color #845647 in popluar color models

845647
RGB1328671
HSL15°30.05%39.80%
HSB/HSV15°46.21%51.76%
CMYK0.00%34.85%46.21%
48.24%

Color #845647 in popluar number systems.

HEX845647
Decimal1328671
Binary1000010010101101000111
Octal204126107

Shades and tints

Shades of #845647

#845647
(132,86,71)
#784F41
(120,79,65)
#6C483B
(108,72,59)
#604135
(96,65,53)
#543A2F
(84,58,47)
#483329
(72,51,41)
#3C2C23
(60,44,35)
#30251D
(48,37,29)
#241E17
(36,30,23)
#181711
(24,23,17)
#0C100B
(12,16,11)
#000000
(0,0,0)

Tints of #845647

#845647
(132,86,71)
#8F6557
(143,101,87)
#9A7467
(154,116,103)
#A58377
(165,131,119)
#B09287
(176,146,135)
#BBA197
(187,161,151)
#C6B0A7
(198,176,167)
#D1BFB7
(209,191,183)
#DCCEC7
(220,206,199)
#E7DDD7
(231,221,215)
#F2ECE7
(242,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #845647 color. Also use rgb(132,86,71) instead hex code.

Text Font Color

.myTextColor { color: #845647; }

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

This text font color is #845647.


Background Color

.myBgColor { background-color: #845647; }

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

This div background color is #845647.


Border color

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

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

This div border color is #845647.


Opacity

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

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

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

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

This text has shadow with #845647 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #845647 on black background.


Color preview on white background

This text has color #845647 on white background.



Black color preview on #845647 background

This text has black color on #845647 background.


White color preview on #845647 background

This text has white color on #845647 background.