COLOR #873764

HEX: #873764
RGB: (135,55,100)

Color info

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

RGB color model

#873764 color RGB value is (135,55,100).

  • red value is 135;
  • green value is 55;
  • blue value is 100.
RGB:
(135,55,100)
(53%,22%,39%)

RGB channels and saturation

R 135 of 255 = 53%
G 55 of 255 = 22%
B 100 of 255 = 39%

135
55
100

R + G + B ~ 38%. #873764 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 55 + 100 = 290 (100%)
R 135 of 290 ~ 46.55%
G 55 of 290 ~ 18.97%
B 100 of 290 ~ 34.48%

%46.55
%18.97
%34.48

CMYK color model

#873764 color CMYK value is (0,59,26,47).

  • cyan value is 0.00%
  • magenta value is 59.26%
  • yellow value is 25.93%
  • key color value is 47.06%
CMYK:
(0,59,26,47)
C0M59Y26K47 
(0%,59%,26%,47%)
(0.00/0.59/0.26/0.47)	

CMYK percentages

%0
%59.26
%25.93
%47.06

Codes

Color #873764 in popluar color models

873764
RGB13555100
HSL326°42.11%37.25%
HSB/HSV326°59.26%52.94%
CMYK0.00%59.26%25.93%
47.06%

Color #873764 in popluar number systems.

HEX873764
Decimal13555100
Binary100001111101111100100
Octal20767144

Shades and tints

Shades of #873764

#873764
(135,55,100)
#7B325B
(123,50,91)
#6F2D52
(111,45,82)
#632849
(99,40,73)
#572340
(87,35,64)
#4B1E37
(75,30,55)
#3F192E
(63,25,46)
#331425
(51,20,37)
#270F1C
(39,15,28)
#1B0A13
(27,10,19)
#0F050A
(15,5,10)
#000000
(0,0,0)

Tints of #873764

#873764
(135,55,100)
#914972
(145,73,114)
#9B5B80
(155,91,128)
#A56D8E
(165,109,142)
#AF7F9C
(175,127,156)
#B991AA
(185,145,170)
#C3A3B8
(195,163,184)
#CDB5C6
(205,181,198)
#D7C7D4
(215,199,212)
#E1D9E2
(225,217,226)
#EBEBF0
(235,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #873764 color. Also use rgb(135,55,100) instead hex code.

Text Font Color

.myTextColor { color: #873764; }

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

This text font color is #873764.


Background Color

.myBgColor { background-color: #873764; }

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

This div background color is #873764.


Border color

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

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

This div border color is #873764.


Opacity

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

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

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

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

This text has shadow with #873764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #873764 on black background.


Color preview on white background

This text has color #873764 on white background.



Black color preview on #873764 background

This text has black color on #873764 background.


White color preview on #873764 background

This text has white color on #873764 background.