COLOR #844059

HEX: #844059
RGB: (132,64,89)

Color info

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

RGB color model

#844059 color RGB value is (132,64,89).

  • red value is 132;
  • green value is 64;
  • blue value is 89.
RGB:
(132,64,89)
(52%,25%,35%)

RGB channels and saturation

R 132 of 255 = 52%
G 64 of 255 = 25%
B 89 of 255 = 35%

132
64
89

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

Portions of RGB colors in percentages

R + G + B =
132 + 64 + 89 = 285 (100%)
R 132 of 285 ~ 46.32%
G 64 of 285 ~ 22.46%
B 89 of 285 ~ 31.23%

%46.32
%22.46
%31.23

CMYK color model

#844059 color CMYK value is (0,52,33,48).

  • cyan value is 0.00%
  • magenta value is 51.52%
  • yellow value is 32.58%
  • key color value is 48.24%
CMYK:
(0,52,33,48)
C0M52Y33K48 
(0%,52%,33%,48%)
(0.00/0.52/0.33/0.48)	

CMYK percentages

%0
%51.52
%32.58
%48.24

Codes

Color #844059 in popluar color models

844059
RGB1326489
HSL338°34.69%38.43%
HSB/HSV338°51.52%51.76%
CMYK0.00%51.52%32.58%
48.24%

Color #844059 in popluar number systems.

HEX844059
Decimal1326489
Binary1000010010000001011001
Octal204100131

Shades and tints

Shades of #844059

#844059
(132,64,89)
#783B51
(120,59,81)
#6C3649
(108,54,73)
#603141
(96,49,65)
#542C39
(84,44,57)
#482731
(72,39,49)
#3C2229
(60,34,41)
#301D21
(48,29,33)
#241819
(36,24,25)
#181311
(24,19,17)
#0C0E09
(12,14,9)
#000000
(0,0,0)

Tints of #844059

#844059
(132,64,89)
#8F5168
(143,81,104)
#9A6277
(154,98,119)
#A57386
(165,115,134)
#B08495
(176,132,149)
#BB95A4
(187,149,164)
#C6A6B3
(198,166,179)
#D1B7C2
(209,183,194)
#DCC8D1
(220,200,209)
#E7D9E0
(231,217,224)
#F2EAEF
(242,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #844059 color. Also use rgb(132,64,89) instead hex code.

Text Font Color

.myTextColor { color: #844059; }

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

This text font color is #844059.


Background Color

.myBgColor { background-color: #844059; }

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

This div background color is #844059.


Border color

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

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

This div border color is #844059.


Opacity

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

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

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

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

This text has shadow with #844059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844059 on black background.


Color preview on white background

This text has color #844059 on white background.



Black color preview on #844059 background

This text has black color on #844059 background.


White color preview on #844059 background

This text has white color on #844059 background.