COLOR #8B8D5A

HEX: #8B8D5A
RGB: (139,141,90)

Color info

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

RGB color model

#8B8D5A color RGB value is (139,141,90).

  • red value is 139;
  • green value is 141;
  • blue value is 90.
RGB:
(139,141,90)
(55%,55%,35%)

RGB channels and saturation

R 139 of 255 = 55%
G 141 of 255 = 55%
B 90 of 255 = 35%

139
141
90

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

Portions of RGB colors in percentages

R + G + B =
139 + 141 + 90 = 370 (100%)
R 139 of 370 ~ 37.57%
G 141 of 370 ~ 38.11%
B 90 of 370 ~ 24.32%

%37.57
%38.11
%24.32

CMYK color model

#8B8D5A color CMYK value is (1,0,36,45).

  • cyan value is 1.42%
  • magenta value is 0.00%
  • yellow value is 36.17%
  • key color value is 44.71%
CMYK:
(1,0,36,45)
C1M0Y36K45 
(1%,0%,36%,45%)
(0.01/0.00/0.36/0.45)	

CMYK percentages

%1.42
%0
%36.17
%44.71

Codes

Color #8B8D5A in popluar color models

8B8D5A
RGB13914190
HSL62°22.08%45.29%
HSB/HSV62°36.17%55.29%
CMYK1.42%0.00%36.17%
44.71%

Color #8B8D5A in popluar number systems.

HEX8B8D5A
Decimal13914190
Binary10001011100011011011010
Octal213215132

Shades and tints

Shades of #8B8D5A

#8B8D5A
(139,141,90)
#7F8152
(127,129,82)
#73754A
(115,117,74)
#676942
(103,105,66)
#5B5D3A
(91,93,58)
#4F5132
(79,81,50)
#43452A
(67,69,42)
#373922
(55,57,34)
#2B2D1A
(43,45,26)
#1F2112
(31,33,18)
#13150A
(19,21,10)
#000000
(0,0,0)

Tints of #8B8D5A

#8B8D5A
(139,141,90)
#959769
(149,151,105)
#9FA178
(159,161,120)
#A9AB87
(169,171,135)
#B3B596
(179,181,150)
#BDBFA5
(189,191,165)
#C7C9B4
(199,201,180)
#D1D3C3
(209,211,195)
#DBDDD2
(219,221,210)
#E5E7E1
(229,231,225)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B8D5A color. Also use rgb(139,141,90) instead hex code.

Text Font Color

.myTextColor { color: #8B8D5A; }

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

This text font color is #8B8D5A.


Background Color

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

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

This div background color is #8B8D5A.


Border color

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

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

This div border color is #8B8D5A.


Opacity

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

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

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

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

This text has shadow with #8B8D5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B8D5A on black background.


Color preview on white background

This text has color #8B8D5A on white background.



Black color preview on #8B8D5A background

This text has black color on #8B8D5A background.


White color preview on #8B8D5A background

This text has white color on #8B8D5A background.