COLOR #8B9961

HEX: #8B9961
RGB: (139,153,97)

Color info

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

RGB color model

#8B9961 color RGB value is (139,153,97).

  • red value is 139;
  • green value is 153;
  • blue value is 97.
RGB:
(139,153,97)
(55%,60%,38%)

RGB channels and saturation

R 139 of 255 = 55%
G 153 of 255 = 60%
B 97 of 255 = 38%

139
153
97

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

Portions of RGB colors in percentages

R + G + B =
139 + 153 + 97 = 389 (100%)
R 139 of 389 ~ 35.73%
G 153 of 389 ~ 39.33%
B 97 of 389 ~ 24.94%

%35.73
%39.33
%24.94

CMYK color model

#8B9961 color CMYK value is (9,0,37,40).

  • cyan value is 9.15%
  • magenta value is 0.00%
  • yellow value is 36.60%
  • key color value is 40.00%
CMYK:
(9,0,37,40)
C9M0Y37K40 
(9%,0%,37%,40%)
(0.09/0.00/0.37/0.40)	

CMYK percentages

%9.15
%0
%36.6
%40

Codes

Color #8B9961 in popluar color models

8B9961
RGB13915397
HSL75°22.40%49.02%
HSB/HSV75°36.60%60.00%
CMYK9.15%0.00%36.60%
40.00%

Color #8B9961 in popluar number systems.

HEX8B9961
Decimal13915397
Binary10001011100110011100001
Octal213231141

Shades and tints

Shades of #8B9961

#8B9961
(139,153,97)
#7F8C59
(127,140,89)
#737F51
(115,127,81)
#677249
(103,114,73)
#5B6541
(91,101,65)
#4F5839
(79,88,57)
#434B31
(67,75,49)
#373E29
(55,62,41)
#2B3121
(43,49,33)
#1F2419
(31,36,25)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #8B9961

#8B9961
(139,153,97)
#95A26F
(149,162,111)
#9FAB7D
(159,171,125)
#A9B48B
(169,180,139)
#B3BD99
(179,189,153)
#BDC6A7
(189,198,167)
#C7CFB5
(199,207,181)
#D1D8C3
(209,216,195)
#DBE1D1
(219,225,209)
#E5EADF
(229,234,223)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B9961 color. Also use rgb(139,153,97) instead hex code.

Text Font Color

.myTextColor { color: #8B9961; }

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

This text font color is #8B9961.


Background Color

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

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

This div background color is #8B9961.


Border color

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

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

This div border color is #8B9961.


Opacity

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

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

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

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

This text has shadow with #8B9961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B9961 on black background.


Color preview on white background

This text has color #8B9961 on white background.



Black color preview on #8B9961 background

This text has black color on #8B9961 background.


White color preview on #8B9961 background

This text has white color on #8B9961 background.