COLOR #873531

HEX: #873531
RGB: (135,53,49)

Color info

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

RGB color model

#873531 color RGB value is (135,53,49).

  • red value is 135;
  • green value is 53;
  • blue value is 49.
RGB:
(135,53,49)
(53%,21%,19%)

RGB channels and saturation

R 135 of 255 = 53%
G 53 of 255 = 21%
B 49 of 255 = 19%

135
53
49

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

Portions of RGB colors in percentages

R + G + B =
135 + 53 + 49 = 237 (100%)
R 135 of 237 ~ 56.96%
G 53 of 237 ~ 22.36%
B 49 of 237 ~ 20.68%

%56.96
%22.36
%20.68

CMYK color model

#873531 color CMYK value is (0,61,64,47).

  • cyan value is 0.00%
  • magenta value is 60.74%
  • yellow value is 63.70%
  • key color value is 47.06%
CMYK:
(0,61,64,47)
C0M61Y64K47 
(0%,61%,64%,47%)
(0.00/0.61/0.64/0.47)	

CMYK percentages

%0
%60.74
%63.7
%47.06

Codes

Color #873531 in popluar color models

873531
RGB1355349
HSL46.74%36.08%
HSB/HSV63.70%52.94%
CMYK0.00%60.74%63.70%
47.06%

Color #873531 in popluar number systems.

HEX873531
Decimal1355349
Binary10000111110101110001
Octal2076561

Shades and tints

Shades of #873531

#873531
(135,53,49)
#7B312D
(123,49,45)
#6F2D29
(111,45,41)
#632925
(99,41,37)
#572521
(87,37,33)
#4B211D
(75,33,29)
#3F1D19
(63,29,25)
#331915
(51,25,21)
#271511
(39,21,17)
#1B110D
(27,17,13)
#0F0D09
(15,13,9)
#000000
(0,0,0)

Tints of #873531

#873531
(135,53,49)
#914743
(145,71,67)
#9B5955
(155,89,85)
#A56B67
(165,107,103)
#AF7D79
(175,125,121)
#B98F8B
(185,143,139)
#C3A19D
(195,161,157)
#CDB3AF
(205,179,175)
#D7C5C1
(215,197,193)
#E1D7D3
(225,215,211)
#EBE9E5
(235,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #873531 color. Also use rgb(135,53,49) instead hex code.

Text Font Color

.myTextColor { color: #873531; }

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

This text font color is #873531.


Background Color

.myBgColor { background-color: #873531; }

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

This div background color is #873531.


Border color

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

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

This div border color is #873531.


Opacity

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

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

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

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

This text has shadow with #873531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #873531 on black background.


Color preview on white background

This text has color #873531 on white background.



Black color preview on #873531 background

This text has black color on #873531 background.


White color preview on #873531 background

This text has white color on #873531 background.