COLOR #874657

HEX: #874657
RGB: (135,70,87)

Color info

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

RGB color model

#874657 color RGB value is (135,70,87).

  • red value is 135;
  • green value is 70;
  • blue value is 87.
RGB:
(135,70,87)
(53%,27%,34%)

RGB channels and saturation

R 135 of 255 = 53%
G 70 of 255 = 27%
B 87 of 255 = 34%

135
70
87

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

Portions of RGB colors in percentages

R + G + B =
135 + 70 + 87 = 292 (100%)
R 135 of 292 ~ 46.23%
G 70 of 292 ~ 23.97%
B 87 of 292 ~ 29.79%

%46.23
%23.97
%29.79

CMYK color model

#874657 color CMYK value is (0,48,36,47).

  • cyan value is 0.00%
  • magenta value is 48.15%
  • yellow value is 35.56%
  • key color value is 47.06%
CMYK:
(0,48,36,47)
C0M48Y36K47 
(0%,48%,36%,47%)
(0.00/0.48/0.36/0.47)	

CMYK percentages

%0
%48.15
%35.56
%47.06

Codes

Color #874657 in popluar color models

874657
RGB1357087
HSL344°31.71%40.20%
HSB/HSV344°48.15%52.94%
CMYK0.00%48.15%35.56%
47.06%

Color #874657 in popluar number systems.

HEX874657
Decimal1357087
Binary1000011110001101010111
Octal207106127

Shades and tints

Shades of #874657

#874657
(135,70,87)
#7B4050
(123,64,80)
#6F3A49
(111,58,73)
#633442
(99,52,66)
#572E3B
(87,46,59)
#4B2834
(75,40,52)
#3F222D
(63,34,45)
#331C26
(51,28,38)
#27161F
(39,22,31)
#1B1018
(27,16,24)
#0F0A11
(15,10,17)
#000000
(0,0,0)

Tints of #874657

#874657
(135,70,87)
#915666
(145,86,102)
#9B6675
(155,102,117)
#A57684
(165,118,132)
#AF8693
(175,134,147)
#B996A2
(185,150,162)
#C3A6B1
(195,166,177)
#CDB6C0
(205,182,192)
#D7C6CF
(215,198,207)
#E1D6DE
(225,214,222)
#EBE6ED
(235,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #874657 color. Also use rgb(135,70,87) instead hex code.

Text Font Color

.myTextColor { color: #874657; }

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

This text font color is #874657.


Background Color

.myBgColor { background-color: #874657; }

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

This div background color is #874657.


Border color

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

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

This div border color is #874657.


Opacity

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

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

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

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

This text has shadow with #874657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #874657 on black background.


Color preview on white background

This text has color #874657 on white background.



Black color preview on #874657 background

This text has black color on #874657 background.


White color preview on #874657 background

This text has white color on #874657 background.