COLOR #845163

HEX: #845163
RGB: (132,81,99)

Color info

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

RGB color model

#845163 color RGB value is (132,81,99).

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

RGB channels and saturation

R 132 of 255 = 52%
G 81 of 255 = 32%
B 99 of 255 = 39%

132
81
99

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

Portions of RGB colors in percentages

R + G + B =
132 + 81 + 99 = 312 (100%)
R 132 of 312 ~ 42.31%
G 81 of 312 ~ 25.96%
B 99 of 312 ~ 31.73%

%42.31
%25.96
%31.73

CMYK color model

#845163 color CMYK value is (0,39,25,48).

  • cyan value is 0.00%
  • magenta value is 38.64%
  • yellow value is 25.00%
  • key color value is 48.24%
CMYK:
(0,39,25,48)
C0M39Y25K48 
(0%,39%,25%,48%)
(0.00/0.39/0.25/0.48)	

CMYK percentages

%0
%38.64
%25
%48.24

Codes

Color #845163 in popluar color models

845163
RGB1328199
HSL339°23.94%41.76%
HSB/HSV339°38.64%51.76%
CMYK0.00%38.64%25.00%
48.24%

Color #845163 in popluar number systems.

HEX845163
Decimal1328199
Binary1000010010100011100011
Octal204121143

Shades and tints

Shades of #845163

#845163
(132,81,99)
#784A5A
(120,74,90)
#6C4351
(108,67,81)
#603C48
(96,60,72)
#54353F
(84,53,63)
#482E36
(72,46,54)
#3C272D
(60,39,45)
#302024
(48,32,36)
#24191B
(36,25,27)
#181212
(24,18,18)
#0C0B09
(12,11,9)
#000000
(0,0,0)

Tints of #845163

#845163
(132,81,99)
#8F6071
(143,96,113)
#9A6F7F
(154,111,127)
#A57E8D
(165,126,141)
#B08D9B
(176,141,155)
#BB9CA9
(187,156,169)
#C6ABB7
(198,171,183)
#D1BAC5
(209,186,197)
#DCC9D3
(220,201,211)
#E7D8E1
(231,216,225)
#F2E7EF
(242,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #845163; }

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

This text font color is #845163.


Background Color

.myBgColor { background-color: #845163; }

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

This div background color is #845163.


Border color

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

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

This div border color is #845163.


Opacity

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

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

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

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

This text has shadow with #845163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #845163 on black background.


Color preview on white background

This text has color #845163 on white background.



Black color preview on #845163 background

This text has black color on #845163 background.


White color preview on #845163 background

This text has white color on #845163 background.