COLOR #873644

HEX: #873644
RGB: (135,54,68)

Color info

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

RGB color model

#873644 color RGB value is (135,54,68).

  • red value is 135;
  • green value is 54;
  • blue value is 68.
RGB:
(135,54,68)
(53%,21%,27%)

RGB channels and saturation

R 135 of 255 = 53%
G 54 of 255 = 21%
B 68 of 255 = 27%

135
54
68

R + G + B ~ 34%. #873644 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 54 + 68 = 257 (100%)
R 135 of 257 ~ 52.53%
G 54 of 257 ~ 21.01%
B 68 of 257 ~ 26.46%

%52.53
%21.01
%26.46

CMYK color model

#873644 color CMYK value is (0,60,50,47).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 49.63%
  • key color value is 47.06%
CMYK:
(0,60,50,47)
C0M60Y50K47 
(0%,60%,50%,47%)
(0.00/0.60/0.50/0.47)	

CMYK percentages

%0
%60
%49.63
%47.06

Codes

Color #873644 in popluar color models

873644
RGB1355468
HSL350°42.86%37.06%
HSB/HSV350°60.00%52.94%
CMYK0.00%60.00%49.63%
47.06%

Color #873644 in popluar number systems.

HEX873644
Decimal1355468
Binary100001111101101000100
Octal20766104

Shades and tints

Shades of #873644

#873644
(135,54,68)
#7B323E
(123,50,62)
#6F2E38
(111,46,56)
#632A32
(99,42,50)
#57262C
(87,38,44)
#4B2226
(75,34,38)
#3F1E20
(63,30,32)
#331A1A
(51,26,26)
#271614
(39,22,20)
#1B120E
(27,18,14)
#0F0E08
(15,14,8)
#000000
(0,0,0)

Tints of #873644

#873644
(135,54,68)
#914855
(145,72,85)
#9B5A66
(155,90,102)
#A56C77
(165,108,119)
#AF7E88
(175,126,136)
#B99099
(185,144,153)
#C3A2AA
(195,162,170)
#CDB4BB
(205,180,187)
#D7C6CC
(215,198,204)
#E1D8DD
(225,216,221)
#EBEAEE
(235,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #873644 color. Also use rgb(135,54,68) instead hex code.

Text Font Color

.myTextColor { color: #873644; }

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

This text font color is #873644.


Background Color

.myBgColor { background-color: #873644; }

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

This div background color is #873644.


Border color

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

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

This div border color is #873644.


Opacity

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

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

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

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

This text has shadow with #873644 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #873644 on black background.


Color preview on white background

This text has color #873644 on white background.



Black color preview on #873644 background

This text has black color on #873644 background.


White color preview on #873644 background

This text has white color on #873644 background.