COLOR #844975

HEX: #844975
RGB: (132,73,117)

Color info

#844975 contains red, green and blue colors in about the same proportion. Web safe color of #844975 is #993366 (or #936).

RGB color model

#844975 color RGB value is (132,73,117).

  • red value is 132;
  • green value is 73;
  • blue value is 117.
RGB:
(132,73,117)
(52%,29%,46%)

RGB channels and saturation

R 132 of 255 = 52%
G 73 of 255 = 29%
B 117 of 255 = 46%

132
73
117

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

Portions of RGB colors in percentages

R + G + B =
132 + 73 + 117 = 322 (100%)
R 132 of 322 ~ 40.99%
G 73 of 322 ~ 22.67%
B 117 of 322 ~ 36.34%

%40.99
%22.67
%36.34

CMYK color model

#844975 color CMYK value is (0,45,11,48).

  • cyan value is 0.00%
  • magenta value is 44.70%
  • yellow value is 11.36%
  • key color value is 48.24%
CMYK:
(0,45,11,48)
C0M45Y11K48 
(0%,45%,11%,48%)
(0.00/0.45/0.11/0.48)	

CMYK percentages

%0
%44.7
%11.36
%48.24

Codes

Color #844975 in popluar color models

844975
RGB13273117
HSL315°28.78%40.20%
HSB/HSV315°44.70%51.76%
CMYK0.00%44.70%11.36%
48.24%

Color #844975 in popluar number systems.

HEX844975
Decimal13273117
Binary1000010010010011110101
Octal204111165

Shades and tints

Shades of #844975

#844975
(132,73,117)
#78436B
(120,67,107)
#6C3D61
(108,61,97)
#603757
(96,55,87)
#54314D
(84,49,77)
#482B43
(72,43,67)
#3C2539
(60,37,57)
#301F2F
(48,31,47)
#241925
(36,25,37)
#18131B
(24,19,27)
#0C0D11
(12,13,17)
#000000
(0,0,0)

Tints of #844975

#844975
(132,73,117)
#8F5981
(143,89,129)
#9A698D
(154,105,141)
#A57999
(165,121,153)
#B089A5
(176,137,165)
#BB99B1
(187,153,177)
#C6A9BD
(198,169,189)
#D1B9C9
(209,185,201)
#DCC9D5
(220,201,213)
#E7D9E1
(231,217,225)
#F2E9ED
(242,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #844975 color. Also use rgb(132,73,117) instead hex code.

Text Font Color

.myTextColor { color: #844975; }

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

This text font color is #844975.


Background Color

.myBgColor { background-color: #844975; }

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

This div background color is #844975.


Border color

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

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

This div border color is #844975.


Opacity

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

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

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

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

This text has shadow with #844975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844975 on black background.


Color preview on white background

This text has color #844975 on white background.



Black color preview on #844975 background

This text has black color on #844975 background.


White color preview on #844975 background

This text has white color on #844975 background.