COLOR #874C6B

HEX: #874C6B
RGB: (135,76,107)

Color info

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

RGB color model

#874C6B color RGB value is (135,76,107).

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

RGB channels and saturation

R 135 of 255 = 53%
G 76 of 255 = 30%
B 107 of 255 = 42%

135
76
107

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

Portions of RGB colors in percentages

R + G + B =
135 + 76 + 107 = 318 (100%)
R 135 of 318 ~ 42.45%
G 76 of 318 ~ 23.9%
B 107 of 318 ~ 33.65%

%42.45
%23.9
%33.65

CMYK color model

#874C6B color CMYK value is (0,44,21,47).

  • cyan value is 0.00%
  • magenta value is 43.70%
  • yellow value is 20.74%
  • key color value is 47.06%
CMYK:
(0,44,21,47)
C0M44Y21K47 
(0%,44%,21%,47%)
(0.00/0.44/0.21/0.47)	

CMYK percentages

%0
%43.7
%20.74
%47.06

Codes

Color #874C6B in popluar color models

874C6B
RGB13576107
HSL328°27.96%41.37%
HSB/HSV328°43.70%52.94%
CMYK0.00%43.70%20.74%
47.06%

Color #874C6B in popluar number systems.

HEX874C6B
Decimal13576107
Binary1000011110011001101011
Octal207114153

Shades and tints

Shades of #874C6B

#874C6B
(135,76,107)
#7B4662
(123,70,98)
#6F4059
(111,64,89)
#633A50
(99,58,80)
#573447
(87,52,71)
#4B2E3E
(75,46,62)
#3F2835
(63,40,53)
#33222C
(51,34,44)
#271C23
(39,28,35)
#1B161A
(27,22,26)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #874C6B

#874C6B
(135,76,107)
#915C78
(145,92,120)
#9B6C85
(155,108,133)
#A57C92
(165,124,146)
#AF8C9F
(175,140,159)
#B99CAC
(185,156,172)
#C3ACB9
(195,172,185)
#CDBCC6
(205,188,198)
#D7CCD3
(215,204,211)
#E1DCE0
(225,220,224)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #874C6B; }

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

This text font color is #874C6B.


Background Color

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

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

This div background color is #874C6B.


Border color

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

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

This div border color is #874C6B.


Opacity

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

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

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

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

This text has shadow with #874C6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #874C6B on black background.


Color preview on white background

This text has color #874C6B on white background.



Black color preview on #874C6B background

This text has black color on #874C6B background.


White color preview on #874C6B background

This text has white color on #874C6B background.