COLOR #873936

HEX: #873936
RGB: (135,57,54)

Color info

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

RGB color model

#873936 color RGB value is (135,57,54).

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

RGB channels and saturation

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

135
57
54

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

Portions of RGB colors in percentages

R + G + B =
135 + 57 + 54 = 246 (100%)
R 135 of 246 ~ 54.88%
G 57 of 246 ~ 23.17%
B 54 of 246 ~ 21.95%

%54.88
%23.17
%21.95

CMYK color model

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

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

CMYK percentages

%0
%57.78
%60
%47.06

Codes

Color #873936 in popluar color models

873936
RGB1355754
HSL42.86%37.06%
HSB/HSV60.00%52.94%
CMYK0.00%57.78%60.00%
47.06%

Color #873936 in popluar number systems.

HEX873936
Decimal1355754
Binary10000111111001110110
Octal2077166

Shades and tints

Shades of #873936

#873936
(135,57,54)
#7B3432
(123,52,50)
#6F2F2E
(111,47,46)
#632A2A
(99,42,42)
#572526
(87,37,38)
#4B2022
(75,32,34)
#3F1B1E
(63,27,30)
#33161A
(51,22,26)
#271116
(39,17,22)
#1B0C12
(27,12,18)
#0F070E
(15,7,14)
#000000
(0,0,0)

Tints of #873936

#873936
(135,57,54)
#914B48
(145,75,72)
#9B5D5A
(155,93,90)
#A56F6C
(165,111,108)
#AF817E
(175,129,126)
#B99390
(185,147,144)
#C3A5A2
(195,165,162)
#CDB7B4
(205,183,180)
#D7C9C6
(215,201,198)
#E1DBD8
(225,219,216)
#EBEDEA
(235,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #873936; }

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

This text font color is #873936.


Background Color

.myBgColor { background-color: #873936; }

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

This div background color is #873936.


Border color

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

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

This div border color is #873936.


Opacity

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

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

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

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

This text has shadow with #873936 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #873936 on black background.


Color preview on white background

This text has color #873936 on white background.



Black color preview on #873936 background

This text has black color on #873936 background.


White color preview on #873936 background

This text has white color on #873936 background.