COLOR #843638

HEX: #843638
RGB: (132,54,56)

Color info

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

RGB color model

#843638 color RGB value is (132,54,56).

  • red value is 132;
  • green value is 54;
  • blue value is 56.
RGB:
(132,54,56)
(52%,21%,22%)

RGB channels and saturation

R 132 of 255 = 52%
G 54 of 255 = 21%
B 56 of 255 = 22%

132
54
56

R + G + B ~ 32%. #843638 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 54 + 56 = 242 (100%)
R 132 of 242 ~ 54.55%
G 54 of 242 ~ 22.31%
B 56 of 242 ~ 23.14%

%54.55
%22.31
%23.14

CMYK color model

#843638 color CMYK value is (0,59,58,48).

  • cyan value is 0.00%
  • magenta value is 59.09%
  • yellow value is 57.58%
  • key color value is 48.24%
CMYK:
(0,59,58,48)
C0M59Y58K48 
(0%,59%,58%,48%)
(0.00/0.59/0.58/0.48)	

CMYK percentages

%0
%59.09
%57.58
%48.24

Codes

Color #843638 in popluar color models

843638
RGB1325456
HSL358°41.94%36.47%
HSB/HSV358°59.09%51.76%
CMYK0.00%59.09%57.58%
48.24%

Color #843638 in popluar number systems.

HEX843638
Decimal1325456
Binary10000100110110111000
Octal2046670

Shades and tints

Shades of #843638

#843638
(132,54,56)
#783233
(120,50,51)
#6C2E2E
(108,46,46)
#602A29
(96,42,41)
#542624
(84,38,36)
#48221F
(72,34,31)
#3C1E1A
(60,30,26)
#301A15
(48,26,21)
#241610
(36,22,16)
#18120B
(24,18,11)
#0C0E06
(12,14,6)
#000000
(0,0,0)

Tints of #843638

#843638
(132,54,56)
#8F484A
(143,72,74)
#9A5A5C
(154,90,92)
#A56C6E
(165,108,110)
#B07E80
(176,126,128)
#BB9092
(187,144,146)
#C6A2A4
(198,162,164)
#D1B4B6
(209,180,182)
#DCC6C8
(220,198,200)
#E7D8DA
(231,216,218)
#F2EAEC
(242,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #843638 color. Also use rgb(132,54,56) instead hex code.

Text Font Color

.myTextColor { color: #843638; }

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

This text font color is #843638.


Background Color

.myBgColor { background-color: #843638; }

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

This div background color is #843638.


Border color

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

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

This div border color is #843638.


Opacity

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

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

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

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

This text has shadow with #843638 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #843638 on black background.


Color preview on white background

This text has color #843638 on white background.



Black color preview on #843638 background

This text has black color on #843638 background.


White color preview on #843638 background

This text has white color on #843638 background.