COLOR #9E7630

HEX: #9E7630 RGB: (158,118,48)

Color info

#9E7630 contains mainly red and green colors. Web safe color of #9E7630 is #996633 (or #963).

RGB color model

#9E7630 color RGB value is (158,118,48).

RGB: (158,118,48) (62%, 46%, 19%)

RGB channels and saturation

R 158 of 255 = 62%
G 118 of 255 = 46%
B 48 of 255 = 19%

158
118
48

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

Portions of RGB colors in percentages

R + G + B = 158 + 118 + 48 = 324 (100%)
R 158 of 324 ~ 48.77%
G 118 of 324 ~ 36.42%
B 48 of 324 ~ 14.81'%

%48.77
%36.42
%14.81

CMYK color model

#9E7630 color CMYK value is (0,25,70,38).

  • cyan value is 0.00%
  • magenta value is 25.32%
  • yellow value is 69.62%
  • key color value is 38.04%

CMYK: (0,25,70,38)
C0M25Y70K38 (0%, 25%, 70%, 38%)
(0.00 / 0.25 / 0.70 / 0.38)

CMYK percentages

%0
%25.32
%69.62
%38.04

Codes

Color #9E7630 in popluar color models

9E 76 30
RGB 158 118 48
HSL 38° 53.40% 40.39%
HSB/HSV 38° 69.62% 61.96%
CMYK 0.00% 25.32% 69.62%
38.04%

Color #9E7630 in popluar number systems.

HEX 9E 76 30
Decimal 158 118 48
Binary 10011110 1110110 110000
Octal 236 166 60

Shades and tints

Shades of #9E7630

#9E7630
(158,118,48)
#906C2C
(144,108,44)
#826228
(130,98,40)
#745824
(116,88,36)
#664E20
(102,78,32)
#58441C
(88,68,28)
#4A3A18
(74,58,24)
#3C3014
(60,48,20)
#2E2610
(46,38,16)
#201C0C
(32,28,12)
#121208
(18,18,8)
#000000
(0,0,0)

Tints of #9E7630

#9E7630
(158,118,48)
#A68242
(166,130,66)
#AE8E54
(174,142,84)
#B69A66
(182,154,102)
#BEA678
(190,166,120)
#C6B28A
(198,178,138)
#CEBE9C
(206,190,156)
#D6CAAE
(214,202,174)
#DED6C0
(222,214,192)
#E6E2D2
(230,226,210)
#EEEEE4
(238,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E7630 color. Also use rgb(158,118,48) instead hex code.

Text Font Color

.myTextColor { color: #9E7630; }

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

This text font color is #9E7630.

Background Color

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

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

This div background color is #9E7630.

Border color

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

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

This div border color is #9E7630.

Opacity

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

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

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

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

This text has shadow with #9E7630 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E7630.

Preview

Color preview on black background

This text has color #9E7630 on black background.


Color preview on white background

This text has color #9E7630 on white background.


Black color preview on #9E7630 background

This text has black color on #9E7630 background.


White color preview on #9E7630 background

This text has white color on #9E7630 background.


Related colors

Complementary color

Complementary color for #hex is #6189CF.


I love getcolorcode.com

Triadic colors

1 #309E76 and #76309E with #9E7630 are triadic colors.

2 #30769E and #769E30 with #9E7630 are triadic colors.