COLOR #873655

HEX: #873655
RGB: (135,54,85)

Color info

#873655 contains mainly red and blue colors. Web safe color of #873655 is #993366 (or #936).

RGB color model

#873655 color RGB value is (135,54,85).

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

RGB channels and saturation

R 135 of 255 = 53%
G 54 of 255 = 21%
B 85 of 255 = 33%

135
54
85

R + G + B ~ 36%. #873655 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 54 + 85 = 274 (100%)
R 135 of 274 ~ 49.27%
G 54 of 274 ~ 19.71%
B 85 of 274 ~ 31.02%

%49.27
%19.71
%31.02

CMYK color model

#873655 color CMYK value is (0,60,37,47).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 37.04%
  • key color value is 47.06%
CMYK:
(0,60,37,47)
C0M60Y37K47 
(0%,60%,37%,47%)
(0.00/0.60/0.37/0.47)	

CMYK percentages

%0
%60
%37.04
%47.06

Codes

Color #873655 in popluar color models

873655
RGB1355485
HSL337°42.86%37.06%
HSB/HSV337°60.00%52.94%
CMYK0.00%60.00%37.04%
47.06%

Color #873655 in popluar number systems.

HEX873655
Decimal1355485
Binary100001111101101010101
Octal20766125

Shades and tints

Shades of #873655

#873655
(135,54,85)
#7B324E
(123,50,78)
#6F2E47
(111,46,71)
#632A40
(99,42,64)
#572639
(87,38,57)
#4B2232
(75,34,50)
#3F1E2B
(63,30,43)
#331A24
(51,26,36)
#27161D
(39,22,29)
#1B1216
(27,18,22)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #873655

#873655
(135,54,85)
#914864
(145,72,100)
#9B5A73
(155,90,115)
#A56C82
(165,108,130)
#AF7E91
(175,126,145)
#B990A0
(185,144,160)
#C3A2AF
(195,162,175)
#CDB4BE
(205,180,190)
#D7C6CD
(215,198,205)
#E1D8DC
(225,216,220)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #873655; }

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

This text font color is #873655.


Background Color

.myBgColor { background-color: #873655; }

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

This div background color is #873655.


Border color

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

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

This div border color is #873655.


Opacity

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

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

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

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

This text has shadow with #873655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #873655 on black background.


Color preview on white background

This text has color #873655 on white background.



Black color preview on #873655 background

This text has black color on #873655 background.


White color preview on #873655 background

This text has white color on #873655 background.