COLOR #843515

HEX: #843515
RGB: (132,53,21)

Color info

#843515 contains mainly red color. Web safe color of #843515 is #993300 (or #930).

RGB color model

#843515 color RGB value is (132,53,21).

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

RGB channels and saturation

R 132 of 255 = 52%
G 53 of 255 = 21%
B 21 of 255 = 8%

132
53
21

R + G + B ~ 27%. #843515 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 53 + 21 = 206 (100%)
R 132 of 206 ~ 64.08%
G 53 of 206 ~ 25.73%
B 21 of 206 ~ 10.19%

%64.08
%25.73
%10.19

CMYK color model

#843515 color CMYK value is (0,60,84,48).

  • cyan value is 0.00%
  • magenta value is 59.85%
  • yellow value is 84.09%
  • key color value is 48.24%
CMYK:
(0,60,84,48)
C0M60Y84K48 
(0%,60%,84%,48%)
(0.00/0.60/0.84/0.48)	

CMYK percentages

%0
%59.85
%84.09
%48.24

Codes

Color #843515 in popluar color models

843515
RGB1325321
HSL17°72.55%30.00%
HSB/HSV17°84.09%51.76%
CMYK0.00%59.85%84.09%
48.24%

Color #843515 in popluar number systems.

HEX843515
Decimal1325321
Binary1000010011010110101
Octal2046525

Shades and tints

Shades of #843515

#843515
(132,53,21)
#783114
(120,49,20)
#6C2D13
(108,45,19)
#602912
(96,41,18)
#542511
(84,37,17)
#482110
(72,33,16)
#3C1D0F
(60,29,15)
#30190E
(48,25,14)
#24150D
(36,21,13)
#18110C
(24,17,12)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #843515

#843515
(132,53,21)
#8F472A
(143,71,42)
#9A593F
(154,89,63)
#A56B54
(165,107,84)
#B07D69
(176,125,105)
#BB8F7E
(187,143,126)
#C6A193
(198,161,147)
#D1B3A8
(209,179,168)
#DCC5BD
(220,197,189)
#E7D7D2
(231,215,210)
#F2E9E7
(242,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #843515; }

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

This text font color is #843515.


Background Color

.myBgColor { background-color: #843515; }

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

This div background color is #843515.


Border color

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

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

This div border color is #843515.


Opacity

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

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

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

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

This text has shadow with #843515 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #843515 on black background.


Color preview on white background

This text has color #843515 on white background.



Black color preview on #843515 background

This text has black color on #843515 background.


White color preview on #843515 background

This text has white color on #843515 background.