COLOR #8B7874

HEX: #8B7874
RGB: (139,120,116)

Color info

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

RGB color model

#8B7874 color RGB value is (139,120,116).

  • red value is 139;
  • green value is 120;
  • blue value is 116.
RGB:
(139,120,116)
(55%,47%,45%)

RGB channels and saturation

R 139 of 255 = 55%
G 120 of 255 = 47%
B 116 of 255 = 45%

139
120
116

R + G + B ~ 49%. #8B7874 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
139 + 120 + 116 = 375 (100%)
R 139 of 375 ~ 37.07%
G 120 of 375 ~ 32%
B 116 of 375 ~ 30.93%

%37.07
%32
%30.93

CMYK color model

#8B7874 color CMYK value is (0,14,17,45).

  • cyan value is 0.00%
  • magenta value is 13.67%
  • yellow value is 16.55%
  • key color value is 45.49%
CMYK:
(0,14,17,45)
C0M14Y17K45 
(0%,14%,17%,45%)
(0.00/0.14/0.17/0.45)	

CMYK percentages

%0
%13.67
%16.55
%45.49

Codes

Color #8B7874 in popluar color models

8B7874
RGB139120116
HSL10°9.02%50.00%
HSB/HSV10°16.55%54.51%
CMYK0.00%13.67%16.55%
45.49%

Color #8B7874 in popluar number systems.

HEX8B7874
Decimal139120116
Binary1000101111110001110100
Octal213170164

Shades and tints

Shades of #8B7874

#8B7874
(139,120,116)
#7F6E6A
(127,110,106)
#736460
(115,100,96)
#675A56
(103,90,86)
#5B504C
(91,80,76)
#4F4642
(79,70,66)
#433C38
(67,60,56)
#37322E
(55,50,46)
#2B2824
(43,40,36)
#1F1E1A
(31,30,26)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #8B7874

#8B7874
(139,120,116)
#958480
(149,132,128)
#9F908C
(159,144,140)
#A99C98
(169,156,152)
#B3A8A4
(179,168,164)
#BDB4B0
(189,180,176)
#C7C0BC
(199,192,188)
#D1CCC8
(209,204,200)
#DBD8D4
(219,216,212)
#E5E4E0
(229,228,224)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B7874 color. Also use rgb(139,120,116) instead hex code.

Text Font Color

.myTextColor { color: #8B7874; }

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

This text font color is #8B7874.


Background Color

.myBgColor { background-color: #8B7874; }

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

This div background color is #8B7874.


Border color

.myBorderColor { border: 1px solid #8B7874; }

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

This div border color is #8B7874.


Opacity

.myOpacity80 { color: #8B7874; opacity: 0.8; }

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

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

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

This text has shadow with #8B7874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7874 on black background.


Color preview on white background

This text has color #8B7874 on white background.



Black color preview on #8B7874 background

This text has black color on #8B7874 background.


White color preview on #8B7874 background

This text has white color on #8B7874 background.