COLOR #9E7675

HEX: #9E7675
RGB: (158,118,117)

Color info

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

RGB color model

#9E7675 color RGB value is (158,118,117).

  • red value is 158;
  • green value is 118;
  • blue value is 117.
RGB:
(158,118,117)
(62%,46%,46%)

RGB channels and saturation

R 158 of 255 = 62%
G 118 of 255 = 46%
B 117 of 255 = 46%

158
118
117

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

Portions of RGB colors in percentages

R + G + B =
158 + 118 + 117 = 393 (100%)
R 158 of 393 ~ 40.2%
G 118 of 393 ~ 30.03%
B 117 of 393 ~ 29.77%

%40.2
%30.03
%29.77

CMYK color model

#9E7675 color CMYK value is (0,25,26,38).

  • cyan value is 0.00%
  • magenta value is 25.32%
  • yellow value is 25.95%
  • key color value is 38.04%
CMYK:
(0,25,26,38)
C0M25Y26K38 
(0%,25%,26%,38%)
(0.00/0.25/0.26/0.38)	

CMYK percentages

%0
%25.32
%25.95
%38.04

Codes

Color #9E7675 in popluar color models

9E7675
RGB158118117
HSL17.45%53.92%
HSB/HSV25.95%61.96%
CMYK0.00%25.32%25.95%
38.04%

Color #9E7675 in popluar number systems.

HEX9E7675
Decimal158118117
Binary1001111011101101110101
Octal236166165

Shades and tints

Shades of #9E7675

#9E7675
(158,118,117)
#906C6B
(144,108,107)
#826261
(130,98,97)
#745857
(116,88,87)
#664E4D
(102,78,77)
#584443
(88,68,67)
#4A3A39
(74,58,57)
#3C302F
(60,48,47)
#2E2625
(46,38,37)
#201C1B
(32,28,27)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #9E7675

#9E7675
(158,118,117)
#A68281
(166,130,129)
#AE8E8D
(174,142,141)
#B69A99
(182,154,153)
#BEA6A5
(190,166,165)
#C6B2B1
(198,178,177)
#CEBEBD
(206,190,189)
#D6CAC9
(214,202,201)
#DED6D5
(222,214,213)
#E6E2E1
(230,226,225)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E7675; }

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

This text font color is #9E7675.


Background Color

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

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

This div background color is #9E7675.


Border color

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

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

This div border color is #9E7675.


Opacity

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

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

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

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

This text has shadow with #9E7675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E7675 on black background.


Color preview on white background

This text has color #9E7675 on white background.



Black color preview on #9E7675 background

This text has black color on #9E7675 background.


White color preview on #9E7675 background

This text has white color on #9E7675 background.