COLOR #8B6074

HEX: #8B6074
RGB: (139,96,116)

Color info

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

RGB color model

#8B6074 color RGB value is (139,96,116).

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

RGB channels and saturation

R 139 of 255 = 55%
G 96 of 255 = 38%
B 116 of 255 = 45%

139
96
116

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

Portions of RGB colors in percentages

R + G + B =
139 + 96 + 116 = 351 (100%)
R 139 of 351 ~ 39.6%
G 96 of 351 ~ 27.35%
B 116 of 351 ~ 33.05%

%39.6
%27.35
%33.05

CMYK color model

#8B6074 color CMYK value is (0,31,17,45).

  • cyan value is 0.00%
  • magenta value is 30.94%
  • yellow value is 16.55%
  • key color value is 45.49%
CMYK:
(0,31,17,45)
C0M31Y17K45 
(0%,31%,17%,45%)
(0.00/0.31/0.17/0.45)	

CMYK percentages

%0
%30.94
%16.55
%45.49

Codes

Color #8B6074 in popluar color models

8B6074
RGB13996116
HSL332°18.30%46.08%
HSB/HSV332°30.94%54.51%
CMYK0.00%30.94%16.55%
45.49%

Color #8B6074 in popluar number systems.

HEX8B6074
Decimal13996116
Binary1000101111000001110100
Octal213140164

Shades and tints

Shades of #8B6074

#8B6074
(139,96,116)
#7F586A
(127,88,106)
#735060
(115,80,96)
#674856
(103,72,86)
#5B404C
(91,64,76)
#4F3842
(79,56,66)
#433038
(67,48,56)
#37282E
(55,40,46)
#2B2024
(43,32,36)
#1F181A
(31,24,26)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #8B6074

#8B6074
(139,96,116)
#956E80
(149,110,128)
#9F7C8C
(159,124,140)
#A98A98
(169,138,152)
#B398A4
(179,152,164)
#BDA6B0
(189,166,176)
#C7B4BC
(199,180,188)
#D1C2C8
(209,194,200)
#DBD0D4
(219,208,212)
#E5DEE0
(229,222,224)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B6074; }

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

This text font color is #8B6074.


Background Color

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

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

This div background color is #8B6074.


Border color

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

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

This div border color is #8B6074.


Opacity

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

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

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

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

This text has shadow with #8B6074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B6074 on black background.


Color preview on white background

This text has color #8B6074 on white background.



Black color preview on #8B6074 background

This text has black color on #8B6074 background.


White color preview on #8B6074 background

This text has white color on #8B6074 background.