COLOR #873B14

HEX: #873B14
RGB: (135,59,20)

Color info

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

RGB color model

#873B14 color RGB value is (135,59,20).

  • red value is 135;
  • green value is 59;
  • blue value is 20.
RGB:
(135,59,20)
(53%,23%,8%)

RGB channels and saturation

R 135 of 255 = 53%
G 59 of 255 = 23%
B 20 of 255 = 8%

135
59
20

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

Portions of RGB colors in percentages

R + G + B =
135 + 59 + 20 = 214 (100%)
R 135 of 214 ~ 63.08%
G 59 of 214 ~ 27.57%
B 20 of 214 ~ 9.35%

%63.08
%27.57

CMYK color model

#873B14 color CMYK value is (0,56,85,47).

  • cyan value is 0.00%
  • magenta value is 56.30%
  • yellow value is 85.19%
  • key color value is 47.06%
CMYK:
(0,56,85,47)
C0M56Y85K47 
(0%,56%,85%,47%)
(0.00/0.56/0.85/0.47)	

CMYK percentages

%0
%56.3
%85.19
%47.06

Codes

Color #873B14 in popluar color models

873B14
RGB1355920
HSL20°74.19%30.39%
HSB/HSV20°85.19%52.94%
CMYK0.00%56.30%85.19%
47.06%

Color #873B14 in popluar number systems.

HEX873B14
Decimal1355920
Binary1000011111101110100
Octal2077324

Shades and tints

Shades of #873B14

#873B14
(135,59,20)
#7B3613
(123,54,19)
#6F3112
(111,49,18)
#632C11
(99,44,17)
#572710
(87,39,16)
#4B220F
(75,34,15)
#3F1D0E
(63,29,14)
#33180D
(51,24,13)
#27130C
(39,19,12)
#1B0E0B
(27,14,11)
#0F090A
(15,9,10)
#000000
(0,0,0)

Tints of #873B14

#873B14
(135,59,20)
#914C29
(145,76,41)
#9B5D3E
(155,93,62)
#A56E53
(165,110,83)
#AF7F68
(175,127,104)
#B9907D
(185,144,125)
#C3A192
(195,161,146)
#CDB2A7
(205,178,167)
#D7C3BC
(215,195,188)
#E1D4D1
(225,212,209)
#EBE5E6
(235,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #873B14 color. Also use rgb(135,59,20) instead hex code.

Text Font Color

.myTextColor { color: #873B14; }

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

This text font color is #873B14.


Background Color

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

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

This div background color is #873B14.


Border color

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

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

This div border color is #873B14.


Opacity

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

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

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

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

This text has shadow with #873B14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #873B14 on black background.


Color preview on white background

This text has color #873B14 on white background.



Black color preview on #873B14 background

This text has black color on #873B14 background.


White color preview on #873B14 background

This text has white color on #873B14 background.