COLOR #873F25

HEX: #873F25
RGB: (135,63,37)

Color info

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

RGB color model

#873F25 color RGB value is (135,63,37).

  • red value is 135;
  • green value is 63;
  • blue value is 37.
RGB:
(135,63,37)
(53%,25%,15%)

RGB channels and saturation

R 135 of 255 = 53%
G 63 of 255 = 25%
B 37 of 255 = 15%

135
63
37

R + G + B ~ 31%. #873F25 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 63 + 37 = 235 (100%)
R 135 of 235 ~ 57.45%
G 63 of 235 ~ 26.81%
B 37 of 235 ~ 15.74%

%57.45
%26.81
%15.74

CMYK color model

#873F25 color CMYK value is (0,53,73,47).

  • cyan value is 0.00%
  • magenta value is 53.33%
  • yellow value is 72.59%
  • key color value is 47.06%
CMYK:
(0,53,73,47)
C0M53Y73K47 
(0%,53%,73%,47%)
(0.00/0.53/0.73/0.47)	

CMYK percentages

%0
%53.33
%72.59
%47.06

Codes

Color #873F25 in popluar color models

873F25
RGB1356337
HSL16°56.98%33.73%
HSB/HSV16°72.59%52.94%
CMYK0.00%53.33%72.59%
47.06%

Color #873F25 in popluar number systems.

HEX873F25
Decimal1356337
Binary10000111111111100101
Octal2077745

Shades and tints

Shades of #873F25

#873F25
(135,63,37)
#7B3A22
(123,58,34)
#6F351F
(111,53,31)
#63301C
(99,48,28)
#572B19
(87,43,25)
#4B2616
(75,38,22)
#3F2113
(63,33,19)
#331C10
(51,28,16)
#27170D
(39,23,13)
#1B120A
(27,18,10)
#0F0D07
(15,13,7)
#000000
(0,0,0)

Tints of #873F25

#873F25
(135,63,37)
#915038
(145,80,56)
#9B614B
(155,97,75)
#A5725E
(165,114,94)
#AF8371
(175,131,113)
#B99484
(185,148,132)
#C3A597
(195,165,151)
#CDB6AA
(205,182,170)
#D7C7BD
(215,199,189)
#E1D8D0
(225,216,208)
#EBE9E3
(235,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #873F25 color. Also use rgb(135,63,37) instead hex code.

Text Font Color

.myTextColor { color: #873F25; }

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

This text font color is #873F25.


Background Color

.myBgColor { background-color: #873F25; }

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

This div background color is #873F25.


Border color

.myBorderColor { border: 1px solid #873F25; }

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

This div border color is #873F25.


Opacity

.myOpacity80 { color: #873F25; opacity: 0.8; }

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

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

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

This text has shadow with #873F25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #873F25 on black background.


Color preview on white background

This text has color #873F25 on white background.



Black color preview on #873F25 background

This text has black color on #873F25 background.


White color preview on #873F25 background

This text has white color on #873F25 background.