COLOR #845060

HEX: #845060
RGB: (132,80,96)

Color info

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

RGB color model

#845060 color RGB value is (132,80,96).

  • red value is 132;
  • green value is 80;
  • blue value is 96.
RGB:
(132,80,96)
(52%,31%,38%)

RGB channels and saturation

R 132 of 255 = 52%
G 80 of 255 = 31%
B 96 of 255 = 38%

132
80
96

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

Portions of RGB colors in percentages

R + G + B =
132 + 80 + 96 = 308 (100%)
R 132 of 308 ~ 42.86%
G 80 of 308 ~ 25.97%
B 96 of 308 ~ 31.17%

%42.86
%25.97
%31.17

CMYK color model

#845060 color CMYK value is (0,39,27,48).

  • cyan value is 0.00%
  • magenta value is 39.39%
  • yellow value is 27.27%
  • key color value is 48.24%
CMYK:
(0,39,27,48)
C0M39Y27K48 
(0%,39%,27%,48%)
(0.00/0.39/0.27/0.48)	

CMYK percentages

%0
%39.39
%27.27
%48.24

Codes

Color #845060 in popluar color models

845060
RGB1328096
HSL342°24.53%41.57%
HSB/HSV342°39.39%51.76%
CMYK0.00%39.39%27.27%
48.24%

Color #845060 in popluar number systems.

HEX845060
Decimal1328096
Binary1000010010100001100000
Octal204120140

Shades and tints

Shades of #845060

#845060
(132,80,96)
#784958
(120,73,88)
#6C4250
(108,66,80)
#603B48
(96,59,72)
#543440
(84,52,64)
#482D38
(72,45,56)
#3C2630
(60,38,48)
#301F28
(48,31,40)
#241820
(36,24,32)
#181118
(24,17,24)
#0C0A10
(12,10,16)
#000000
(0,0,0)

Tints of #845060

#845060
(132,80,96)
#8F5F6E
(143,95,110)
#9A6E7C
(154,110,124)
#A57D8A
(165,125,138)
#B08C98
(176,140,152)
#BB9BA6
(187,155,166)
#C6AAB4
(198,170,180)
#D1B9C2
(209,185,194)
#DCC8D0
(220,200,208)
#E7D7DE
(231,215,222)
#F2E6EC
(242,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #845060 color. Also use rgb(132,80,96) instead hex code.

Text Font Color

.myTextColor { color: #845060; }

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

This text font color is #845060.


Background Color

.myBgColor { background-color: #845060; }

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

This div background color is #845060.


Border color

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

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

This div border color is #845060.


Opacity

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

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

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

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

This text has shadow with #845060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #845060 on black background.


Color preview on white background

This text has color #845060 on white background.



Black color preview on #845060 background

This text has black color on #845060 background.


White color preview on #845060 background

This text has white color on #845060 background.