COLOR #8B9055

HEX: #8B9055
RGB: (139,144,85)

Color info

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

RGB color model

#8B9055 color RGB value is (139,144,85).

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

RGB channels and saturation

R 139 of 255 = 55%
G 144 of 255 = 56%
B 85 of 255 = 33%

139
144
85

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

Portions of RGB colors in percentages

R + G + B =
139 + 144 + 85 = 368 (100%)
R 139 of 368 ~ 37.77%
G 144 of 368 ~ 39.13%
B 85 of 368 ~ 23.1%

%37.77
%39.13
%23.1

CMYK color model

#8B9055 color CMYK value is (3,0,41,44).

  • cyan value is 3.47%
  • magenta value is 0.00%
  • yellow value is 40.97%
  • key color value is 43.53%
CMYK:
(3,0,41,44)
C3M0Y41K44 
(3%,0%,41%,44%)
(0.03/0.00/0.41/0.44)	

CMYK percentages

%3.47
%0
%40.97
%43.53

Codes

Color #8B9055 in popluar color models

8B9055
RGB13914485
HSL65°25.76%44.90%
HSB/HSV65°40.97%56.47%
CMYK3.47%0.00%40.97%
43.53%

Color #8B9055 in popluar number systems.

HEX8B9055
Decimal13914485
Binary10001011100100001010101
Octal213220125

Shades and tints

Shades of #8B9055

#8B9055
(139,144,85)
#7F834E
(127,131,78)
#737647
(115,118,71)
#676940
(103,105,64)
#5B5C39
(91,92,57)
#4F4F32
(79,79,50)
#43422B
(67,66,43)
#373524
(55,53,36)
#2B281D
(43,40,29)
#1F1B16
(31,27,22)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #8B9055

#8B9055
(139,144,85)
#959A64
(149,154,100)
#9FA473
(159,164,115)
#A9AE82
(169,174,130)
#B3B891
(179,184,145)
#BDC2A0
(189,194,160)
#C7CCAF
(199,204,175)
#D1D6BE
(209,214,190)
#DBE0CD
(219,224,205)
#E5EADC
(229,234,220)
#EFF4EB
(239,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B9055; }

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

This text font color is #8B9055.


Background Color

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

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

This div background color is #8B9055.


Border color

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

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

This div border color is #8B9055.


Opacity

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

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

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

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

This text has shadow with #8B9055 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B9055 on black background.


Color preview on white background

This text has color #8B9055 on white background.



Black color preview on #8B9055 background

This text has black color on #8B9055 background.


White color preview on #8B9055 background

This text has white color on #8B9055 background.