COLOR #843355

HEX: #843355
RGB: (132,51,85)

Color info

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

RGB color model

#843355 color RGB value is (132,51,85).

  • red value is 132;
  • green value is 51;
  • blue value is 85.
RGB:
(132,51,85)
(52%,20%,33%)

RGB channels and saturation

R 132 of 255 = 52%
G 51 of 255 = 20%
B 85 of 255 = 33%

132
51
85

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

Portions of RGB colors in percentages

R + G + B =
132 + 51 + 85 = 268 (100%)
R 132 of 268 ~ 49.25%
G 51 of 268 ~ 19.03%
B 85 of 268 ~ 31.72%

%49.25
%19.03
%31.72

CMYK color model

#843355 color CMYK value is (0,61,36,48).

  • cyan value is 0.00%
  • magenta value is 61.36%
  • yellow value is 35.61%
  • key color value is 48.24%
CMYK:
(0,61,36,48)
C0M61Y36K48 
(0%,61%,36%,48%)
(0.00/0.61/0.36/0.48)	

CMYK percentages

%0
%61.36
%35.61
%48.24

Codes

Color #843355 in popluar color models

843355
RGB1325185
HSL335°44.26%35.88%
HSB/HSV335°61.36%51.76%
CMYK0.00%61.36%35.61%
48.24%

Color #843355 in popluar number systems.

HEX843355
Decimal1325185
Binary100001001100111010101
Octal20463125

Shades and tints

Shades of #843355

#843355
(132,51,85)
#782F4E
(120,47,78)
#6C2B47
(108,43,71)
#602740
(96,39,64)
#542339
(84,35,57)
#481F32
(72,31,50)
#3C1B2B
(60,27,43)
#301724
(48,23,36)
#24131D
(36,19,29)
#180F16
(24,15,22)
#0C0B0F
(12,11,15)
#000000
(0,0,0)

Tints of #843355

#843355
(132,51,85)
#8F4564
(143,69,100)
#9A5773
(154,87,115)
#A56982
(165,105,130)
#B07B91
(176,123,145)
#BB8DA0
(187,141,160)
#C69FAF
(198,159,175)
#D1B1BE
(209,177,190)
#DCC3CD
(220,195,205)
#E7D5DC
(231,213,220)
#F2E7EB
(242,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #843355 color. Also use rgb(132,51,85) instead hex code.

Text Font Color

.myTextColor { color: #843355; }

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

This text font color is #843355.


Background Color

.myBgColor { background-color: #843355; }

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

This div background color is #843355.


Border color

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

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

This div border color is #843355.


Opacity

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

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

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

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

This text has shadow with #843355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #843355 on black background.


Color preview on white background

This text has color #843355 on white background.



Black color preview on #843355 background

This text has black color on #843355 background.


White color preview on #843355 background

This text has white color on #843355 background.