COLOR #843755

HEX: #843755
RGB: (132,55,85)

Color info

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

RGB color model

#843755 color RGB value is (132,55,85).

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

RGB channels and saturation

R 132 of 255 = 52%
G 55 of 255 = 22%
B 85 of 255 = 33%

132
55
85

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

Portions of RGB colors in percentages

R + G + B =
132 + 55 + 85 = 272 (100%)
R 132 of 272 ~ 48.53%
G 55 of 272 ~ 20.22%
B 85 of 272 ~ 31.25%

%48.53
%20.22
%31.25

CMYK color model

#843755 color CMYK value is (0,58,36,48).

  • cyan value is 0.00%
  • magenta value is 58.33%
  • yellow value is 35.61%
  • key color value is 48.24%
CMYK:
(0,58,36,48)
C0M58Y36K48 
(0%,58%,36%,48%)
(0.00/0.58/0.36/0.48)	

CMYK percentages

%0
%58.33
%35.61
%48.24

Codes

Color #843755 in popluar color models

843755
RGB1325585
HSL337°41.18%36.67%
HSB/HSV337°58.33%51.76%
CMYK0.00%58.33%35.61%
48.24%

Color #843755 in popluar number systems.

HEX843755
Decimal1325585
Binary100001001101111010101
Octal20467125

Shades and tints

Shades of #843755

#843755
(132,55,85)
#78324E
(120,50,78)
#6C2D47
(108,45,71)
#602840
(96,40,64)
#542339
(84,35,57)
#481E32
(72,30,50)
#3C192B
(60,25,43)
#301424
(48,20,36)
#240F1D
(36,15,29)
#180A16
(24,10,22)
#0C050F
(12,5,15)
#000000
(0,0,0)

Tints of #843755

#843755
(132,55,85)
#8F4964
(143,73,100)
#9A5B73
(154,91,115)
#A56D82
(165,109,130)
#B07F91
(176,127,145)
#BB91A0
(187,145,160)
#C6A3AF
(198,163,175)
#D1B5BE
(209,181,190)
#DCC7CD
(220,199,205)
#E7D9DC
(231,217,220)
#F2EBEB
(242,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #843755; }

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

This text font color is #843755.


Background Color

.myBgColor { background-color: #843755; }

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

This div background color is #843755.


Border color

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

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

This div border color is #843755.


Opacity

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

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

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

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

This text has shadow with #843755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #843755 on black background.


Color preview on white background

This text has color #843755 on white background.



Black color preview on #843755 background

This text has black color on #843755 background.


White color preview on #843755 background

This text has white color on #843755 background.