COLOR #874C73

HEX: #874C73
RGB: (135,76,115)

Color info

#874C73 contains red, green and blue colors in about the same proportion. Web safe color of #874C73 is #993366 (or #936).

RGB color model

#874C73 color RGB value is (135,76,115).

  • red value is 135;
  • green value is 76;
  • blue value is 115.
RGB:
(135,76,115)
(53%,30%,45%)

RGB channels and saturation

R 135 of 255 = 53%
G 76 of 255 = 30%
B 115 of 255 = 45%

135
76
115

R + G + B ~ 43%. #874C73 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 76 + 115 = 326 (100%)
R 135 of 326 ~ 41.41%
G 76 of 326 ~ 23.31%
B 115 of 326 ~ 35.28%

%41.41
%23.31
%35.28

CMYK color model

#874C73 color CMYK value is (0,44,15,47).

  • cyan value is 0.00%
  • magenta value is 43.70%
  • yellow value is 14.81%
  • key color value is 47.06%
CMYK:
(0,44,15,47)
C0M44Y15K47 
(0%,44%,15%,47%)
(0.00/0.44/0.15/0.47)	

CMYK percentages

%0
%43.7
%14.81
%47.06

Codes

Color #874C73 in popluar color models

874C73
RGB13576115
HSL320°27.96%41.37%
HSB/HSV320°43.70%52.94%
CMYK0.00%43.70%14.81%
47.06%

Color #874C73 in popluar number systems.

HEX874C73
Decimal13576115
Binary1000011110011001110011
Octal207114163

Shades and tints

Shades of #874C73

#874C73
(135,76,115)
#7B4669
(123,70,105)
#6F405F
(111,64,95)
#633A55
(99,58,85)
#57344B
(87,52,75)
#4B2E41
(75,46,65)
#3F2837
(63,40,55)
#33222D
(51,34,45)
#271C23
(39,28,35)
#1B1619
(27,22,25)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #874C73

#874C73
(135,76,115)
#915C7F
(145,92,127)
#9B6C8B
(155,108,139)
#A57C97
(165,124,151)
#AF8CA3
(175,140,163)
#B99CAF
(185,156,175)
#C3ACBB
(195,172,187)
#CDBCC7
(205,188,199)
#D7CCD3
(215,204,211)
#E1DCDF
(225,220,223)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #874C73 color. Also use rgb(135,76,115) instead hex code.

Text Font Color

.myTextColor { color: #874C73; }

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

This text font color is #874C73.


Background Color

.myBgColor { background-color: #874C73; }

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

This div background color is #874C73.


Border color

.myBorderColor { border: 1px solid #874C73; }

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

This div border color is #874C73.


Opacity

.myOpacity80 { color: #874C73; opacity: 0.8; }

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

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

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

This text has shadow with #874C73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #874C73 on black background.


Color preview on white background

This text has color #874C73 on white background.



Black color preview on #874C73 background

This text has black color on #874C73 background.


White color preview on #874C73 background

This text has white color on #874C73 background.