COLOR #845463

HEX: #845463
RGB: (132,84,99)

Color info

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

RGB color model

#845463 color RGB value is (132,84,99).

  • red value is 132;
  • green value is 84;
  • blue value is 99.
RGB:
(132,84,99)
(52%,33%,39%)

RGB channels and saturation

R 132 of 255 = 52%
G 84 of 255 = 33%
B 99 of 255 = 39%

132
84
99

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

Portions of RGB colors in percentages

R + G + B =
132 + 84 + 99 = 315 (100%)
R 132 of 315 ~ 41.9%
G 84 of 315 ~ 26.67%
B 99 of 315 ~ 31.43%

%41.9
%26.67
%31.43

CMYK color model

#845463 color CMYK value is (0,36,25,48).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 25.00%
  • key color value is 48.24%
CMYK:
(0,36,25,48)
C0M36Y25K48 
(0%,36%,25%,48%)
(0.00/0.36/0.25/0.48)	

CMYK percentages

%0
%36.36
%25
%48.24

Codes

Color #845463 in popluar color models

845463
RGB1328499
HSL341°22.22%42.35%
HSB/HSV341°36.36%51.76%
CMYK0.00%36.36%25.00%
48.24%

Color #845463 in popluar number systems.

HEX845463
Decimal1328499
Binary1000010010101001100011
Octal204124143

Shades and tints

Shades of #845463

#845463
(132,84,99)
#784D5A
(120,77,90)
#6C4651
(108,70,81)
#603F48
(96,63,72)
#54383F
(84,56,63)
#483136
(72,49,54)
#3C2A2D
(60,42,45)
#302324
(48,35,36)
#241C1B
(36,28,27)
#181512
(24,21,18)
#0C0E09
(12,14,9)
#000000
(0,0,0)

Tints of #845463

#845463
(132,84,99)
#8F6371
(143,99,113)
#9A727F
(154,114,127)
#A5818D
(165,129,141)
#B0909B
(176,144,155)
#BB9FA9
(187,159,169)
#C6AEB7
(198,174,183)
#D1BDC5
(209,189,197)
#DCCCD3
(220,204,211)
#E7DBE1
(231,219,225)
#F2EAEF
(242,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #845463 color. Also use rgb(132,84,99) instead hex code.

Text Font Color

.myTextColor { color: #845463; }

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

This text font color is #845463.


Background Color

.myBgColor { background-color: #845463; }

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

This div background color is #845463.


Border color

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

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

This div border color is #845463.


Opacity

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

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

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

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

This text has shadow with #845463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #845463 on black background.


Color preview on white background

This text has color #845463 on white background.



Black color preview on #845463 background

This text has black color on #845463 background.


White color preview on #845463 background

This text has white color on #845463 background.