COLOR #874854

HEX: #874854
RGB: (135,72,84)

Color info

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

RGB color model

#874854 color RGB value is (135,72,84).

  • red value is 135;
  • green value is 72;
  • blue value is 84.
RGB:
(135,72,84)
(53%,28%,33%)

RGB channels and saturation

R 135 of 255 = 53%
G 72 of 255 = 28%
B 84 of 255 = 33%

135
72
84

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

Portions of RGB colors in percentages

R + G + B =
135 + 72 + 84 = 291 (100%)
R 135 of 291 ~ 46.39%
G 72 of 291 ~ 24.74%
B 84 of 291 ~ 28.87%

%46.39
%24.74
%28.87

CMYK color model

#874854 color CMYK value is (0,47,38,47).

  • cyan value is 0.00%
  • magenta value is 46.67%
  • yellow value is 37.78%
  • key color value is 47.06%
CMYK:
(0,47,38,47)
C0M47Y38K47 
(0%,47%,38%,47%)
(0.00/0.47/0.38/0.47)	

CMYK percentages

%0
%46.67
%37.78
%47.06

Codes

Color #874854 in popluar color models

874854
RGB1357284
HSL349°30.43%40.59%
HSB/HSV349°46.67%52.94%
CMYK0.00%46.67%37.78%
47.06%

Color #874854 in popluar number systems.

HEX874854
Decimal1357284
Binary1000011110010001010100
Octal207110124

Shades and tints

Shades of #874854

#874854
(135,72,84)
#7B424D
(123,66,77)
#6F3C46
(111,60,70)
#63363F
(99,54,63)
#573038
(87,48,56)
#4B2A31
(75,42,49)
#3F242A
(63,36,42)
#331E23
(51,30,35)
#27181C
(39,24,28)
#1B1215
(27,18,21)
#0F0C0E
(15,12,14)
#000000
(0,0,0)

Tints of #874854

#874854
(135,72,84)
#915863
(145,88,99)
#9B6872
(155,104,114)
#A57881
(165,120,129)
#AF8890
(175,136,144)
#B9989F
(185,152,159)
#C3A8AE
(195,168,174)
#CDB8BD
(205,184,189)
#D7C8CC
(215,200,204)
#E1D8DB
(225,216,219)
#EBE8EA
(235,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #874854 color. Also use rgb(135,72,84) instead hex code.

Text Font Color

.myTextColor { color: #874854; }

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

This text font color is #874854.


Background Color

.myBgColor { background-color: #874854; }

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

This div background color is #874854.


Border color

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

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

This div border color is #874854.


Opacity

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

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

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

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

This text has shadow with #874854 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #874854 on black background.


Color preview on white background

This text has color #874854 on white background.



Black color preview on #874854 background

This text has black color on #874854 background.


White color preview on #874854 background

This text has white color on #874854 background.