COLOR #843656

HEX: #843656
RGB: (132,54,86)

Color info

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

RGB color model

#843656 color RGB value is (132,54,86).

  • red value is 132;
  • green value is 54;
  • blue value is 86.
RGB:
(132,54,86)
(52%,21%,34%)

RGB channels and saturation

R 132 of 255 = 52%
G 54 of 255 = 21%
B 86 of 255 = 34%

132
54
86

R + G + B ~ 36%. #843656 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 54 + 86 = 272 (100%)
R 132 of 272 ~ 48.53%
G 54 of 272 ~ 19.85%
B 86 of 272 ~ 31.62%

%48.53
%19.85
%31.62

CMYK color model

#843656 color CMYK value is (0,59,35,48).

  • cyan value is 0.00%
  • magenta value is 59.09%
  • yellow value is 34.85%
  • key color value is 48.24%
CMYK:
(0,59,35,48)
C0M59Y35K48 
(0%,59%,35%,48%)
(0.00/0.59/0.35/0.48)	

CMYK percentages

%0
%59.09
%34.85
%48.24

Codes

Color #843656 in popluar color models

843656
RGB1325486
HSL335°41.94%36.47%
HSB/HSV335°59.09%51.76%
CMYK0.00%59.09%34.85%
48.24%

Color #843656 in popluar number systems.

HEX843656
Decimal1325486
Binary100001001101101010110
Octal20466126

Shades and tints

Shades of #843656

#843656
(132,54,86)
#78324F
(120,50,79)
#6C2E48
(108,46,72)
#602A41
(96,42,65)
#54263A
(84,38,58)
#482233
(72,34,51)
#3C1E2C
(60,30,44)
#301A25
(48,26,37)
#24161E
(36,22,30)
#181217
(24,18,23)
#0C0E10
(12,14,16)
#000000
(0,0,0)

Tints of #843656

#843656
(132,54,86)
#8F4865
(143,72,101)
#9A5A74
(154,90,116)
#A56C83
(165,108,131)
#B07E92
(176,126,146)
#BB90A1
(187,144,161)
#C6A2B0
(198,162,176)
#D1B4BF
(209,180,191)
#DCC6CE
(220,198,206)
#E7D8DD
(231,216,221)
#F2EAEC
(242,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #843656 color. Also use rgb(132,54,86) instead hex code.

Text Font Color

.myTextColor { color: #843656; }

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

This text font color is #843656.


Background Color

.myBgColor { background-color: #843656; }

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

This div background color is #843656.


Border color

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

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

This div border color is #843656.


Opacity

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

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

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

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

This text has shadow with #843656 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #843656 on black background.


Color preview on white background

This text has color #843656 on white background.



Black color preview on #843656 background

This text has black color on #843656 background.


White color preview on #843656 background

This text has white color on #843656 background.