COLOR #873719

HEX: #873719
RGB: (135,55,25)

Color info

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

RGB color model

#873719 color RGB value is (135,55,25).

  • red value is 135;
  • green value is 55;
  • blue value is 25.
RGB:
(135,55,25)
(53%,22%,10%)

RGB channels and saturation

R 135 of 255 = 53%
G 55 of 255 = 22%
B 25 of 255 = 10%

135
55
25

R + G + B ~ 28%. #873719 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 55 + 25 = 215 (100%)
R 135 of 215 ~ 62.79%
G 55 of 215 ~ 25.58%
B 25 of 215 ~ 11.63%

%62.79
%25.58
%11.63

CMYK color model

#873719 color CMYK value is (0,59,81,47).

  • cyan value is 0.00%
  • magenta value is 59.26%
  • yellow value is 81.48%
  • key color value is 47.06%
CMYK:
(0,59,81,47)
C0M59Y81K47 
(0%,59%,81%,47%)
(0.00/0.59/0.81/0.47)	

CMYK percentages

%0
%59.26
%81.48
%47.06

Codes

Color #873719 in popluar color models

873719
RGB1355525
HSL16°68.75%31.37%
HSB/HSV16°81.48%52.94%
CMYK0.00%59.26%81.48%
47.06%

Color #873719 in popluar number systems.

HEX873719
Decimal1355525
Binary1000011111011111001
Octal2076731

Shades and tints

Shades of #873719

#873719
(135,55,25)
#7B3217
(123,50,23)
#6F2D15
(111,45,21)
#632813
(99,40,19)
#572311
(87,35,17)
#4B1E0F
(75,30,15)
#3F190D
(63,25,13)
#33140B
(51,20,11)
#270F09
(39,15,9)
#1B0A07
(27,10,7)
#0F0505
(15,5,5)
#000000
(0,0,0)

Tints of #873719

#873719
(135,55,25)
#91492D
(145,73,45)
#9B5B41
(155,91,65)
#A56D55
(165,109,85)
#AF7F69
(175,127,105)
#B9917D
(185,145,125)
#C3A391
(195,163,145)
#CDB5A5
(205,181,165)
#D7C7B9
(215,199,185)
#E1D9CD
(225,217,205)
#EBEBE1
(235,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #873719; }

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

This text font color is #873719.


Background Color

.myBgColor { background-color: #873719; }

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

This div background color is #873719.


Border color

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

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

This div border color is #873719.


Opacity

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

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

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

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

This text has shadow with #873719 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #873719 on black background.


Color preview on white background

This text has color #873719 on white background.



Black color preview on #873719 background

This text has black color on #873719 background.


White color preview on #873719 background

This text has white color on #873719 background.