COLOR #9A8137

HEX: #9A8137
RGB: (154,129,55)

Color info

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

RGB color model

#9A8137 color RGB value is (154,129,55).

  • red value is 154;
  • green value is 129;
  • blue value is 55.
RGB:
(154,129,55)
(60%,51%,22%)

RGB channels and saturation

R 154 of 255 = 60%
G 129 of 255 = 51%
B 55 of 255 = 22%

154
129
55

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

Portions of RGB colors in percentages

R + G + B =
154 + 129 + 55 = 338 (100%)
R 154 of 338 ~ 45.56%
G 129 of 338 ~ 38.17%
B 55 of 338 ~ 16.27%

%45.56
%38.17
%16.27

CMYK color model

#9A8137 color CMYK value is (0,16,64,40).

  • cyan value is 0.00%
  • magenta value is 16.23%
  • yellow value is 64.29%
  • key color value is 39.61%
CMYK:
(0,16,64,40)
C0M16Y64K40 
(0%,16%,64%,40%)
(0.00/0.16/0.64/0.40)	

CMYK percentages

%0
%16.23
%64.29
%39.61

Codes

Color #9A8137 in popluar color models

9A8137
RGB15412955
HSL45°47.37%40.98%
HSB/HSV45°64.29%60.39%
CMYK0.00%16.23%64.29%
39.61%

Color #9A8137 in popluar number systems.

HEX9A8137
Decimal15412955
Binary1001101010000001110111
Octal23220167

Shades and tints

Shades of #9A8137

#9A8137
(154,129,55)
#8C7632
(140,118,50)
#7E6B2D
(126,107,45)
#706028
(112,96,40)
#625523
(98,85,35)
#544A1E
(84,74,30)
#463F19
(70,63,25)
#383414
(56,52,20)
#2A290F
(42,41,15)
#1C1E0A
(28,30,10)
#0E1305
(14,19,5)
#000000
(0,0,0)

Tints of #9A8137

#9A8137
(154,129,55)
#A38C49
(163,140,73)
#AC975B
(172,151,91)
#B5A26D
(181,162,109)
#BEAD7F
(190,173,127)
#C7B891
(199,184,145)
#D0C3A3
(208,195,163)
#D9CEB5
(217,206,181)
#E2D9C7
(226,217,199)
#EBE4D9
(235,228,217)
#F4EFEB
(244,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A8137 color. Also use rgb(154,129,55) instead hex code.

Text Font Color

.myTextColor { color: #9A8137; }

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

This text font color is #9A8137.


Background Color

.myBgColor { background-color: #9A8137; }

<div style="background-color:#9A8137">Inner text</div>

This div background color is #9A8137.


Border color

.myBorderColor { border: 1px solid #9A8137; }

<div style="border:3px solid #9A8137">Div</div>

This div border color is #9A8137.


Opacity

.myOpacity80 { color: #9A8137; opacity: 0.8; }

<p style="color:#9A8137;opacity:0.8;">80%</p>

Text with #9A8137 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 #9A8137;}

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

This text has shadow with #9A8137 color.

.textShadow {text-shadow: 3px 3px 1px #9A8137, 3px 3px 1px red;}

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

This text has shadow with #9A8137 primary color and red secondary color.


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

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

This text has shadow with #9A8137 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A8137 on black background.


Color preview on white background

This text has color #9A8137 on white background.



Black color preview on #9A8137 background

This text has black color on #9A8137 background.


White color preview on #9A8137 background

This text has white color on #9A8137 background.