COLOR #843260

HEX: #843260
RGB: (132,50,96)

Color info

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

RGB color model

#843260 color RGB value is (132,50,96).

  • red value is 132;
  • green value is 50;
  • blue value is 96.
RGB:
(132,50,96)
(52%,20%,38%)

RGB channels and saturation

R 132 of 255 = 52%
G 50 of 255 = 20%
B 96 of 255 = 38%

132
50
96

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

Portions of RGB colors in percentages

R + G + B =
132 + 50 + 96 = 278 (100%)
R 132 of 278 ~ 47.48%
G 50 of 278 ~ 17.99%
B 96 of 278 ~ 34.53%

%47.48
%17.99
%34.53

CMYK color model

#843260 color CMYK value is (0,62,27,48).

  • cyan value is 0.00%
  • magenta value is 62.12%
  • yellow value is 27.27%
  • key color value is 48.24%
CMYK:
(0,62,27,48)
C0M62Y27K48 
(0%,62%,27%,48%)
(0.00/0.62/0.27/0.48)	

CMYK percentages

%0
%62.12
%27.27
%48.24

Codes

Color #843260 in popluar color models

843260
RGB1325096
HSL326°45.05%35.69%
HSB/HSV326°62.12%51.76%
CMYK0.00%62.12%27.27%
48.24%

Color #843260 in popluar number systems.

HEX843260
Decimal1325096
Binary100001001100101100000
Octal20462140

Shades and tints

Shades of #843260

#843260
(132,50,96)
#782E58
(120,46,88)
#6C2A50
(108,42,80)
#602648
(96,38,72)
#542240
(84,34,64)
#481E38
(72,30,56)
#3C1A30
(60,26,48)
#301628
(48,22,40)
#241220
(36,18,32)
#180E18
(24,14,24)
#0C0A10
(12,10,16)
#000000
(0,0,0)

Tints of #843260

#843260
(132,50,96)
#8F446E
(143,68,110)
#9A567C
(154,86,124)
#A5688A
(165,104,138)
#B07A98
(176,122,152)
#BB8CA6
(187,140,166)
#C69EB4
(198,158,180)
#D1B0C2
(209,176,194)
#DCC2D0
(220,194,208)
#E7D4DE
(231,212,222)
#F2E6EC
(242,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #843260 color. Also use rgb(132,50,96) instead hex code.

Text Font Color

.myTextColor { color: #843260; }

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

This text font color is #843260.


Background Color

.myBgColor { background-color: #843260; }

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

This div background color is #843260.


Border color

.myBorderColor { border: 1px solid #843260; }

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

This div border color is #843260.


Opacity

.myOpacity80 { color: #843260; opacity: 0.8; }

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

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

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

This text has shadow with #843260 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #843260 on black background.


Color preview on white background

This text has color #843260 on white background.



Black color preview on #843260 background

This text has black color on #843260 background.


White color preview on #843260 background

This text has white color on #843260 background.