COLOR #843E5A

HEX: #843E5A RGB: (132,62,90)

Color info

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

RGB color model

#843E5A color RGB value is (132,62,90).

RGB: (132,62,90) (52%, 24%, 35%)

RGB channels and saturation

R 132 of 255 = 52%
G 62 of 255 = 24%
B 90 of 255 = 35%

132
62
90

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

Portions of RGB colors in percentages

R + G + B = 132 + 62 + 90 = 284 (100%)
R 132 of 284 ~ 46.48%
G 62 of 284 ~ 21.83%
B 90 of 284 ~ 31.69'%

%46.48
%21.83
%31.69

CMYK color model

#843E5A color CMYK value is (0,53,32,48).

  • cyan value is 0.00%
  • magenta value is 53.03%
  • yellow value is 31.82%
  • key color value is 48.24%

CMYK: (0,53,32,48)
C0M53Y32K48 (0%, 53%, 32%, 48%)
(0.00 / 0.53 / 0.32 / 0.48)

CMYK percentages

%0
%53.03
%31.82
%48.24

Codes

Color #843E5A in popluar color models

84 3E 5A
RGB 132 62 90
HSL 336° 36.08% 38.04%
HSB/HSV 336° 53.03% 51.76%
CMYK 0.00% 53.03% 31.82%
48.24%

Color #843E5A in popluar number systems.

HEX 84 3E 5A
Decimal 132 62 90
Binary 10000100 111110 1011010
Octal 204 76 132

Shades and tints

Shades of #843E5A

#843E5A
(132,62,90)
#783952
(120,57,82)
#6C344A
(108,52,74)
#602F42
(96,47,66)
#542A3A
(84,42,58)
#482532
(72,37,50)
#3C202A
(60,32,42)
#301B22
(48,27,34)
#24161A
(36,22,26)
#181112
(24,17,18)
#0C0C0A
(12,12,10)
#000000
(0,0,0)

Tints of #843E5A

#843E5A
(132,62,90)
#8F4F69
(143,79,105)
#9A6078
(154,96,120)
#A57187
(165,113,135)
#B08296
(176,130,150)
#BB93A5
(187,147,165)
#C6A4B4
(198,164,180)
#D1B5C3
(209,181,195)
#DCC6D2
(220,198,210)
#E7D7E1
(231,215,225)
#F2E8F0
(242,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #843E5A color. Also use rgb(132,62,90) instead hex code.

Text Font Color

.myTextColor { color: #843E5A; }

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

This text font color is #843E5A.

Background Color

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

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

This div background color is #843E5A.

Border color

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

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

This div border color is #843E5A.

Opacity

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

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

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

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

This text has shadow with #843E5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #843E5A.

Preview

Color preview on black background

This text has color #843E5A on black background.


Color preview on white background

This text has color #843E5A on white background.


Black color preview on #843E5A background

This text has black color on #843E5A background.


White color preview on #843E5A background

This text has white color on #843E5A background.


Related colors

Complementary color

Complementary color for #hex is #7BC1A5.


I love getcolorcode.com

Triadic colors

1 #5A843E and #3E5A84 with #843E5A are triadic colors.

2 #5A3E84 and #3E845A with #843E5A are triadic colors.