COLOR #874B56

HEX: #874B56
RGB: (135,75,86)

Color info

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

RGB color model

#874B56 color RGB value is (135,75,86).

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

RGB channels and saturation

R 135 of 255 = 53%
G 75 of 255 = 29%
B 86 of 255 = 34%

135
75
86

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

Portions of RGB colors in percentages

R + G + B =
135 + 75 + 86 = 296 (100%)
R 135 of 296 ~ 45.61%
G 75 of 296 ~ 25.34%
B 86 of 296 ~ 29.05%

%45.61
%25.34
%29.05

CMYK color model

#874B56 color CMYK value is (0,44,36,47).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 36.30%
  • key color value is 47.06%
CMYK:
(0,44,36,47)
C0M44Y36K47 
(0%,44%,36%,47%)
(0.00/0.44/0.36/0.47)	

CMYK percentages

%0
%44.44
%36.3
%47.06

Codes

Color #874B56 in popluar color models

874B56
RGB1357586
HSL349°28.57%41.18%
HSB/HSV349°44.44%52.94%
CMYK0.00%44.44%36.30%
47.06%

Color #874B56 in popluar number systems.

HEX874B56
Decimal1357586
Binary1000011110010111010110
Octal207113126

Shades and tints

Shades of #874B56

#874B56
(135,75,86)
#7B454F
(123,69,79)
#6F3F48
(111,63,72)
#633941
(99,57,65)
#57333A
(87,51,58)
#4B2D33
(75,45,51)
#3F272C
(63,39,44)
#332125
(51,33,37)
#271B1E
(39,27,30)
#1B1517
(27,21,23)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #874B56

#874B56
(135,75,86)
#915B65
(145,91,101)
#9B6B74
(155,107,116)
#A57B83
(165,123,131)
#AF8B92
(175,139,146)
#B99BA1
(185,155,161)
#C3ABB0
(195,171,176)
#CDBBBF
(205,187,191)
#D7CBCE
(215,203,206)
#E1DBDD
(225,219,221)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #874B56; }

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

This text font color is #874B56.


Background Color

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

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

This div background color is #874B56.


Border color

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

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

This div border color is #874B56.


Opacity

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

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

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

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

This text has shadow with #874B56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #874B56 on black background.


Color preview on white background

This text has color #874B56 on white background.



Black color preview on #874B56 background

This text has black color on #874B56 background.


White color preview on #874B56 background

This text has white color on #874B56 background.