COLOR #843A4D

HEX: #843A4D RGB: (132,58,77)

Color info

#843A4D contains mainly red and blue colors. Web safe color of #843A4D is #993333 (or #933).

RGB color model

#843A4D color RGB value is (132,58,77).

RGB: (132,58,77) (52%, 23%, 30%)

RGB channels and saturation

R 132 of 255 = 52%
G 58 of 255 = 23%
B 77 of 255 = 30%

132
58
77

R + G + B ~ 35%. #843A4D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 132 + 58 + 77 = 267 (100%)
R 132 of 267 ~ 49.44%
G 58 of 267 ~ 21.72%
B 77 of 267 ~ 28.84'%

%49.44
%21.72
%28.84

CMYK color model

#843A4D color CMYK value is (0,56,42,48).

  • cyan value is 0.00%
  • magenta value is 56.06%
  • yellow value is 41.67%
  • key color value is 48.24%

CMYK: (0,56,42,48)
C0M56Y42K48 (0%, 56%, 42%, 48%)
(0.00 / 0.56 / 0.42 / 0.48)

CMYK percentages

%0
%56.06
%41.67
%48.24

Codes

Color #843A4D in popluar color models

84 3A 4D
RGB 132 58 77
HSL 345° 38.95% 37.25%
HSB/HSV 345° 56.06% 51.76%
CMYK 0.00% 56.06% 41.67%
48.24%

Color #843A4D in popluar number systems.

HEX 84 3A 4D
Decimal 132 58 77
Binary 10000100 111010 1001101
Octal 204 72 115

Shades and tints

Shades of #843A4D

#843A4D
(132,58,77)
#783546
(120,53,70)
#6C303F
(108,48,63)
#602B38
(96,43,56)
#542631
(84,38,49)
#48212A
(72,33,42)
#3C1C23
(60,28,35)
#30171C
(48,23,28)
#241215
(36,18,21)
#180D0E
(24,13,14)
#0C0807
(12,8,7)
#000000
(0,0,0)

Tints of #843A4D

#843A4D
(132,58,77)
#8F4B5D
(143,75,93)
#9A5C6D
(154,92,109)
#A56D7D
(165,109,125)
#B07E8D
(176,126,141)
#BB8F9D
(187,143,157)
#C6A0AD
(198,160,173)
#D1B1BD
(209,177,189)
#DCC2CD
(220,194,205)
#E7D3DD
(231,211,221)
#F2E4ED
(242,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #843A4D color. Also use rgb(132,58,77) instead hex code.

Text Font Color

.myTextColor { color: #843A4D; }

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

This text font color is #843A4D.

Background Color

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

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

This div background color is #843A4D.

Border color

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

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

This div border color is #843A4D.

Opacity

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

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

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

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

This text has shadow with #843A4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #843A4D.

Preview

Color preview on black background

This text has color #843A4D on black background.


Color preview on white background

This text has color #843A4D on white background.


Black color preview on #843A4D background

This text has black color on #843A4D background.


White color preview on #843A4D background

This text has white color on #843A4D background.


Related colors

Complementary color

Complementary color for #hex is #7BC5B2.


I love getcolorcode.com

Triadic colors

1 #4D843A and #3A4D84 with #843A4D are triadic colors.

2 #4D3A84 and #3A844D with #843A4D are triadic colors.