COLOR #8B9338

HEX: #8B9338 RGB: (139,147,56)

Color info

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

RGB color model

#8B9338 color RGB value is (139,147,56).

RGB: (139,147,56) (55%, 58%, 22%)

RGB channels and saturation

R 139 of 255 = 55%
G 147 of 255 = 58%
B 56 of 255 = 22%

139
147
56

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

Portions of RGB colors in percentages

R + G + B = 139 + 147 + 56 = 342 (100%)
R 139 of 342 ~ 40.64%
G 147 of 342 ~ 42.98%
B 56 of 342 ~ 16.37'%

%40.64
%42.98
%16.37

CMYK color model

#8B9338 color CMYK value is (5,0,62,42).

  • cyan value is 5.44%
  • magenta value is 0.00%
  • yellow value is 61.90%
  • key color value is 42.35%

CMYK: (5,0,62,42)
C5M0Y62K42 (5%, 0%, 62%, 42%)
(0.05 / 0.00 / 0.62 / 0.42)

CMYK percentages

%5.44
%0
%61.9
%42.35

Codes

Color #8B9338 in popluar color models

8B 93 38
RGB 139 147 56
HSL 65° 44.83% 39.80%
HSB/HSV 65° 61.90% 57.65%
CMYK 5.44% 0.00% 61.90%
42.35%

Color #8B9338 in popluar number systems.

HEX 8B 93 38
Decimal 139 147 56
Binary 10001011 10010011 111000
Octal 213 223 70

Shades and tints

Shades of #8B9338

#8B9338
(139,147,56)
#7F8633
(127,134,51)
#73792E
(115,121,46)
#676C29
(103,108,41)
#5B5F24
(91,95,36)
#4F521F
(79,82,31)
#43451A
(67,69,26)
#373815
(55,56,21)
#2B2B10
(43,43,16)
#1F1E0B
(31,30,11)
#131106
(19,17,6)
#000000
(0,0,0)

Tints of #8B9338

#8B9338
(139,147,56)
#959C4A
(149,156,74)
#9FA55C
(159,165,92)
#A9AE6E
(169,174,110)
#B3B780
(179,183,128)
#BDC092
(189,192,146)
#C7C9A4
(199,201,164)
#D1D2B6
(209,210,182)
#DBDBC8
(219,219,200)
#E5E4DA
(229,228,218)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B9338 color. Also use rgb(139,147,56) instead hex code.

Text Font Color

.myTextColor { color: #8B9338; }

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

This text font color is #8B9338.

Background Color

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

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

This div background color is #8B9338.

Border color

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

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

This div border color is #8B9338.

Opacity

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

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

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

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

This text has shadow with #8B9338 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B9338.

Preview

Color preview on black background

This text has color #8B9338 on black background.


Color preview on white background

This text has color #8B9338 on white background.


Black color preview on #8B9338 background

This text has black color on #8B9338 background.


White color preview on #8B9338 background

This text has white color on #8B9338 background.


Related colors

Complementary color

Complementary color for #hex is #746CC7.


I love getcolorcode.com

Triadic colors

1 #388B93 and #93388B with #8B9338 are triadic colors.

2 #38938B and #938B38 with #8B9338 are triadic colors.