COLOR #874F57

HEX: #874F57
RGB: (135,79,87)

Color info

#874F57 contains red, green and blue colors in about the same proportion. Web safe color of #874F57 is #996666 (or #966).

RGB color model

#874F57 color RGB value is (135,79,87).

  • red value is 135;
  • green value is 79;
  • blue value is 87.
RGB:
(135,79,87)
(53%,31%,34%)

RGB channels and saturation

R 135 of 255 = 53%
G 79 of 255 = 31%
B 87 of 255 = 34%

135
79
87

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

Portions of RGB colors in percentages

R + G + B =
135 + 79 + 87 = 301 (100%)
R 135 of 301 ~ 44.85%
G 79 of 301 ~ 26.25%
B 87 of 301 ~ 28.9%

%44.85
%26.25
%28.9

CMYK color model

#874F57 color CMYK value is (0,41,36,47).

  • cyan value is 0.00%
  • magenta value is 41.48%
  • yellow value is 35.56%
  • key color value is 47.06%
CMYK:
(0,41,36,47)
C0M41Y36K47 
(0%,41%,36%,47%)
(0.00/0.41/0.36/0.47)	

CMYK percentages

%0
%41.48
%35.56
%47.06

Codes

Color #874F57 in popluar color models

874F57
RGB1357987
HSL351°26.17%41.96%
HSB/HSV351°41.48%52.94%
CMYK0.00%41.48%35.56%
47.06%

Color #874F57 in popluar number systems.

HEX874F57
Decimal1357987
Binary1000011110011111010111
Octal207117127

Shades and tints

Shades of #874F57

#874F57
(135,79,87)
#7B4850
(123,72,80)
#6F4149
(111,65,73)
#633A42
(99,58,66)
#57333B
(87,51,59)
#4B2C34
(75,44,52)
#3F252D
(63,37,45)
#331E26
(51,30,38)
#27171F
(39,23,31)
#1B1018
(27,16,24)
#0F0911
(15,9,17)
#000000
(0,0,0)

Tints of #874F57

#874F57
(135,79,87)
#915F66
(145,95,102)
#9B6F75
(155,111,117)
#A57F84
(165,127,132)
#AF8F93
(175,143,147)
#B99FA2
(185,159,162)
#C3AFB1
(195,175,177)
#CDBFC0
(205,191,192)
#D7CFCF
(215,207,207)
#E1DFDE
(225,223,222)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #874F57 color. Also use rgb(135,79,87) instead hex code.

Text Font Color

.myTextColor { color: #874F57; }

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

This text font color is #874F57.


Background Color

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

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

This div background color is #874F57.


Border color

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

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

This div border color is #874F57.


Opacity

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

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

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

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

This text has shadow with #874F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #874F57 on black background.


Color preview on white background

This text has color #874F57 on white background.



Black color preview on #874F57 background

This text has black color on #874F57 background.


White color preview on #874F57 background

This text has white color on #874F57 background.