COLOR #873636

HEX: #873636
RGB: (135,54,54)

Color info

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

RGB color model

#873636 color RGB value is (135,54,54).

  • red value is 135;
  • green value is 54;
  • blue value is 54.
RGB:
(135,54,54)
(53%,21%,21%)

RGB channels and saturation

R 135 of 255 = 53%
G 54 of 255 = 21%
B 54 of 255 = 21%

135
54
54

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

Portions of RGB colors in percentages

R + G + B =
135 + 54 + 54 = 243 (100%)
R 135 of 243 ~ 55.56%
G 54 of 243 ~ 22.22%
B 54 of 243 ~ 22.22%

%55.56
%22.22
%22.22

CMYK color model

#873636 color CMYK value is (0,60,60,47).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 60.00%
  • key color value is 47.06%
CMYK:
(0,60,60,47)
C0M60Y60K47 
(0%,60%,60%,47%)
(0.00/0.60/0.60/0.47)	

CMYK percentages

%0
%60
%60
%47.06

Codes

Color #873636 in popluar color models

873636
RGB1355454
HSL42.86%37.06%
HSB/HSV60.00%52.94%
CMYK0.00%60.00%60.00%
47.06%

Color #873636 in popluar number systems.

HEX873636
Decimal1355454
Binary10000111110110110110
Octal2076666

Shades and tints

Shades of #873636

#873636
(135,54,54)
#7B3232
(123,50,50)
#6F2E2E
(111,46,46)
#632A2A
(99,42,42)
#572626
(87,38,38)
#4B2222
(75,34,34)
#3F1E1E
(63,30,30)
#331A1A
(51,26,26)
#271616
(39,22,22)
#1B1212
(27,18,18)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #873636

#873636
(135,54,54)
#914848
(145,72,72)
#9B5A5A
(155,90,90)
#A56C6C
(165,108,108)
#AF7E7E
(175,126,126)
#B99090
(185,144,144)
#C3A2A2
(195,162,162)
#CDB4B4
(205,180,180)
#D7C6C6
(215,198,198)
#E1D8D8
(225,216,216)
#EBEAEA
(235,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #873636; }

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

This text font color is #873636.


Background Color

.myBgColor { background-color: #873636; }

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

This div background color is #873636.


Border color

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

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

This div border color is #873636.


Opacity

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

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

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

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

This text has shadow with #873636 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #873636 on black background.


Color preview on white background

This text has color #873636 on white background.



Black color preview on #873636 background

This text has black color on #873636 background.


White color preview on #873636 background

This text has white color on #873636 background.