COLOR #844568

HEX: #844568
RGB: (132,69,104)

Color info

#844568 contains mainly red and blue colors. Web safe color of #844568 is #993366 (or #936).

RGB color model

#844568 color RGB value is (132,69,104).

  • red value is 132;
  • green value is 69;
  • blue value is 104.
RGB:
(132,69,104)
(52%,27%,41%)

RGB channels and saturation

R 132 of 255 = 52%
G 69 of 255 = 27%
B 104 of 255 = 41%

132
69
104

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

Portions of RGB colors in percentages

R + G + B =
132 + 69 + 104 = 305 (100%)
R 132 of 305 ~ 43.28%
G 69 of 305 ~ 22.62%
B 104 of 305 ~ 34.1%

%43.28
%22.62
%34.1

CMYK color model

#844568 color CMYK value is (0,48,21,48).

  • cyan value is 0.00%
  • magenta value is 47.73%
  • yellow value is 21.21%
  • key color value is 48.24%
CMYK:
(0,48,21,48)
C0M48Y21K48 
(0%,48%,21%,48%)
(0.00/0.48/0.21/0.48)	

CMYK percentages

%0
%47.73
%21.21
%48.24

Codes

Color #844568 in popluar color models

844568
RGB13269104
HSL327°31.34%39.41%
HSB/HSV327°47.73%51.76%
CMYK0.00%47.73%21.21%
48.24%

Color #844568 in popluar number systems.

HEX844568
Decimal13269104
Binary1000010010001011101000
Octal204105150

Shades and tints

Shades of #844568

#844568
(132,69,104)
#783F5F
(120,63,95)
#6C3956
(108,57,86)
#60334D
(96,51,77)
#542D44
(84,45,68)
#48273B
(72,39,59)
#3C2132
(60,33,50)
#301B29
(48,27,41)
#241520
(36,21,32)
#180F17
(24,15,23)
#0C090E
(12,9,14)
#000000
(0,0,0)

Tints of #844568

#844568
(132,69,104)
#8F5575
(143,85,117)
#9A6582
(154,101,130)
#A5758F
(165,117,143)
#B0859C
(176,133,156)
#BB95A9
(187,149,169)
#C6A5B6
(198,165,182)
#D1B5C3
(209,181,195)
#DCC5D0
(220,197,208)
#E7D5DD
(231,213,221)
#F2E5EA
(242,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #844568 color. Also use rgb(132,69,104) instead hex code.

Text Font Color

.myTextColor { color: #844568; }

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

This text font color is #844568.


Background Color

.myBgColor { background-color: #844568; }

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

This div background color is #844568.


Border color

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

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

This div border color is #844568.


Opacity

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

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

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

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

This text has shadow with #844568 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844568 on black background.


Color preview on white background

This text has color #844568 on white background.



Black color preview on #844568 background

This text has black color on #844568 background.


White color preview on #844568 background

This text has white color on #844568 background.