COLOR #872967

HEX: #872967
RGB: (135,41,103)

Color info

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

RGB color model

#872967 color RGB value is (135,41,103).

  • red value is 135;
  • green value is 41;
  • blue value is 103.
RGB:
(135,41,103)
(53%,16%,40%)

RGB channels and saturation

R 135 of 255 = 53%
G 41 of 255 = 16%
B 103 of 255 = 40%

135
41
103

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

Portions of RGB colors in percentages

R + G + B =
135 + 41 + 103 = 279 (100%)
R 135 of 279 ~ 48.39%
G 41 of 279 ~ 14.7%
B 103 of 279 ~ 36.92%

%48.39
%14.7
%36.92

CMYK color model

#872967 color CMYK value is (0,70,24,47).

  • cyan value is 0.00%
  • magenta value is 69.63%
  • yellow value is 23.70%
  • key color value is 47.06%
CMYK:
(0,70,24,47)
C0M70Y24K47 
(0%,70%,24%,47%)
(0.00/0.70/0.24/0.47)	

CMYK percentages

%0
%69.63
%23.7
%47.06

Codes

Color #872967 in popluar color models

872967
RGB13541103
HSL320°53.41%34.51%
HSB/HSV320°69.63%52.94%
CMYK0.00%69.63%23.70%
47.06%

Color #872967 in popluar number systems.

HEX872967
Decimal13541103
Binary100001111010011100111
Octal20751147

Shades and tints

Shades of #872967

#872967
(135,41,103)
#7B265E
(123,38,94)
#6F2355
(111,35,85)
#63204C
(99,32,76)
#571D43
(87,29,67)
#4B1A3A
(75,26,58)
#3F1731
(63,23,49)
#331428
(51,20,40)
#27111F
(39,17,31)
#1B0E16
(27,14,22)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #872967

#872967
(135,41,103)
#913C74
(145,60,116)
#9B4F81
(155,79,129)
#A5628E
(165,98,142)
#AF759B
(175,117,155)
#B988A8
(185,136,168)
#C39BB5
(195,155,181)
#CDAEC2
(205,174,194)
#D7C1CF
(215,193,207)
#E1D4DC
(225,212,220)
#EBE7E9
(235,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #872967 color. Also use rgb(135,41,103) instead hex code.

Text Font Color

.myTextColor { color: #872967; }

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

This text font color is #872967.


Background Color

.myBgColor { background-color: #872967; }

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

This div background color is #872967.


Border color

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

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

This div border color is #872967.


Opacity

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

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

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

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

This text has shadow with #872967 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #872967 on black background.


Color preview on white background

This text has color #872967 on white background.



Black color preview on #872967 background

This text has black color on #872967 background.


White color preview on #872967 background

This text has white color on #872967 background.