COLOR #874562

HEX: #874562
RGB: (135,69,98)

Color info

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

RGB color model

#874562 color RGB value is (135,69,98).

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

RGB channels and saturation

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

135
69
98

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

Portions of RGB colors in percentages

R + G + B =
135 + 69 + 98 = 302 (100%)
R 135 of 302 ~ 44.7%
G 69 of 302 ~ 22.85%
B 98 of 302 ~ 32.45%

%44.7
%22.85
%32.45

CMYK color model

#874562 color CMYK value is (0,49,27,47).

  • cyan value is 0.00%
  • magenta value is 48.89%
  • yellow value is 27.41%
  • key color value is 47.06%
CMYK:
(0,49,27,47)
C0M49Y27K47 
(0%,49%,27%,47%)
(0.00/0.49/0.27/0.47)	

CMYK percentages

%0
%48.89
%27.41
%47.06

Codes

Color #874562 in popluar color models

874562
RGB1356998
HSL334°32.35%40.00%
HSB/HSV334°48.89%52.94%
CMYK0.00%48.89%27.41%
47.06%

Color #874562 in popluar number systems.

HEX874562
Decimal1356998
Binary1000011110001011100010
Octal207105142

Shades and tints

Shades of #874562

#874562
(135,69,98)
#7B3F5A
(123,63,90)
#6F3952
(111,57,82)
#63334A
(99,51,74)
#572D42
(87,45,66)
#4B273A
(75,39,58)
#3F2132
(63,33,50)
#331B2A
(51,27,42)
#271522
(39,21,34)
#1B0F1A
(27,15,26)
#0F0912
(15,9,18)
#000000
(0,0,0)

Tints of #874562

#874562
(135,69,98)
#915570
(145,85,112)
#9B657E
(155,101,126)
#A5758C
(165,117,140)
#AF859A
(175,133,154)
#B995A8
(185,149,168)
#C3A5B6
(195,165,182)
#CDB5C4
(205,181,196)
#D7C5D2
(215,197,210)
#E1D5E0
(225,213,224)
#EBE5EE
(235,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #874562; }

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

This text font color is #874562.


Background Color

.myBgColor { background-color: #874562; }

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

This div background color is #874562.


Border color

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

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

This div border color is #874562.


Opacity

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

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

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

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

This text has shadow with #874562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #874562 on black background.


Color preview on white background

This text has color #874562 on white background.



Black color preview on #874562 background

This text has black color on #874562 background.


White color preview on #874562 background

This text has white color on #874562 background.