COLOR #843B4A

HEX: #843B4A
RGB: (132,59,74)

Color info

#843B4A contains mainly red and blue colors. Web safe color of #843B4A is #993333 (or #933).

RGB color model

#843B4A color RGB value is (132,59,74).

  • red value is 132;
  • green value is 59;
  • blue value is 74.
RGB:
(132,59,74)
(52%,23%,29%)

RGB channels and saturation

R 132 of 255 = 52%
G 59 of 255 = 23%
B 74 of 255 = 29%

132
59
74

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

Portions of RGB colors in percentages

R + G + B =
132 + 59 + 74 = 265 (100%)
R 132 of 265 ~ 49.81%
G 59 of 265 ~ 22.26%
B 74 of 265 ~ 27.92%

%49.81
%22.26
%27.92

CMYK color model

#843B4A color CMYK value is (0,55,44,48).

  • cyan value is 0.00%
  • magenta value is 55.30%
  • yellow value is 43.94%
  • key color value is 48.24%
CMYK:
(0,55,44,48)
C0M55Y44K48 
(0%,55%,44%,48%)
(0.00/0.55/0.44/0.48)	

CMYK percentages

%0
%55.3
%43.94
%48.24

Codes

Color #843B4A in popluar color models

843B4A
RGB1325974
HSL348°38.22%37.45%
HSB/HSV348°55.30%51.76%
CMYK0.00%55.30%43.94%
48.24%

Color #843B4A in popluar number systems.

HEX843B4A
Decimal1325974
Binary100001001110111001010
Octal20473112

Shades and tints

Shades of #843B4A

#843B4A
(132,59,74)
#783644
(120,54,68)
#6C313E
(108,49,62)
#602C38
(96,44,56)
#542732
(84,39,50)
#48222C
(72,34,44)
#3C1D26
(60,29,38)
#301820
(48,24,32)
#24131A
(36,19,26)
#180E14
(24,14,20)
#0C090E
(12,9,14)
#000000
(0,0,0)

Tints of #843B4A

#843B4A
(132,59,74)
#8F4C5A
(143,76,90)
#9A5D6A
(154,93,106)
#A56E7A
(165,110,122)
#B07F8A
(176,127,138)
#BB909A
(187,144,154)
#C6A1AA
(198,161,170)
#D1B2BA
(209,178,186)
#DCC3CA
(220,195,202)
#E7D4DA
(231,212,218)
#F2E5EA
(242,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #843B4A color. Also use rgb(132,59,74) instead hex code.

Text Font Color

.myTextColor { color: #843B4A; }

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

This text font color is #843B4A.


Background Color

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

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

This div background color is #843B4A.


Border color

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

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

This div border color is #843B4A.


Opacity

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

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

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

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

This text has shadow with #843B4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #843B4A on black background.


Color preview on white background

This text has color #843B4A on white background.



Black color preview on #843B4A background

This text has black color on #843B4A background.


White color preview on #843B4A background

This text has white color on #843B4A background.