COLOR #845562

HEX: #845562
RGB: (132,85,98)

Color info

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

RGB color model

#845562 color RGB value is (132,85,98).

  • red value is 132;
  • green value is 85;
  • blue value is 98.
RGB:
(132,85,98)
(52%,33%,38%)

RGB channels and saturation

R 132 of 255 = 52%
G 85 of 255 = 33%
B 98 of 255 = 38%

132
85
98

R + G + B ~ 41%. #845562 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 85 + 98 = 315 (100%)
R 132 of 315 ~ 41.9%
G 85 of 315 ~ 26.98%
B 98 of 315 ~ 31.11%

%41.9
%26.98
%31.11

CMYK color model

#845562 color CMYK value is (0,36,26,48).

  • cyan value is 0.00%
  • magenta value is 35.61%
  • yellow value is 25.76%
  • key color value is 48.24%
CMYK:
(0,36,26,48)
C0M36Y26K48 
(0%,36%,26%,48%)
(0.00/0.36/0.26/0.48)	

CMYK percentages

%0
%35.61
%25.76
%48.24

Codes

Color #845562 in popluar color models

845562
RGB1328598
HSL343°21.66%42.55%
HSB/HSV343°35.61%51.76%
CMYK0.00%35.61%25.76%
48.24%

Color #845562 in popluar number systems.

HEX845562
Decimal1328598
Binary1000010010101011100010
Octal204125142

Shades and tints

Shades of #845562

#845562
(132,85,98)
#784E5A
(120,78,90)
#6C4752
(108,71,82)
#60404A
(96,64,74)
#543942
(84,57,66)
#48323A
(72,50,58)
#3C2B32
(60,43,50)
#30242A
(48,36,42)
#241D22
(36,29,34)
#18161A
(24,22,26)
#0C0F12
(12,15,18)
#000000
(0,0,0)

Tints of #845562

#845562
(132,85,98)
#8F6470
(143,100,112)
#9A737E
(154,115,126)
#A5828C
(165,130,140)
#B0919A
(176,145,154)
#BBA0A8
(187,160,168)
#C6AFB6
(198,175,182)
#D1BEC4
(209,190,196)
#DCCDD2
(220,205,210)
#E7DCE0
(231,220,224)
#F2EBEE
(242,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #845562 color. Also use rgb(132,85,98) instead hex code.

Text Font Color

.myTextColor { color: #845562; }

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

This text font color is #845562.


Background Color

.myBgColor { background-color: #845562; }

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

This div background color is #845562.


Border color

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

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

This div border color is #845562.


Opacity

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

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

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

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

This text has shadow with #845562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #845562 on black background.


Color preview on white background

This text has color #845562 on white background.



Black color preview on #845562 background

This text has black color on #845562 background.


White color preview on #845562 background

This text has white color on #845562 background.