COLOR #874973

HEX: #874973
RGB: (135,73,115)

Color info

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

RGB color model

#874973 color RGB value is (135,73,115).

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

RGB channels and saturation

R 135 of 255 = 53%
G 73 of 255 = 29%
B 115 of 255 = 45%

135
73
115

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

Portions of RGB colors in percentages

R + G + B =
135 + 73 + 115 = 323 (100%)
R 135 of 323 ~ 41.8%
G 73 of 323 ~ 22.6%
B 115 of 323 ~ 35.6%

%41.8
%22.6
%35.6

CMYK color model

#874973 color CMYK value is (0,46,15,47).

  • cyan value is 0.00%
  • magenta value is 45.93%
  • yellow value is 14.81%
  • key color value is 47.06%
CMYK:
(0,46,15,47)
C0M46Y15K47 
(0%,46%,15%,47%)
(0.00/0.46/0.15/0.47)	

CMYK percentages

%0
%45.93
%14.81
%47.06

Codes

Color #874973 in popluar color models

874973
RGB13573115
HSL319°29.81%40.78%
HSB/HSV319°45.93%52.94%
CMYK0.00%45.93%14.81%
47.06%

Color #874973 in popluar number systems.

HEX874973
Decimal13573115
Binary1000011110010011110011
Octal207111163

Shades and tints

Shades of #874973

#874973
(135,73,115)
#7B4369
(123,67,105)
#6F3D5F
(111,61,95)
#633755
(99,55,85)
#57314B
(87,49,75)
#4B2B41
(75,43,65)
#3F2537
(63,37,55)
#331F2D
(51,31,45)
#271923
(39,25,35)
#1B1319
(27,19,25)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #874973

#874973
(135,73,115)
#91597F
(145,89,127)
#9B698B
(155,105,139)
#A57997
(165,121,151)
#AF89A3
(175,137,163)
#B999AF
(185,153,175)
#C3A9BB
(195,169,187)
#CDB9C7
(205,185,199)
#D7C9D3
(215,201,211)
#E1D9DF
(225,217,223)
#EBE9EB
(235,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #874973; }

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

This text font color is #874973.


Background Color

.myBgColor { background-color: #874973; }

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

This div background color is #874973.


Border color

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

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

This div border color is #874973.


Opacity

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

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

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

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

This text has shadow with #874973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #874973 on black background.


Color preview on white background

This text has color #874973 on white background.



Black color preview on #874973 background

This text has black color on #874973 background.


White color preview on #874973 background

This text has white color on #874973 background.