COLOR #874C55

HEX: #874C55
RGB: (135,76,85)

Color info

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

RGB color model

#874C55 color RGB value is (135,76,85).

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

RGB channels and saturation

R 135 of 255 = 53%
G 76 of 255 = 30%
B 85 of 255 = 33%

135
76
85

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

Portions of RGB colors in percentages

R + G + B =
135 + 76 + 85 = 296 (100%)
R 135 of 296 ~ 45.61%
G 76 of 296 ~ 25.68%
B 85 of 296 ~ 28.72%

%45.61
%25.68
%28.72

CMYK color model

#874C55 color CMYK value is (0,44,37,47).

  • cyan value is 0.00%
  • magenta value is 43.70%
  • yellow value is 37.04%
  • key color value is 47.06%
CMYK:
(0,44,37,47)
C0M44Y37K47 
(0%,44%,37%,47%)
(0.00/0.44/0.37/0.47)	

CMYK percentages

%0
%43.7
%37.04
%47.06

Codes

Color #874C55 in popluar color models

874C55
RGB1357685
HSL351°27.96%41.37%
HSB/HSV351°43.70%52.94%
CMYK0.00%43.70%37.04%
47.06%

Color #874C55 in popluar number systems.

HEX874C55
Decimal1357685
Binary1000011110011001010101
Octal207114125

Shades and tints

Shades of #874C55

#874C55
(135,76,85)
#7B464E
(123,70,78)
#6F4047
(111,64,71)
#633A40
(99,58,64)
#573439
(87,52,57)
#4B2E32
(75,46,50)
#3F282B
(63,40,43)
#332224
(51,34,36)
#271C1D
(39,28,29)
#1B1616
(27,22,22)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #874C55

#874C55
(135,76,85)
#915C64
(145,92,100)
#9B6C73
(155,108,115)
#A57C82
(165,124,130)
#AF8C91
(175,140,145)
#B99CA0
(185,156,160)
#C3ACAF
(195,172,175)
#CDBCBE
(205,188,190)
#D7CCCD
(215,204,205)
#E1DCDC
(225,220,220)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #874C55; }

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

This text font color is #874C55.


Background Color

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

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

This div background color is #874C55.


Border color

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

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

This div border color is #874C55.


Opacity

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

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

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

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

This text has shadow with #874C55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #874C55 on black background.


Color preview on white background

This text has color #874C55 on white background.



Black color preview on #874C55 background

This text has black color on #874C55 background.


White color preview on #874C55 background

This text has white color on #874C55 background.