COLOR #874561

HEX: #874561
RGB: (135,69,97)

Color info

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

RGB color model

#874561 color RGB value is (135,69,97).

  • red value is 135;
  • green value is 69;
  • blue value is 97.
RGB:
(135,69,97)
(53%,27%,38%)

RGB channels and saturation

R 135 of 255 = 53%
G 69 of 255 = 27%
B 97 of 255 = 38%

135
69
97

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

Portions of RGB colors in percentages

R + G + B =
135 + 69 + 97 = 301 (100%)
R 135 of 301 ~ 44.85%
G 69 of 301 ~ 22.92%
B 97 of 301 ~ 32.23%

%44.85
%22.92
%32.23

CMYK color model

#874561 color CMYK value is (0,49,28,47).

  • cyan value is 0.00%
  • magenta value is 48.89%
  • yellow value is 28.15%
  • key color value is 47.06%
CMYK:
(0,49,28,47)
C0M49Y28K47 
(0%,49%,28%,47%)
(0.00/0.49/0.28/0.47)	

CMYK percentages

%0
%48.89
%28.15
%47.06

Codes

Color #874561 in popluar color models

874561
RGB1356997
HSL335°32.35%40.00%
HSB/HSV335°48.89%52.94%
CMYK0.00%48.89%28.15%
47.06%

Color #874561 in popluar number systems.

HEX874561
Decimal1356997
Binary1000011110001011100001
Octal207105141

Shades and tints

Shades of #874561

#874561
(135,69,97)
#7B3F59
(123,63,89)
#6F3951
(111,57,81)
#633349
(99,51,73)
#572D41
(87,45,65)
#4B2739
(75,39,57)
#3F2131
(63,33,49)
#331B29
(51,27,41)
#271521
(39,21,33)
#1B0F19
(27,15,25)
#0F0911
(15,9,17)
#000000
(0,0,0)

Tints of #874561

#874561
(135,69,97)
#91556F
(145,85,111)
#9B657D
(155,101,125)
#A5758B
(165,117,139)
#AF8599
(175,133,153)
#B995A7
(185,149,167)
#C3A5B5
(195,165,181)
#CDB5C3
(205,181,195)
#D7C5D1
(215,197,209)
#E1D5DF
(225,213,223)
#EBE5ED
(235,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #874561 color. Also use rgb(135,69,97) instead hex code.

Text Font Color

.myTextColor { color: #874561; }

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

This text font color is #874561.


Background Color

.myBgColor { background-color: #874561; }

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

This div background color is #874561.


Border color

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

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

This div border color is #874561.


Opacity

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

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

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

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

This text has shadow with #874561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #874561 on black background.


Color preview on white background

This text has color #874561 on white background.



Black color preview on #874561 background

This text has black color on #874561 background.


White color preview on #874561 background

This text has white color on #874561 background.