COLOR #874756

HEX: #874756
RGB: (135,71,86)

Color info

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

RGB color model

#874756 color RGB value is (135,71,86).

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

RGB channels and saturation

R 135 of 255 = 53%
G 71 of 255 = 28%
B 86 of 255 = 34%

135
71
86

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

Portions of RGB colors in percentages

R + G + B =
135 + 71 + 86 = 292 (100%)
R 135 of 292 ~ 46.23%
G 71 of 292 ~ 24.32%
B 86 of 292 ~ 29.45%

%46.23
%24.32
%29.45

CMYK color model

#874756 color CMYK value is (0,47,36,47).

  • cyan value is 0.00%
  • magenta value is 47.41%
  • yellow value is 36.30%
  • key color value is 47.06%
CMYK:
(0,47,36,47)
C0M47Y36K47 
(0%,47%,36%,47%)
(0.00/0.47/0.36/0.47)	

CMYK percentages

%0
%47.41
%36.3
%47.06

Codes

Color #874756 in popluar color models

874756
RGB1357186
HSL346°31.07%40.39%
HSB/HSV346°47.41%52.94%
CMYK0.00%47.41%36.30%
47.06%

Color #874756 in popluar number systems.

HEX874756
Decimal1357186
Binary1000011110001111010110
Octal207107126

Shades and tints

Shades of #874756

#874756
(135,71,86)
#7B414F
(123,65,79)
#6F3B48
(111,59,72)
#633541
(99,53,65)
#572F3A
(87,47,58)
#4B2933
(75,41,51)
#3F232C
(63,35,44)
#331D25
(51,29,37)
#27171E
(39,23,30)
#1B1117
(27,17,23)
#0F0B10
(15,11,16)
#000000
(0,0,0)

Tints of #874756

#874756
(135,71,86)
#915765
(145,87,101)
#9B6774
(155,103,116)
#A57783
(165,119,131)
#AF8792
(175,135,146)
#B997A1
(185,151,161)
#C3A7B0
(195,167,176)
#CDB7BF
(205,183,191)
#D7C7CE
(215,199,206)
#E1D7DD
(225,215,221)
#EBE7EC
(235,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #874756; }

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

This text font color is #874756.


Background Color

.myBgColor { background-color: #874756; }

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

This div background color is #874756.


Border color

.myBorderColor { border: 1px solid #874756; }

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

This div border color is #874756.


Opacity

.myOpacity80 { color: #874756; opacity: 0.8; }

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

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

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

This text has shadow with #874756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #874756 on black background.


Color preview on white background

This text has color #874756 on white background.



Black color preview on #874756 background

This text has black color on #874756 background.


White color preview on #874756 background

This text has white color on #874756 background.