COLOR #874261

HEX: #874261
RGB: (135,66,97)

Color info

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

RGB color model

#874261 color RGB value is (135,66,97).

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

RGB channels and saturation

R 135 of 255 = 53%
G 66 of 255 = 26%
B 97 of 255 = 38%

135
66
97

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

Portions of RGB colors in percentages

R + G + B =
135 + 66 + 97 = 298 (100%)
R 135 of 298 ~ 45.3%
G 66 of 298 ~ 22.15%
B 97 of 298 ~ 32.55%

%45.3
%22.15
%32.55

CMYK color model

#874261 color CMYK value is (0,51,28,47).

  • cyan value is 0.00%
  • magenta value is 51.11%
  • yellow value is 28.15%
  • key color value is 47.06%
CMYK:
(0,51,28,47)
C0M51Y28K47 
(0%,51%,28%,47%)
(0.00/0.51/0.28/0.47)	

CMYK percentages

%0
%51.11
%28.15
%47.06

Codes

Color #874261 in popluar color models

874261
RGB1356697
HSL333°34.33%39.41%
HSB/HSV333°51.11%52.94%
CMYK0.00%51.11%28.15%
47.06%

Color #874261 in popluar number systems.

HEX874261
Decimal1356697
Binary1000011110000101100001
Octal207102141

Shades and tints

Shades of #874261

#874261
(135,66,97)
#7B3C59
(123,60,89)
#6F3651
(111,54,81)
#633049
(99,48,73)
#572A41
(87,42,65)
#4B2439
(75,36,57)
#3F1E31
(63,30,49)
#331829
(51,24,41)
#271221
(39,18,33)
#1B0C19
(27,12,25)
#0F0611
(15,6,17)
#000000
(0,0,0)

Tints of #874261

#874261
(135,66,97)
#91536F
(145,83,111)
#9B647D
(155,100,125)
#A5758B
(165,117,139)
#AF8699
(175,134,153)
#B997A7
(185,151,167)
#C3A8B5
(195,168,181)
#CDB9C3
(205,185,195)
#D7CAD1
(215,202,209)
#E1DBDF
(225,219,223)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #874261; }

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

This text font color is #874261.


Background Color

.myBgColor { background-color: #874261; }

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

This div background color is #874261.


Border color

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

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

This div border color is #874261.


Opacity

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

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

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

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

This text has shadow with #874261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #874261 on black background.


Color preview on white background

This text has color #874261 on white background.



Black color preview on #874261 background

This text has black color on #874261 background.


White color preview on #874261 background

This text has white color on #874261 background.