COLOR #873B38

HEX: #873B38
RGB: (135,59,56)

Color info

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

RGB color model

#873B38 color RGB value is (135,59,56).

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

RGB channels and saturation

R 135 of 255 = 53%
G 59 of 255 = 23%
B 56 of 255 = 22%

135
59
56

R + G + B ~ 33%. #873B38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 59 + 56 = 250 (100%)
R 135 of 250 ~ 54%
G 59 of 250 ~ 23.6%
B 56 of 250 ~ 22.4%

%54
%23.6
%22.4

CMYK color model

#873B38 color CMYK value is (0,56,59,47).

  • cyan value is 0.00%
  • magenta value is 56.30%
  • yellow value is 58.52%
  • key color value is 47.06%
CMYK:
(0,56,59,47)
C0M56Y59K47 
(0%,56%,59%,47%)
(0.00/0.56/0.59/0.47)	

CMYK percentages

%0
%56.3
%58.52
%47.06

Codes

Color #873B38 in popluar color models

873B38
RGB1355956
HSL41.36%37.45%
HSB/HSV58.52%52.94%
CMYK0.00%56.30%58.52%
47.06%

Color #873B38 in popluar number systems.

HEX873B38
Decimal1355956
Binary10000111111011111000
Octal2077370

Shades and tints

Shades of #873B38

#873B38
(135,59,56)
#7B3633
(123,54,51)
#6F312E
(111,49,46)
#632C29
(99,44,41)
#572724
(87,39,36)
#4B221F
(75,34,31)
#3F1D1A
(63,29,26)
#331815
(51,24,21)
#271310
(39,19,16)
#1B0E0B
(27,14,11)
#0F0906
(15,9,6)
#000000
(0,0,0)

Tints of #873B38

#873B38
(135,59,56)
#914C4A
(145,76,74)
#9B5D5C
(155,93,92)
#A56E6E
(165,110,110)
#AF7F80
(175,127,128)
#B99092
(185,144,146)
#C3A1A4
(195,161,164)
#CDB2B6
(205,178,182)
#D7C3C8
(215,195,200)
#E1D4DA
(225,212,218)
#EBE5EC
(235,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #873B38; }

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

This text font color is #873B38.


Background Color

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

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

This div background color is #873B38.


Border color

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

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

This div border color is #873B38.


Opacity

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

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

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

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

This text has shadow with #873B38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #873B38 on black background.


Color preview on white background

This text has color #873B38 on white background.



Black color preview on #873B38 background

This text has black color on #873B38 background.


White color preview on #873B38 background

This text has white color on #873B38 background.