COLOR #9E765B

HEX: #9E765B RGB: (158,118,91)

Color info

#9E765B contains mainly red and green colors. Web safe color of #9E765B is #996666 (or #966).

RGB color model

#9E765B color RGB value is (158,118,91).

RGB: (158,118,91) (62%, 46%, 36%)

RGB channels and saturation

R 158 of 255 = 62%
G 118 of 255 = 46%
B 91 of 255 = 36%

158
118
91

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

Portions of RGB colors in percentages

R + G + B = 158 + 118 + 91 = 367 (100%)
R 158 of 367 ~ 43.05%
G 118 of 367 ~ 32.15%
B 91 of 367 ~ 24.8'%

%43.05
%32.15
%24.8

CMYK color model

#9E765B color CMYK value is (0,25,42,38).

  • cyan value is 0.00%
  • magenta value is 25.32%
  • yellow value is 42.41%
  • key color value is 38.04%
CMYK: (0,25,42,38) C0M25Y42K38 (0%,25%,42%,38%) (0.00/0.25/0.42/0.38) 

CMYK percentages

%0
%25.32
%42.41
%38.04

Codes

Color #9E765B in popluar color models

9E 76 5B
RGB 158 118 91
HSL 24° 26.91% 48.82%
HSB/HSV 24° 42.41% 61.96%
CMYK 0.00% 25.32% 42.41%
38.04%

Color #9E765B in popluar number systems.

HEX 9E 76 5B
Decimal 158 118 91
Binary 10011110 1110110 1011011
Octal 236 166 133

Shades and tints

Shades of #9E765B

#9E765B
(158,118,91)
#906C53
(144,108,83)
#82624B
(130,98,75)
#745843
(116,88,67)
#664E3B
(102,78,59)
#584433
(88,68,51)
#4A3A2B
(74,58,43)
#3C3023
(60,48,35)
#2E261B
(46,38,27)
#201C13
(32,28,19)
#12120B
(18,18,11)
#000000
(0,0,0)

Tints of #9E765B

#9E765B
(158,118,91)
#A68269
(166,130,105)
#AE8E77
(174,142,119)
#B69A85
(182,154,133)
#BEA693
(190,166,147)
#C6B2A1
(198,178,161)
#CEBEAF
(206,190,175)
#D6CABD
(214,202,189)
#DED6CB
(222,214,203)
#E6E2D9
(230,226,217)
#EEEEE7
(238,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E765B; }

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

This text font color is #9E765B.

Background Color

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

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

This div background color is #9E765B.

Border color

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

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

This div border color is #9E765B.

Opacity

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

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

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

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

This text has shadow with #9E765B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E765B.

Preview

Color preview on black background

This text has color #9E765B on black background.


Color preview on white background

This text has color #9E765B on white background.


Black color preview on #9E765B background

This text has black color on #9E765B background.


White color preview on #9E765B background

This text has white color on #9E765B background.


Related colors

Complementary color

Complementary color for #hex is #6189A4.


I love getcolorcode.com

Triadic colors

1 #5B9E76 and #765B9E with #9E765B are triadic colors.

2 #5B769E and #769E5B with #9E765B are triadic colors.