COLOR #874D50

HEX: #874D50
RGB: (135,77,80)

Color info

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

RGB color model

#874D50 color RGB value is (135,77,80).

  • red value is 135;
  • green value is 77;
  • blue value is 80.
RGB:
(135,77,80)
(53%,30%,31%)

RGB channels and saturation

R 135 of 255 = 53%
G 77 of 255 = 30%
B 80 of 255 = 31%

135
77
80

R + G + B ~ 38%. #874D50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 77 + 80 = 292 (100%)
R 135 of 292 ~ 46.23%
G 77 of 292 ~ 26.37%
B 80 of 292 ~ 27.4%

%46.23
%26.37
%27.4

CMYK color model

#874D50 color CMYK value is (0,43,41,47).

  • cyan value is 0.00%
  • magenta value is 42.96%
  • yellow value is 40.74%
  • key color value is 47.06%
CMYK:
(0,43,41,47)
C0M43Y41K47 
(0%,43%,41%,47%)
(0.00/0.43/0.41/0.47)	

CMYK percentages

%0
%42.96
%40.74
%47.06

Codes

Color #874D50 in popluar color models

874D50
RGB1357780
HSL357°27.36%41.57%
HSB/HSV357°42.96%52.94%
CMYK0.00%42.96%40.74%
47.06%

Color #874D50 in popluar number systems.

HEX874D50
Decimal1357780
Binary1000011110011011010000
Octal207115120

Shades and tints

Shades of #874D50

#874D50
(135,77,80)
#7B4649
(123,70,73)
#6F3F42
(111,63,66)
#63383B
(99,56,59)
#573134
(87,49,52)
#4B2A2D
(75,42,45)
#3F2326
(63,35,38)
#331C1F
(51,28,31)
#271518
(39,21,24)
#1B0E11
(27,14,17)
#0F070A
(15,7,10)
#000000
(0,0,0)

Tints of #874D50

#874D50
(135,77,80)
#915D5F
(145,93,95)
#9B6D6E
(155,109,110)
#A57D7D
(165,125,125)
#AF8D8C
(175,141,140)
#B99D9B
(185,157,155)
#C3ADAA
(195,173,170)
#CDBDB9
(205,189,185)
#D7CDC8
(215,205,200)
#E1DDD7
(225,221,215)
#EBEDE6
(235,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #874D50 color. Also use rgb(135,77,80) instead hex code.

Text Font Color

.myTextColor { color: #874D50; }

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

This text font color is #874D50.


Background Color

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

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

This div background color is #874D50.


Border color

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

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

This div border color is #874D50.


Opacity

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

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

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

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

This text has shadow with #874D50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #874D50 on black background.


Color preview on white background

This text has color #874D50 on white background.



Black color preview on #874D50 background

This text has black color on #874D50 background.


White color preview on #874D50 background

This text has white color on #874D50 background.