COLOR #8B9070

HEX: #8B9070
RGB: (139,144,112)

Color info

#8B9070 contains red, green and blue colors in about the same proportion. Web safe color of #8B9070 is #999966 (or #996).

RGB color model

#8B9070 color RGB value is (139,144,112).

  • red value is 139;
  • green value is 144;
  • blue value is 112.
RGB:
(139,144,112)
(55%,56%,44%)

RGB channels and saturation

R 139 of 255 = 55%
G 144 of 255 = 56%
B 112 of 255 = 44%

139
144
112

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

Portions of RGB colors in percentages

R + G + B =
139 + 144 + 112 = 395 (100%)
R 139 of 395 ~ 35.19%
G 144 of 395 ~ 36.46%
B 112 of 395 ~ 28.35%

%35.19
%36.46
%28.35

CMYK color model

#8B9070 color CMYK value is (3,0,22,44).

  • cyan value is 3.47%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 43.53%
CMYK:
(3,0,22,44)
C3M0Y22K44 
(3%,0%,22%,44%)
(0.03/0.00/0.22/0.44)	

CMYK percentages

%3.47
%0
%22.22
%43.53

Codes

Color #8B9070 in popluar color models

8B9070
RGB139144112
HSL69°12.60%50.20%
HSB/HSV69°22.22%56.47%
CMYK3.47%0.00%22.22%
43.53%

Color #8B9070 in popluar number systems.

HEX8B9070
Decimal139144112
Binary10001011100100001110000
Octal213220160

Shades and tints

Shades of #8B9070

#8B9070
(139,144,112)
#7F8366
(127,131,102)
#73765C
(115,118,92)
#676952
(103,105,82)
#5B5C48
(91,92,72)
#4F4F3E
(79,79,62)
#434234
(67,66,52)
#37352A
(55,53,42)
#2B2820
(43,40,32)
#1F1B16
(31,27,22)
#130E0C
(19,14,12)
#000000
(0,0,0)

Tints of #8B9070

#8B9070
(139,144,112)
#959A7D
(149,154,125)
#9FA48A
(159,164,138)
#A9AE97
(169,174,151)
#B3B8A4
(179,184,164)
#BDC2B1
(189,194,177)
#C7CCBE
(199,204,190)
#D1D6CB
(209,214,203)
#DBE0D8
(219,224,216)
#E5EAE5
(229,234,229)
#EFF4F2
(239,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B9070 color. Also use rgb(139,144,112) instead hex code.

Text Font Color

.myTextColor { color: #8B9070; }

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

This text font color is #8B9070.


Background Color

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

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

This div background color is #8B9070.


Border color

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

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

This div border color is #8B9070.


Opacity

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

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

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

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

This text has shadow with #8B9070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B9070 on black background.


Color preview on white background

This text has color #8B9070 on white background.



Black color preview on #8B9070 background

This text has black color on #8B9070 background.


White color preview on #8B9070 background

This text has white color on #8B9070 background.