COLOR #844554

HEX: #844554
RGB: (132,69,84)

Color info

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

RGB color model

#844554 color RGB value is (132,69,84).

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

RGB channels and saturation

R 132 of 255 = 52%
G 69 of 255 = 27%
B 84 of 255 = 33%

132
69
84

R + G + B ~ 37%. #844554 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 69 + 84 = 285 (100%)
R 132 of 285 ~ 46.32%
G 69 of 285 ~ 24.21%
B 84 of 285 ~ 29.47%

%46.32
%24.21
%29.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 47.73%
  • yellow value is 36.36%
  • key color value is 48.24%
CMYK:
(0,48,36,48)
C0M48Y36K48 
(0%,48%,36%,48%)
(0.00/0.48/0.36/0.48)	

CMYK percentages

%0
%47.73
%36.36
%48.24

Codes

Color #844554 in popluar color models

844554
RGB1326984
HSL346°31.34%39.41%
HSB/HSV346°47.73%51.76%
CMYK0.00%47.73%36.36%
48.24%

Color #844554 in popluar number systems.

HEX844554
Decimal1326984
Binary1000010010001011010100
Octal204105124

Shades and tints

Shades of #844554

#844554
(132,69,84)
#783F4D
(120,63,77)
#6C3946
(108,57,70)
#60333F
(96,51,63)
#542D38
(84,45,56)
#482731
(72,39,49)
#3C212A
(60,33,42)
#301B23
(48,27,35)
#24151C
(36,21,28)
#180F15
(24,15,21)
#0C090E
(12,9,14)
#000000
(0,0,0)

Tints of #844554

#844554
(132,69,84)
#8F5563
(143,85,99)
#9A6572
(154,101,114)
#A57581
(165,117,129)
#B08590
(176,133,144)
#BB959F
(187,149,159)
#C6A5AE
(198,165,174)
#D1B5BD
(209,181,189)
#DCC5CC
(220,197,204)
#E7D5DB
(231,213,219)
#F2E5EA
(242,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #844554; }

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

This text font color is #844554.


Background Color

.myBgColor { background-color: #844554; }

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

This div background color is #844554.


Border color

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

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

This div border color is #844554.


Opacity

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

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

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

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

This text has shadow with #844554 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844554 on black background.


Color preview on white background

This text has color #844554 on white background.



Black color preview on #844554 background

This text has black color on #844554 background.


White color preview on #844554 background

This text has white color on #844554 background.