COLOR #8B9141

HEX: #8B9141 RGB: (139,145,65)

Color info

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

RGB color model

#8B9141 color RGB value is (139,145,65).

RGB: (139,145,65) (55%, 57%, 25%)

RGB channels and saturation

R 139 of 255 = 55%
G 145 of 255 = 57%
B 65 of 255 = 25%

139
145
65

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

Portions of RGB colors in percentages

R + G + B = 139 + 145 + 65 = 349 (100%)
R 139 of 349 ~ 39.83%
G 145 of 349 ~ 41.55%
B 65 of 349 ~ 18.62'%

%39.83
%41.55
%18.62

CMYK color model

#8B9141 color CMYK value is (4,0,55,43).

  • cyan value is 4.14%
  • magenta value is 0.00%
  • yellow value is 55.17%
  • key color value is 43.14%

CMYK: (4,0,55,43)
C4M0Y55K43 (4%, 0%, 55%, 43%)
(0.04 / 0.00 / 0.55 / 0.43)

CMYK percentages

%4.14
%0
%55.17
%43.14

Codes

Color #8B9141 in popluar color models

8B 91 41
RGB 139 145 65
HSL 65° 38.10% 41.18%
HSB/HSV 65° 55.17% 56.86%
CMYK 4.14% 0.00% 55.17%
43.14%

Color #8B9141 in popluar number systems.

HEX 8B 91 41
Decimal 139 145 65
Binary 10001011 10010001 1000001
Octal 213 221 101

Shades and tints

Shades of #8B9141

#8B9141
(139,145,65)
#7F843C
(127,132,60)
#737737
(115,119,55)
#676A32
(103,106,50)
#5B5D2D
(91,93,45)
#4F5028
(79,80,40)
#434323
(67,67,35)
#37361E
(55,54,30)
#2B2919
(43,41,25)
#1F1C14
(31,28,20)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #8B9141

#8B9141
(139,145,65)
#959B52
(149,155,82)
#9FA563
(159,165,99)
#A9AF74
(169,175,116)
#B3B985
(179,185,133)
#BDC396
(189,195,150)
#C7CDA7
(199,205,167)
#D1D7B8
(209,215,184)
#DBE1C9
(219,225,201)
#E5EBDA
(229,235,218)
#EFF5EB
(239,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B9141 color. Also use rgb(139,145,65) instead hex code.

Text Font Color

.myTextColor { color: #8B9141; }

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

This text font color is #8B9141.

Background Color

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

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

This div background color is #8B9141.

Border color

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

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

This div border color is #8B9141.

Opacity

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

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

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

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

This text has shadow with #8B9141 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B9141.

Preview

Color preview on black background

This text has color #8B9141 on black background.


Color preview on white background

This text has color #8B9141 on white background.


Black color preview on #8B9141 background

This text has black color on #8B9141 background.


White color preview on #8B9141 background

This text has white color on #8B9141 background.


Related colors

Complementary color

Complementary color for #hex is #746EBE.


I love getcolorcode.com

Triadic colors

1 #418B91 and #91418B with #8B9141 are triadic colors.

2 #41918B and #918B41 with #8B9141 are triadic colors.