COLOR #843E4A

HEX: #843E4A
RGB: (132,62,74)

Color info

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

RGB color model

#843E4A color RGB value is (132,62,74).

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

RGB channels and saturation

R 132 of 255 = 52%
G 62 of 255 = 24%
B 74 of 255 = 29%

132
62
74

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

Portions of RGB colors in percentages

R + G + B =
132 + 62 + 74 = 268 (100%)
R 132 of 268 ~ 49.25%
G 62 of 268 ~ 23.13%
B 74 of 268 ~ 27.61%

%49.25
%23.13
%27.61

CMYK color model

#843E4A color CMYK value is (0,53,44,48).

  • cyan value is 0.00%
  • magenta value is 53.03%
  • yellow value is 43.94%
  • key color value is 48.24%
CMYK:
(0,53,44,48)
C0M53Y44K48 
(0%,53%,44%,48%)
(0.00/0.53/0.44/0.48)	

CMYK percentages

%0
%53.03
%43.94
%48.24

Codes

Color #843E4A in popluar color models

843E4A
RGB1326274
HSL350°36.08%38.04%
HSB/HSV350°53.03%51.76%
CMYK0.00%53.03%43.94%
48.24%

Color #843E4A in popluar number systems.

HEX843E4A
Decimal1326274
Binary100001001111101001010
Octal20476112

Shades and tints

Shades of #843E4A

#843E4A
(132,62,74)
#783944
(120,57,68)
#6C343E
(108,52,62)
#602F38
(96,47,56)
#542A32
(84,42,50)
#48252C
(72,37,44)
#3C2026
(60,32,38)
#301B20
(48,27,32)
#24161A
(36,22,26)
#181114
(24,17,20)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #843E4A

#843E4A
(132,62,74)
#8F4F5A
(143,79,90)
#9A606A
(154,96,106)
#A5717A
(165,113,122)
#B0828A
(176,130,138)
#BB939A
(187,147,154)
#C6A4AA
(198,164,170)
#D1B5BA
(209,181,186)
#DCC6CA
(220,198,202)
#E7D7DA
(231,215,218)
#F2E8EA
(242,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #843E4A; }

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

This text font color is #843E4A.


Background Color

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

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

This div background color is #843E4A.


Border color

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

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

This div border color is #843E4A.


Opacity

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

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

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

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

This text has shadow with #843E4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #843E4A on black background.


Color preview on white background

This text has color #843E4A on white background.



Black color preview on #843E4A background

This text has black color on #843E4A background.


White color preview on #843E4A background

This text has white color on #843E4A background.