COLOR #8B9255

HEX: #8B9255
RGB: (139,146,85)

Color info

#8B9255 contains mainly red and green colors. Web safe color of #8B9255 is #999966 (or #996).

RGB color model

#8B9255 color RGB value is (139,146,85).

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

RGB channels and saturation

R 139 of 255 = 55%
G 146 of 255 = 57%
B 85 of 255 = 33%

139
146
85

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

Portions of RGB colors in percentages

R + G + B =
139 + 146 + 85 = 370 (100%)
R 139 of 370 ~ 37.57%
G 146 of 370 ~ 39.46%
B 85 of 370 ~ 22.97%

%37.57
%39.46
%22.97

CMYK color model

#8B9255 color CMYK value is (5,0,42,43).

  • cyan value is 4.79%
  • magenta value is 0.00%
  • yellow value is 41.78%
  • key color value is 42.75%
CMYK:
(5,0,42,43)
C5M0Y42K43 
(5%,0%,42%,43%)
(0.05/0.00/0.42/0.43)	

CMYK percentages

%4.79
%0
%41.78
%42.75

Codes

Color #8B9255 in popluar color models

8B9255
RGB13914685
HSL67°26.41%45.29%
HSB/HSV67°41.78%57.25%
CMYK4.79%0.00%41.78%
42.75%

Color #8B9255 in popluar number systems.

HEX8B9255
Decimal13914685
Binary10001011100100101010101
Octal213222125

Shades and tints

Shades of #8B9255

#8B9255
(139,146,85)
#7F854E
(127,133,78)
#737847
(115,120,71)
#676B40
(103,107,64)
#5B5E39
(91,94,57)
#4F5132
(79,81,50)
#43442B
(67,68,43)
#373724
(55,55,36)
#2B2A1D
(43,42,29)
#1F1D16
(31,29,22)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #8B9255

#8B9255
(139,146,85)
#959B64
(149,155,100)
#9FA473
(159,164,115)
#A9AD82
(169,173,130)
#B3B691
(179,182,145)
#BDBFA0
(189,191,160)
#C7C8AF
(199,200,175)
#D1D1BE
(209,209,190)
#DBDACD
(219,218,205)
#E5E3DC
(229,227,220)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B9255; }

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

This text font color is #8B9255.


Background Color

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

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

This div background color is #8B9255.


Border color

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

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

This div border color is #8B9255.


Opacity

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

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

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

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

This text has shadow with #8B9255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B9255 on black background.


Color preview on white background

This text has color #8B9255 on white background.



Black color preview on #8B9255 background

This text has black color on #8B9255 background.


White color preview on #8B9255 background

This text has white color on #8B9255 background.