COLOR #845652

HEX: #845652
RGB: (132,86,82)

Color info

#845652 contains red, green and blue colors in about the same proportion. Web safe color of #845652 is #996666 (or #966).

RGB color model

#845652 color RGB value is (132,86,82).

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

RGB channels and saturation

R 132 of 255 = 52%
G 86 of 255 = 34%
B 82 of 255 = 32%

132
86
82

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

Portions of RGB colors in percentages

R + G + B =
132 + 86 + 82 = 300 (100%)
R 132 of 300 ~ 44%
G 86 of 300 ~ 28.67%
B 82 of 300 ~ 27.33%

%44
%28.67
%27.33

CMYK color model

#845652 color CMYK value is (0,35,38,48).

  • cyan value is 0.00%
  • magenta value is 34.85%
  • yellow value is 37.88%
  • key color value is 48.24%
CMYK:
(0,35,38,48)
C0M35Y38K48 
(0%,35%,38%,48%)
(0.00/0.35/0.38/0.48)	

CMYK percentages

%0
%34.85
%37.88
%48.24

Codes

Color #845652 in popluar color models

845652
RGB1328682
HSL23.36%41.96%
HSB/HSV37.88%51.76%
CMYK0.00%34.85%37.88%
48.24%

Color #845652 in popluar number systems.

HEX845652
Decimal1328682
Binary1000010010101101010010
Octal204126122

Shades and tints

Shades of #845652

#845652
(132,86,82)
#784F4B
(120,79,75)
#6C4844
(108,72,68)
#60413D
(96,65,61)
#543A36
(84,58,54)
#48332F
(72,51,47)
#3C2C28
(60,44,40)
#302521
(48,37,33)
#241E1A
(36,30,26)
#181713
(24,23,19)
#0C100C
(12,16,12)
#000000
(0,0,0)

Tints of #845652

#845652
(132,86,82)
#8F6561
(143,101,97)
#9A7470
(154,116,112)
#A5837F
(165,131,127)
#B0928E
(176,146,142)
#BBA19D
(187,161,157)
#C6B0AC
(198,176,172)
#D1BFBB
(209,191,187)
#DCCECA
(220,206,202)
#E7DDD9
(231,221,217)
#F2ECE8
(242,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #845652; }

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

This text font color is #845652.


Background Color

.myBgColor { background-color: #845652; }

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

This div background color is #845652.


Border color

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

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

This div border color is #845652.


Opacity

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

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

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

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

This text has shadow with #845652 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #845652 on black background.


Color preview on white background

This text has color #845652 on white background.



Black color preview on #845652 background

This text has black color on #845652 background.


White color preview on #845652 background

This text has white color on #845652 background.