COLOR #843127

HEX: #843127
RGB: (132,49,39)

Color info

#843127 contains mainly red color. Web safe color of #843127 is #993333 (or #933).

RGB color model

#843127 color RGB value is (132,49,39).

  • red value is 132;
  • green value is 49;
  • blue value is 39.
RGB:
(132,49,39)
(52%,19%,15%)

RGB channels and saturation

R 132 of 255 = 52%
G 49 of 255 = 19%
B 39 of 255 = 15%

132
49
39

R + G + B ~ 29%. #843127 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 49 + 39 = 220 (100%)
R 132 of 220 ~ 60%
G 49 of 220 ~ 22.27%
B 39 of 220 ~ 17.73%

%60
%22.27
%17.73

CMYK color model

#843127 color CMYK value is (0,63,70,48).

  • cyan value is 0.00%
  • magenta value is 62.88%
  • yellow value is 70.45%
  • key color value is 48.24%
CMYK:
(0,63,70,48)
C0M63Y70K48 
(0%,63%,70%,48%)
(0.00/0.63/0.70/0.48)	

CMYK percentages

%0
%62.88
%70.45
%48.24

Codes

Color #843127 in popluar color models

843127
RGB1324939
HSL54.39%33.53%
HSB/HSV70.45%51.76%
CMYK0.00%62.88%70.45%
48.24%

Color #843127 in popluar number systems.

HEX843127
Decimal1324939
Binary10000100110001100111
Octal2046147

Shades and tints

Shades of #843127

#843127
(132,49,39)
#782D24
(120,45,36)
#6C2921
(108,41,33)
#60251E
(96,37,30)
#54211B
(84,33,27)
#481D18
(72,29,24)
#3C1915
(60,25,21)
#301512
(48,21,18)
#24110F
(36,17,15)
#180D0C
(24,13,12)
#0C0909
(12,9,9)
#000000
(0,0,0)

Tints of #843127

#843127
(132,49,39)
#8F433A
(143,67,58)
#9A554D
(154,85,77)
#A56760
(165,103,96)
#B07973
(176,121,115)
#BB8B86
(187,139,134)
#C69D99
(198,157,153)
#D1AFAC
(209,175,172)
#DCC1BF
(220,193,191)
#E7D3D2
(231,211,210)
#F2E5E5
(242,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #843127 color. Also use rgb(132,49,39) instead hex code.

Text Font Color

.myTextColor { color: #843127; }

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

This text font color is #843127.


Background Color

.myBgColor { background-color: #843127; }

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

This div background color is #843127.


Border color

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

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

This div border color is #843127.


Opacity

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

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

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

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

This text has shadow with #843127 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #843127 on black background.


Color preview on white background

This text has color #843127 on white background.



Black color preview on #843127 background

This text has black color on #843127 background.


White color preview on #843127 background

This text has white color on #843127 background.