COLOR #844D67

HEX: #844D67
RGB: (132,77,103)

Color info

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

RGB color model

#844D67 color RGB value is (132,77,103).

  • red value is 132;
  • green value is 77;
  • blue value is 103.
RGB:
(132,77,103)
(52%,30%,40%)

RGB channels and saturation

R 132 of 255 = 52%
G 77 of 255 = 30%
B 103 of 255 = 40%

132
77
103

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

Portions of RGB colors in percentages

R + G + B =
132 + 77 + 103 = 312 (100%)
R 132 of 312 ~ 42.31%
G 77 of 312 ~ 24.68%
B 103 of 312 ~ 33.01%

%42.31
%24.68
%33.01

CMYK color model

#844D67 color CMYK value is (0,42,22,48).

  • cyan value is 0.00%
  • magenta value is 41.67%
  • yellow value is 21.97%
  • key color value is 48.24%
CMYK:
(0,42,22,48)
C0M42Y22K48 
(0%,42%,22%,48%)
(0.00/0.42/0.22/0.48)	

CMYK percentages

%0
%41.67
%21.97
%48.24

Codes

Color #844D67 in popluar color models

844D67
RGB13277103
HSL332°26.32%40.98%
HSB/HSV332°41.67%51.76%
CMYK0.00%41.67%21.97%
48.24%

Color #844D67 in popluar number systems.

HEX844D67
Decimal13277103
Binary1000010010011011100111
Octal204115147

Shades and tints

Shades of #844D67

#844D67
(132,77,103)
#78465E
(120,70,94)
#6C3F55
(108,63,85)
#60384C
(96,56,76)
#543143
(84,49,67)
#482A3A
(72,42,58)
#3C2331
(60,35,49)
#301C28
(48,28,40)
#24151F
(36,21,31)
#180E16
(24,14,22)
#0C070D
(12,7,13)
#000000
(0,0,0)

Tints of #844D67

#844D67
(132,77,103)
#8F5D74
(143,93,116)
#9A6D81
(154,109,129)
#A57D8E
(165,125,142)
#B08D9B
(176,141,155)
#BB9DA8
(187,157,168)
#C6ADB5
(198,173,181)
#D1BDC2
(209,189,194)
#DCCDCF
(220,205,207)
#E7DDDC
(231,221,220)
#F2EDE9
(242,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #844D67 color. Also use rgb(132,77,103) instead hex code.

Text Font Color

.myTextColor { color: #844D67; }

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

This text font color is #844D67.


Background Color

.myBgColor { background-color: #844D67; }

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

This div background color is #844D67.


Border color

.myBorderColor { border: 1px solid #844D67; }

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

This div border color is #844D67.


Opacity

.myOpacity80 { color: #844D67; opacity: 0.8; }

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

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

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

This text has shadow with #844D67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844D67 on black background.


Color preview on white background

This text has color #844D67 on white background.



Black color preview on #844D67 background

This text has black color on #844D67 background.


White color preview on #844D67 background

This text has white color on #844D67 background.