COLOR #843D6F

HEX: #843D6F
RGB: (132,61,111)

Color info

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

RGB color model

#843D6F color RGB value is (132,61,111).

  • red value is 132;
  • green value is 61;
  • blue value is 111.
RGB:
(132,61,111)
(52%,24%,44%)

RGB channels and saturation

R 132 of 255 = 52%
G 61 of 255 = 24%
B 111 of 255 = 44%

132
61
111

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

Portions of RGB colors in percentages

R + G + B =
132 + 61 + 111 = 304 (100%)
R 132 of 304 ~ 43.42%
G 61 of 304 ~ 20.07%
B 111 of 304 ~ 36.51%

%43.42
%20.07
%36.51

CMYK color model

#843D6F color CMYK value is (0,54,16,48).

  • cyan value is 0.00%
  • magenta value is 53.79%
  • yellow value is 15.91%
  • key color value is 48.24%
CMYK:
(0,54,16,48)
C0M54Y16K48 
(0%,54%,16%,48%)
(0.00/0.54/0.16/0.48)	

CMYK percentages

%0
%53.79
%15.91
%48.24

Codes

Color #843D6F in popluar color models

843D6F
RGB13261111
HSL318°36.79%37.84%
HSB/HSV318°53.79%51.76%
CMYK0.00%53.79%15.91%
48.24%

Color #843D6F in popluar number systems.

HEX843D6F
Decimal13261111
Binary100001001111011101111
Octal20475157

Shades and tints

Shades of #843D6F

#843D6F
(132,61,111)
#783865
(120,56,101)
#6C335B
(108,51,91)
#602E51
(96,46,81)
#542947
(84,41,71)
#48243D
(72,36,61)
#3C1F33
(60,31,51)
#301A29
(48,26,41)
#24151F
(36,21,31)
#181015
(24,16,21)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #843D6F

#843D6F
(132,61,111)
#8F4E7C
(143,78,124)
#9A5F89
(154,95,137)
#A57096
(165,112,150)
#B081A3
(176,129,163)
#BB92B0
(187,146,176)
#C6A3BD
(198,163,189)
#D1B4CA
(209,180,202)
#DCC5D7
(220,197,215)
#E7D6E4
(231,214,228)
#F2E7F1
(242,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #843D6F color. Also use rgb(132,61,111) instead hex code.

Text Font Color

.myTextColor { color: #843D6F; }

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

This text font color is #843D6F.


Background Color

.myBgColor { background-color: #843D6F; }

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

This div background color is #843D6F.


Border color

.myBorderColor { border: 1px solid #843D6F; }

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

This div border color is #843D6F.


Opacity

.myOpacity80 { color: #843D6F; opacity: 0.8; }

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

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

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

This text has shadow with #843D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #843D6F on black background.


Color preview on white background

This text has color #843D6F on white background.



Black color preview on #843D6F background

This text has black color on #843D6F background.


White color preview on #843D6F background

This text has white color on #843D6F background.