COLOR #8B8E38

HEX: #8B8E38 RGB: (139,142,56)

Color info

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

RGB color model

#8B8E38 color RGB value is (139,142,56).

RGB: (139,142,56) (55%, 56%, 22%)

RGB channels and saturation

R 139 of 255 = 55%
G 142 of 255 = 56%
B 56 of 255 = 22%

139
142
56

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

Portions of RGB colors in percentages

R + G + B = 139 + 142 + 56 = 337 (100%)
R 139 of 337 ~ 41.25%
G 142 of 337 ~ 42.14%
B 56 of 337 ~ 16.62'%

%41.25
%42.14
%16.62

CMYK color model

#8B8E38 color CMYK value is (2,0,61,44).

  • cyan value is 2.11%
  • magenta value is 0.00%
  • yellow value is 60.56%
  • key color value is 44.31%

CMYK: (2,0,61,44)
C2M0Y61K44 (2%, 0%, 61%, 44%)
(0.02 / 0.00 / 0.61 / 0.44)

CMYK percentages

%2.11
%0
%60.56
%44.31

Codes

Color #8B8E38 in popluar color models

8B 8E 38
RGB 139 142 56
HSL 62° 43.43% 38.82%
HSB/HSV 62° 60.56% 55.69%
CMYK 2.11% 0.00% 60.56%
44.31%

Color #8B8E38 in popluar number systems.

HEX 8B 8E 38
Decimal 139 142 56
Binary 10001011 10001110 111000
Octal 213 216 70

Shades and tints

Shades of #8B8E38

#8B8E38
(139,142,56)
#7F8233
(127,130,51)
#73762E
(115,118,46)
#676A29
(103,106,41)
#5B5E24
(91,94,36)
#4F521F
(79,82,31)
#43461A
(67,70,26)
#373A15
(55,58,21)
#2B2E10
(43,46,16)
#1F220B
(31,34,11)
#131606
(19,22,6)
#000000
(0,0,0)

Tints of #8B8E38

#8B8E38
(139,142,56)
#95984A
(149,152,74)
#9FA25C
(159,162,92)
#A9AC6E
(169,172,110)
#B3B680
(179,182,128)
#BDC092
(189,192,146)
#C7CAA4
(199,202,164)
#D1D4B6
(209,212,182)
#DBDEC8
(219,222,200)
#E5E8DA
(229,232,218)
#EFF2EC
(239,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B8E38; }

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

This text font color is #8B8E38.

Background Color

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

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

This div background color is #8B8E38.

Border color

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

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

This div border color is #8B8E38.

Opacity

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

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

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

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

This text has shadow with #8B8E38 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B8E38.

Preview

Color preview on black background

This text has color #8B8E38 on black background.


Color preview on white background

This text has color #8B8E38 on white background.


Black color preview on #8B8E38 background

This text has black color on #8B8E38 background.


White color preview on #8B8E38 background

This text has white color on #8B8E38 background.


Related colors

Complementary color

Complementary color for #hex is #7471C7.


I love getcolorcode.com

Triadic colors

1 #388B8E and #8E388B with #8B8E38 are triadic colors.

2 #388E8B and #8E8B38 with #8B8E38 are triadic colors.