COLOR #873E65

HEX: #873E65 RGB: (135,62,101)

Color info

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

RGB color model

#873E65 color RGB value is (135,62,101).

RGB: (135,62,101) (53%, 24%, 40%)

RGB channels and saturation

R 135 of 255 = 53%
G 62 of 255 = 24%
B 101 of 255 = 40%

135
62
101

R + G + B ~ 39%. #873E65 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 135 + 62 + 101 = 298 (100%)
R 135 of 298 ~ 45.3%
G 62 of 298 ~ 20.81%
B 101 of 298 ~ 33.89'%

%45.3
%20.81
%33.89

CMYK color model

#873E65 color CMYK value is (0,54,25,47).

  • cyan value is 0.00%
  • magenta value is 54.07%
  • yellow value is 25.19%
  • key color value is 47.06%
CMYK: (0,54,25,47) C0M54Y25K47 (0%,54%,25%,47%) (0.00/0.54/0.25/0.47) 

CMYK percentages

%0
%54.07
%25.19
%47.06

Codes

Color #873E65 in popluar color models

87 3E 65
RGB 135 62 101
HSL 328° 37.06% 38.63%
HSB/HSV 328° 54.07% 52.94%
CMYK 0.00% 54.07% 25.19%
47.06%

Color #873E65 in popluar number systems.

HEX 87 3E 65
Decimal 135 62 101
Binary 10000111 111110 1100101
Octal 207 76 145

Shades and tints

Shades of #873E65

#873E65
(135,62,101)
#7B395C
(123,57,92)
#6F3453
(111,52,83)
#632F4A
(99,47,74)
#572A41
(87,42,65)
#4B2538
(75,37,56)
#3F202F
(63,32,47)
#331B26
(51,27,38)
#27161D
(39,22,29)
#1B1114
(27,17,20)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #873E65

#873E65
(135,62,101)
#914F73
(145,79,115)
#9B6081
(155,96,129)
#A5718F
(165,113,143)
#AF829D
(175,130,157)
#B993AB
(185,147,171)
#C3A4B9
(195,164,185)
#CDB5C7
(205,181,199)
#D7C6D5
(215,198,213)
#E1D7E3
(225,215,227)
#EBE8F1
(235,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #873E65 color. Also use rgb(135,62,101) instead hex code.

Text Font Color

.myTextColor { color: #873E65; }

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

This text font color is #873E65.

Background Color

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

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

This div background color is #873E65.

Border color

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

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

This div border color is #873E65.

Opacity

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

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

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

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

This text has shadow with #873E65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #873E65.

Preview

Color preview on black background

This text has color #873E65 on black background.


Color preview on white background

This text has color #873E65 on white background.


Black color preview on #873E65 background

This text has black color on #873E65 background.


White color preview on #873E65 background

This text has white color on #873E65 background.


Related colors

Complementary color

Complementary color for #hex is #78C19A.


I love getcolorcode.com

Triadic colors

1 #65873E and #3E6587 with #873E65 are triadic colors.

2 #653E87 and #3E8765 with #873E65 are triadic colors.