COLOR #844143

HEX: #844143
RGB: (132,65,67)

Color info

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

RGB color model

#844143 color RGB value is (132,65,67).

  • red value is 132;
  • green value is 65;
  • blue value is 67.
RGB:
(132,65,67)
(52%,25%,26%)

RGB channels and saturation

R 132 of 255 = 52%
G 65 of 255 = 25%
B 67 of 255 = 26%

132
65
67

R + G + B ~ 34%. #844143 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 65 + 67 = 264 (100%)
R 132 of 264 ~ 50%
G 65 of 264 ~ 24.62%
B 67 of 264 ~ 25.38%

%50
%24.62
%25.38

CMYK color model

#844143 color CMYK value is (0,51,49,48).

  • cyan value is 0.00%
  • magenta value is 50.76%
  • yellow value is 49.24%
  • key color value is 48.24%
CMYK:
(0,51,49,48)
C0M51Y49K48 
(0%,51%,49%,48%)
(0.00/0.51/0.49/0.48)	

CMYK percentages

%0
%50.76
%49.24
%48.24

Codes

Color #844143 in popluar color models

844143
RGB1326567
HSL358°34.01%38.63%
HSB/HSV358°50.76%51.76%
CMYK0.00%50.76%49.24%
48.24%

Color #844143 in popluar number systems.

HEX844143
Decimal1326567
Binary1000010010000011000011
Octal204101103

Shades and tints

Shades of #844143

#844143
(132,65,67)
#783C3D
(120,60,61)
#6C3737
(108,55,55)
#603231
(96,50,49)
#542D2B
(84,45,43)
#482825
(72,40,37)
#3C231F
(60,35,31)
#301E19
(48,30,25)
#241913
(36,25,19)
#18140D
(24,20,13)
#0C0F07
(12,15,7)
#000000
(0,0,0)

Tints of #844143

#844143
(132,65,67)
#8F5254
(143,82,84)
#9A6365
(154,99,101)
#A57476
(165,116,118)
#B08587
(176,133,135)
#BB9698
(187,150,152)
#C6A7A9
(198,167,169)
#D1B8BA
(209,184,186)
#DCC9CB
(220,201,203)
#E7DADC
(231,218,220)
#F2EBED
(242,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #844143 color. Also use rgb(132,65,67) instead hex code.

Text Font Color

.myTextColor { color: #844143; }

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

This text font color is #844143.


Background Color

.myBgColor { background-color: #844143; }

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

This div background color is #844143.


Border color

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

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

This div border color is #844143.


Opacity

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

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

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

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

This text has shadow with #844143 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844143 on black background.


Color preview on white background

This text has color #844143 on white background.



Black color preview on #844143 background

This text has black color on #844143 background.


White color preview on #844143 background

This text has white color on #844143 background.