COLOR #843D35

HEX: #843D35
RGB: (132,61,53)

Color info

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

RGB color model

#843D35 color RGB value is (132,61,53).

  • red value is 132;
  • green value is 61;
  • blue value is 53.
RGB:
(132,61,53)
(52%,24%,21%)

RGB channels and saturation

R 132 of 255 = 52%
G 61 of 255 = 24%
B 53 of 255 = 21%

132
61
53

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

Portions of RGB colors in percentages

R + G + B =
132 + 61 + 53 = 246 (100%)
R 132 of 246 ~ 53.66%
G 61 of 246 ~ 24.8%
B 53 of 246 ~ 21.54%

%53.66
%24.8
%21.54

CMYK color model

#843D35 color CMYK value is (0,54,60,48).

  • cyan value is 0.00%
  • magenta value is 53.79%
  • yellow value is 59.85%
  • key color value is 48.24%
CMYK:
(0,54,60,48)
C0M54Y60K48 
(0%,54%,60%,48%)
(0.00/0.54/0.60/0.48)	

CMYK percentages

%0
%53.79
%59.85
%48.24

Codes

Color #843D35 in popluar color models

843D35
RGB1326153
HSL42.70%36.27%
HSB/HSV59.85%51.76%
CMYK0.00%53.79%59.85%
48.24%

Color #843D35 in popluar number systems.

HEX843D35
Decimal1326153
Binary10000100111101110101
Octal2047565

Shades and tints

Shades of #843D35

#843D35
(132,61,53)
#783831
(120,56,49)
#6C332D
(108,51,45)
#602E29
(96,46,41)
#542925
(84,41,37)
#482421
(72,36,33)
#3C1F1D
(60,31,29)
#301A19
(48,26,25)
#241515
(36,21,21)
#181011
(24,16,17)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #843D35

#843D35
(132,61,53)
#8F4E47
(143,78,71)
#9A5F59
(154,95,89)
#A5706B
(165,112,107)
#B0817D
(176,129,125)
#BB928F
(187,146,143)
#C6A3A1
(198,163,161)
#D1B4B3
(209,180,179)
#DCC5C5
(220,197,197)
#E7D6D7
(231,214,215)
#F2E7E9
(242,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #843D35 color. Also use rgb(132,61,53) instead hex code.

Text Font Color

.myTextColor { color: #843D35; }

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

This text font color is #843D35.


Background Color

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

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

This div background color is #843D35.


Border color

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

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

This div border color is #843D35.


Opacity

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

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

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

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

This text has shadow with #843D35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #843D35 on black background.


Color preview on white background

This text has color #843D35 on white background.



Black color preview on #843D35 background

This text has black color on #843D35 background.


White color preview on #843D35 background

This text has white color on #843D35 background.