COLOR #8B9244

HEX: #8B9244
RGB: (139,146,68)

Color info

#8B9244 contains mainly red and green colors. Web safe color of #8B9244 is #999933 (or #993).

RGB color model

#8B9244 color RGB value is (139,146,68).

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

RGB channels and saturation

R 139 of 255 = 55%
G 146 of 255 = 57%
B 68 of 255 = 27%

139
146
68

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

Portions of RGB colors in percentages

R + G + B =
139 + 146 + 68 = 353 (100%)
R 139 of 353 ~ 39.38%
G 146 of 353 ~ 41.36%
B 68 of 353 ~ 19.26%

%39.38
%41.36
%19.26

CMYK color model

#8B9244 color CMYK value is (5,0,53,43).

  • cyan value is 4.79%
  • magenta value is 0.00%
  • yellow value is 53.42%
  • key color value is 42.75%
CMYK:
(5,0,53,43)
C5M0Y53K43 
(5%,0%,53%,43%)
(0.05/0.00/0.53/0.43)	

CMYK percentages

%4.79
%0
%53.42
%42.75

Codes

Color #8B9244 in popluar color models

8B9244
RGB13914668
HSL65°36.45%41.96%
HSB/HSV65°53.42%57.25%
CMYK4.79%0.00%53.42%
42.75%

Color #8B9244 in popluar number systems.

HEX8B9244
Decimal13914668
Binary10001011100100101000100
Octal213222104

Shades and tints

Shades of #8B9244

#8B9244
(139,146,68)
#7F853E
(127,133,62)
#737838
(115,120,56)
#676B32
(103,107,50)
#5B5E2C
(91,94,44)
#4F5126
(79,81,38)
#434420
(67,68,32)
#37371A
(55,55,26)
#2B2A14
(43,42,20)
#1F1D0E
(31,29,14)
#131008
(19,16,8)
#000000
(0,0,0)

Tints of #8B9244

#8B9244
(139,146,68)
#959B55
(149,155,85)
#9FA466
(159,164,102)
#A9AD77
(169,173,119)
#B3B688
(179,182,136)
#BDBF99
(189,191,153)
#C7C8AA
(199,200,170)
#D1D1BB
(209,209,187)
#DBDACC
(219,218,204)
#E5E3DD
(229,227,221)
#EFECEE
(239,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B9244; }

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

This text font color is #8B9244.


Background Color

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

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

This div background color is #8B9244.


Border color

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

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

This div border color is #8B9244.


Opacity

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

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

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

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

This text has shadow with #8B9244 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B9244 on black background.


Color preview on white background

This text has color #8B9244 on white background.



Black color preview on #8B9244 background

This text has black color on #8B9244 background.


White color preview on #8B9244 background

This text has white color on #8B9244 background.