COLOR #843F61

HEX: #843F61
RGB: (132,63,97)

Color info

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

RGB color model

#843F61 color RGB value is (132,63,97).

  • red value is 132;
  • green value is 63;
  • blue value is 97.
RGB:
(132,63,97)
(52%,25%,38%)

RGB channels and saturation

R 132 of 255 = 52%
G 63 of 255 = 25%
B 97 of 255 = 38%

132
63
97

R + G + B ~ 38%. #843F61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 63 + 97 = 292 (100%)
R 132 of 292 ~ 45.21%
G 63 of 292 ~ 21.58%
B 97 of 292 ~ 33.22%

%45.21
%21.58
%33.22

CMYK color model

#843F61 color CMYK value is (0,52,27,48).

  • cyan value is 0.00%
  • magenta value is 52.27%
  • yellow value is 26.52%
  • key color value is 48.24%
CMYK:
(0,52,27,48)
C0M52Y27K48 
(0%,52%,27%,48%)
(0.00/0.52/0.27/0.48)	

CMYK percentages

%0
%52.27
%26.52
%48.24

Codes

Color #843F61 in popluar color models

843F61
RGB1326397
HSL330°35.38%38.24%
HSB/HSV330°52.27%51.76%
CMYK0.00%52.27%26.52%
48.24%

Color #843F61 in popluar number systems.

HEX843F61
Decimal1326397
Binary100001001111111100001
Octal20477141

Shades and tints

Shades of #843F61

#843F61
(132,63,97)
#783A59
(120,58,89)
#6C3551
(108,53,81)
#603049
(96,48,73)
#542B41
(84,43,65)
#482639
(72,38,57)
#3C2131
(60,33,49)
#301C29
(48,28,41)
#241721
(36,23,33)
#181219
(24,18,25)
#0C0D11
(12,13,17)
#000000
(0,0,0)

Tints of #843F61

#843F61
(132,63,97)
#8F506F
(143,80,111)
#9A617D
(154,97,125)
#A5728B
(165,114,139)
#B08399
(176,131,153)
#BB94A7
(187,148,167)
#C6A5B5
(198,165,181)
#D1B6C3
(209,182,195)
#DCC7D1
(220,199,209)
#E7D8DF
(231,216,223)
#F2E9ED
(242,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #843F61 color. Also use rgb(132,63,97) instead hex code.

Text Font Color

.myTextColor { color: #843F61; }

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

This text font color is #843F61.


Background Color

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

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

This div background color is #843F61.


Border color

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

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

This div border color is #843F61.


Opacity

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

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

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

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

This text has shadow with #843F61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #843F61 on black background.


Color preview on white background

This text has color #843F61 on white background.



Black color preview on #843F61 background

This text has black color on #843F61 background.


White color preview on #843F61 background

This text has white color on #843F61 background.