COLOR #874669

HEX: #874669
RGB: (135,70,105)

Color info

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

RGB color model

#874669 color RGB value is (135,70,105).

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

RGB channels and saturation

R 135 of 255 = 53%
G 70 of 255 = 27%
B 105 of 255 = 41%

135
70
105

R + G + B ~ 40%. #874669 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 70 + 105 = 310 (100%)
R 135 of 310 ~ 43.55%
G 70 of 310 ~ 22.58%
B 105 of 310 ~ 33.87%

%43.55
%22.58
%33.87

CMYK color model

#874669 color CMYK value is (0,48,22,47).

  • cyan value is 0.00%
  • magenta value is 48.15%
  • yellow value is 22.22%
  • key color value is 47.06%
CMYK:
(0,48,22,47)
C0M48Y22K47 
(0%,48%,22%,47%)
(0.00/0.48/0.22/0.47)	

CMYK percentages

%0
%48.15
%22.22
%47.06

Codes

Color #874669 in popluar color models

874669
RGB13570105
HSL328°31.71%40.20%
HSB/HSV328°48.15%52.94%
CMYK0.00%48.15%22.22%
47.06%

Color #874669 in popluar number systems.

HEX874669
Decimal13570105
Binary1000011110001101101001
Octal207106151

Shades and tints

Shades of #874669

#874669
(135,70,105)
#7B4060
(123,64,96)
#6F3A57
(111,58,87)
#63344E
(99,52,78)
#572E45
(87,46,69)
#4B283C
(75,40,60)
#3F2233
(63,34,51)
#331C2A
(51,28,42)
#271621
(39,22,33)
#1B1018
(27,16,24)
#0F0A0F
(15,10,15)
#000000
(0,0,0)

Tints of #874669

#874669
(135,70,105)
#915676
(145,86,118)
#9B6683
(155,102,131)
#A57690
(165,118,144)
#AF869D
(175,134,157)
#B996AA
(185,150,170)
#C3A6B7
(195,166,183)
#CDB6C4
(205,182,196)
#D7C6D1
(215,198,209)
#E1D6DE
(225,214,222)
#EBE6EB
(235,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #874669; }

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

This text font color is #874669.


Background Color

.myBgColor { background-color: #874669; }

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

This div background color is #874669.


Border color

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

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

This div border color is #874669.


Opacity

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

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

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

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

This text has shadow with #874669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #874669 on black background.


Color preview on white background

This text has color #874669 on white background.



Black color preview on #874669 background

This text has black color on #874669 background.


White color preview on #874669 background

This text has white color on #874669 background.