COLOR #9E8525

HEX: #9E8525
RGB: (158,133,37)

Color info

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

RGB color model

#9E8525 color RGB value is (158,133,37).

  • red value is 158;
  • green value is 133;
  • blue value is 37.
RGB:
(158,133,37)
(62%,52%,15%)

RGB channels and saturation

R 158 of 255 = 62%
G 133 of 255 = 52%
B 37 of 255 = 15%

158
133
37

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

Portions of RGB colors in percentages

R + G + B =
158 + 133 + 37 = 328 (100%)
R 158 of 328 ~ 48.17%
G 133 of 328 ~ 40.55%
B 37 of 328 ~ 11.28%

%48.17
%40.55
%11.28

CMYK color model

#9E8525 color CMYK value is (0,16,77,38).

  • cyan value is 0.00%
  • magenta value is 15.82%
  • yellow value is 76.58%
  • key color value is 38.04%
CMYK:
(0,16,77,38)
C0M16Y77K38 
(0%,16%,77%,38%)
(0.00/0.16/0.77/0.38)	

CMYK percentages

%0
%15.82
%76.58
%38.04

Codes

Color #9E8525 in popluar color models

9E8525
RGB15813337
HSL48°62.05%38.24%
HSB/HSV48°76.58%61.96%
CMYK0.00%15.82%76.58%
38.04%

Color #9E8525 in popluar number systems.

HEX9E8525
Decimal15813337
Binary1001111010000101100101
Octal23620545

Shades and tints

Shades of #9E8525

#9E8525
(158,133,37)
#907922
(144,121,34)
#826D1F
(130,109,31)
#74611C
(116,97,28)
#665519
(102,85,25)
#584916
(88,73,22)
#4A3D13
(74,61,19)
#3C3110
(60,49,16)
#2E250D
(46,37,13)
#20190A
(32,25,10)
#120D07
(18,13,7)
#000000
(0,0,0)

Tints of #9E8525

#9E8525
(158,133,37)
#A69038
(166,144,56)
#AE9B4B
(174,155,75)
#B6A65E
(182,166,94)
#BEB171
(190,177,113)
#C6BC84
(198,188,132)
#CEC797
(206,199,151)
#D6D2AA
(214,210,170)
#DEDDBD
(222,221,189)
#E6E8D0
(230,232,208)
#EEF3E3
(238,243,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E8525 color. Also use rgb(158,133,37) instead hex code.

Text Font Color

.myTextColor { color: #9E8525; }

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

This text font color is #9E8525.


Background Color

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

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

This div background color is #9E8525.


Border color

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

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

This div border color is #9E8525.


Opacity

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

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

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

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

This text has shadow with #9E8525 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E8525 on black background.


Color preview on white background

This text has color #9E8525 on white background.



Black color preview on #9E8525 background

This text has black color on #9E8525 background.


White color preview on #9E8525 background

This text has white color on #9E8525 background.