COLOR #874B80

HEX: #874B80
RGB: (135,75,128)

Color info

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

RGB color model

#874B80 color RGB value is (135,75,128).

  • red value is 135;
  • green value is 75;
  • blue value is 128.
RGB:
(135,75,128)
(53%,29%,50%)

RGB channels and saturation

R 135 of 255 = 53%
G 75 of 255 = 29%
B 128 of 255 = 50%

135
75
128

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

Portions of RGB colors in percentages

R + G + B =
135 + 75 + 128 = 338 (100%)
R 135 of 338 ~ 39.94%
G 75 of 338 ~ 22.19%
B 128 of 338 ~ 37.87%

%39.94
%22.19
%37.87

CMYK color model

#874B80 color CMYK value is (0,44,5,47).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 5.19%
  • key color value is 47.06%
CMYK:
(0,44,5,47)
C0M44Y5K47 
(0%,44%,5%,47%)
(0.00/0.44/0.05/0.47)	

CMYK percentages

%0
%44.44
%5.19
%47.06

Codes

Color #874B80 in popluar color models

874B80
RGB13575128
HSL307°28.57%41.18%
HSB/HSV307°44.44%52.94%
CMYK0.00%44.44%5.19%
47.06%

Color #874B80 in popluar number systems.

HEX874B80
Decimal13575128
Binary10000111100101110000000
Octal207113200

Shades and tints

Shades of #874B80

#874B80
(135,75,128)
#7B4575
(123,69,117)
#6F3F6A
(111,63,106)
#63395F
(99,57,95)
#573354
(87,51,84)
#4B2D49
(75,45,73)
#3F273E
(63,39,62)
#332133
(51,33,51)
#271B28
(39,27,40)
#1B151D
(27,21,29)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #874B80

#874B80
(135,75,128)
#915B8B
(145,91,139)
#9B6B96
(155,107,150)
#A57BA1
(165,123,161)
#AF8BAC
(175,139,172)
#B99BB7
(185,155,183)
#C3ABC2
(195,171,194)
#CDBBCD
(205,187,205)
#D7CBD8
(215,203,216)
#E1DBE3
(225,219,227)
#EBEBEE
(235,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #874B80 color. Also use rgb(135,75,128) instead hex code.

Text Font Color

.myTextColor { color: #874B80; }

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

This text font color is #874B80.


Background Color

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

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

This div background color is #874B80.


Border color

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

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

This div border color is #874B80.


Opacity

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

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

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

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

This text has shadow with #874B80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #874B80 on black background.


Color preview on white background

This text has color #874B80 on white background.



Black color preview on #874B80 background

This text has black color on #874B80 background.


White color preview on #874B80 background

This text has white color on #874B80 background.