COLOR #9E923E

HEX: #9E923E RGB: (158,146,62)

Color info

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

RGB color model

#9E923E color RGB value is (158,146,62).

RGB: (158,146,62) (62%, 57%, 24%)

RGB channels and saturation

R 158 of 255 = 62%
G 146 of 255 = 57%
B 62 of 255 = 24%

158
146
62

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

Portions of RGB colors in percentages

R + G + B = 158 + 146 + 62 = 366 (100%)
R 158 of 366 ~ 43.17%
G 146 of 366 ~ 39.89%
B 62 of 366 ~ 16.94'%

%43.17
%39.89
%16.94

CMYK color model

#9E923E color CMYK value is (0,8,61,38).

  • cyan value is 0.00%
  • magenta value is 7.59%
  • yellow value is 60.76%
  • key color value is 38.04%
CMYK: (0,8,61,38) C0M8Y61K38 (0%,8%,61%,38%) (0.00/0.08/0.61/0.38) 

CMYK percentages

%0
%7.59
%60.76
%38.04

Codes

Color #9E923E in popluar color models

9E 92 3E
RGB 158 146 62
HSL 53° 43.64% 43.14%
HSB/HSV 53° 60.76% 61.96%
CMYK 0.00% 7.59% 60.76%
38.04%

Color #9E923E in popluar number systems.

HEX 9E 92 3E
Decimal 158 146 62
Binary 10011110 10010010 111110
Octal 236 222 76

Shades and tints

Shades of #9E923E

#9E923E
(158,146,62)
#908539
(144,133,57)
#827834
(130,120,52)
#746B2F
(116,107,47)
#665E2A
(102,94,42)
#585125
(88,81,37)
#4A4420
(74,68,32)
#3C371B
(60,55,27)
#2E2A16
(46,42,22)
#201D11
(32,29,17)
#12100C
(18,16,12)
#000000
(0,0,0)

Tints of #9E923E

#9E923E
(158,146,62)
#A69B4F
(166,155,79)
#AEA460
(174,164,96)
#B6AD71
(182,173,113)
#BEB682
(190,182,130)
#C6BF93
(198,191,147)
#CEC8A4
(206,200,164)
#D6D1B5
(214,209,181)
#DEDAC6
(222,218,198)
#E6E3D7
(230,227,215)
#EEECE8
(238,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E923E color. Also use rgb(158,146,62) instead hex code.

Text Font Color

.myTextColor { color: #9E923E; }

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

This text font color is #9E923E.

Background Color

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

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

This div background color is #9E923E.

Border color

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

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

This div border color is #9E923E.

Opacity

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

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

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

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

This text has shadow with #9E923E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E923E.

Preview

Color preview on black background

This text has color #9E923E on black background.


Color preview on white background

This text has color #9E923E on white background.


Black color preview on #9E923E background

This text has black color on #9E923E background.


White color preview on #9E923E background

This text has white color on #9E923E background.


Related colors

Complementary color

Complementary color for #hex is #616DC1.


I love getcolorcode.com

Triadic colors

1 #3E9E92 and #923E9E with #9E923E are triadic colors.

2 #3E929E and #929E3E with #9E923E are triadic colors.