COLOR #9E7869

HEX: #9E7869 RGB: (158,120,105)

Color info

#9E7869 contains red, green and blue colors in about the same proportion. Web safe color of #9E7869 is #996666 (or #966).

RGB color model

#9E7869 color RGB value is (158,120,105).

RGB: (158,120,105) (62%, 47%, 41%)

RGB channels and saturation

R 158 of 255 = 62%
G 120 of 255 = 47%
B 105 of 255 = 41%

158
120
105

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

Portions of RGB colors in percentages

R + G + B = 158 + 120 + 105 = 383 (100%)
R 158 of 383 ~ 41.25%
G 120 of 383 ~ 31.33%
B 105 of 383 ~ 27.42'%

%41.25
%31.33
%27.42

CMYK color model

#9E7869 color CMYK value is (0,24,34,38).

  • cyan value is 0.00%
  • magenta value is 24.05%
  • yellow value is 33.54%
  • key color value is 38.04%

CMYK: (0,24,34,38)
C0M24Y34K38 (0%, 24%, 34%, 38%)
(0.00 / 0.24 / 0.34 / 0.38)

CMYK percentages

%0
%24.05
%33.54
%38.04

Codes

Color #9E7869 in popluar color models

9E 78 69
RGB 158 120 105
HSL 17° 21.46% 51.57%
HSB/HSV 17° 33.54% 61.96%
CMYK 0.00% 24.05% 33.54%
38.04%

Color #9E7869 in popluar number systems.

HEX 9E 78 69
Decimal 158 120 105
Binary 10011110 1111000 1101001
Octal 236 170 151

Shades and tints

Shades of #9E7869

#9E7869
(158,120,105)
#906E60
(144,110,96)
#826457
(130,100,87)
#745A4E
(116,90,78)
#665045
(102,80,69)
#58463C
(88,70,60)
#4A3C33
(74,60,51)
#3C322A
(60,50,42)
#2E2821
(46,40,33)
#201E18
(32,30,24)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #9E7869

#9E7869
(158,120,105)
#A68476
(166,132,118)
#AE9083
(174,144,131)
#B69C90
(182,156,144)
#BEA89D
(190,168,157)
#C6B4AA
(198,180,170)
#CEC0B7
(206,192,183)
#D6CCC4
(214,204,196)
#DED8D1
(222,216,209)
#E6E4DE
(230,228,222)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E7869 color. Also use rgb(158,120,105) instead hex code.

Text Font Color

.myTextColor { color: #9E7869; }

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

This text font color is #9E7869.

Background Color

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

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

This div background color is #9E7869.

Border color

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

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

This div border color is #9E7869.

Opacity

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

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

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

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

This text has shadow with #9E7869 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E7869.

Preview

Color preview on black background

This text has color #9E7869 on black background.


Color preview on white background

This text has color #9E7869 on white background.


Black color preview on #9E7869 background

This text has black color on #9E7869 background.


White color preview on #9E7869 background

This text has white color on #9E7869 background.


Related colors

Complementary color

Complementary color for #hex is #618796.


I love getcolorcode.com

Triadic colors

1 #699E78 and #78699E with #9E7869 are triadic colors.

2 #69789E and #789E69 with #9E7869 are triadic colors.