COLOR #9E845A

HEX: #9E845A
RGB: (158,132,90)

Color info

#9E845A contains mainly red and green colors. Web safe color of #9E845A is #999966 (or #996).

RGB color model

#9E845A color RGB value is (158,132,90).

  • red value is 158;
  • green value is 132;
  • blue value is 90.
RGB:
(158,132,90)
(62%,52%,35%)

RGB channels and saturation

R 158 of 255 = 62%
G 132 of 255 = 52%
B 90 of 255 = 35%

158
132
90

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

Portions of RGB colors in percentages

R + G + B =
158 + 132 + 90 = 380 (100%)
R 158 of 380 ~ 41.58%
G 132 of 380 ~ 34.74%
B 90 of 380 ~ 23.68%

%41.58
%34.74
%23.68

CMYK color model

#9E845A color CMYK value is (0,16,43,38).

  • cyan value is 0.00%
  • magenta value is 16.46%
  • yellow value is 43.04%
  • key color value is 38.04%
CMYK:
(0,16,43,38)
C0M16Y43K38 
(0%,16%,43%,38%)
(0.00/0.16/0.43/0.38)	

CMYK percentages

%0
%16.46
%43.04
%38.04

Codes

Color #9E845A in popluar color models

9E845A
RGB15813290
HSL37°27.42%48.63%
HSB/HSV37°43.04%61.96%
CMYK0.00%16.46%43.04%
38.04%

Color #9E845A in popluar number systems.

HEX9E845A
Decimal15813290
Binary10011110100001001011010
Octal236204132

Shades and tints

Shades of #9E845A

#9E845A
(158,132,90)
#907852
(144,120,82)
#826C4A
(130,108,74)
#746042
(116,96,66)
#66543A
(102,84,58)
#584832
(88,72,50)
#4A3C2A
(74,60,42)
#3C3022
(60,48,34)
#2E241A
(46,36,26)
#201812
(32,24,18)
#120C0A
(18,12,10)
#000000
(0,0,0)

Tints of #9E845A

#9E845A
(158,132,90)
#A68F69
(166,143,105)
#AE9A78
(174,154,120)
#B6A587
(182,165,135)
#BEB096
(190,176,150)
#C6BBA5
(198,187,165)
#CEC6B4
(206,198,180)
#D6D1C3
(214,209,195)
#DEDCD2
(222,220,210)
#E6E7E1
(230,231,225)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E845A color. Also use rgb(158,132,90) instead hex code.

Text Font Color

.myTextColor { color: #9E845A; }

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

This text font color is #9E845A.


Background Color

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

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

This div background color is #9E845A.


Border color

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

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

This div border color is #9E845A.


Opacity

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

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

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

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

This text has shadow with #9E845A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E845A on black background.


Color preview on white background

This text has color #9E845A on white background.



Black color preview on #9E845A background

This text has black color on #9E845A background.


White color preview on #9E845A background

This text has white color on #9E845A background.