COLOR #9E664B

HEX: #9E664B
RGB: (158,102,75)

Color info

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

RGB color model

#9E664B color RGB value is (158,102,75).

  • red value is 158;
  • green value is 102;
  • blue value is 75.
RGB:
(158,102,75)
(62%,40%,29%)

RGB channels and saturation

R 158 of 255 = 62%
G 102 of 255 = 40%
B 75 of 255 = 29%

158
102
75

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

Portions of RGB colors in percentages

R + G + B =
158 + 102 + 75 = 335 (100%)
R 158 of 335 ~ 47.16%
G 102 of 335 ~ 30.45%
B 75 of 335 ~ 22.39%

%47.16
%30.45
%22.39

CMYK color model

#9E664B color CMYK value is (0,35,53,38).

  • cyan value is 0.00%
  • magenta value is 35.44%
  • yellow value is 52.53%
  • key color value is 38.04%
CMYK:
(0,35,53,38)
C0M35Y53K38 
(0%,35%,53%,38%)
(0.00/0.35/0.53/0.38)	

CMYK percentages

%0
%35.44
%52.53
%38.04

Codes

Color #9E664B in popluar color models

9E664B
RGB15810275
HSL20°35.62%45.69%
HSB/HSV20°52.53%61.96%
CMYK0.00%35.44%52.53%
38.04%

Color #9E664B in popluar number systems.

HEX9E664B
Decimal15810275
Binary1001111011001101001011
Octal236146113

Shades and tints

Shades of #9E664B

#9E664B
(158,102,75)
#905D45
(144,93,69)
#82543F
(130,84,63)
#744B39
(116,75,57)
#664233
(102,66,51)
#58392D
(88,57,45)
#4A3027
(74,48,39)
#3C2721
(60,39,33)
#2E1E1B
(46,30,27)
#201515
(32,21,21)
#120C0F
(18,12,15)
#000000
(0,0,0)

Tints of #9E664B

#9E664B
(158,102,75)
#A6735B
(166,115,91)
#AE806B
(174,128,107)
#B68D7B
(182,141,123)
#BE9A8B
(190,154,139)
#C6A79B
(198,167,155)
#CEB4AB
(206,180,171)
#D6C1BB
(214,193,187)
#DECECB
(222,206,203)
#E6DBDB
(230,219,219)
#EEE8EB
(238,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E664B color. Also use rgb(158,102,75) instead hex code.

Text Font Color

.myTextColor { color: #9E664B; }

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

This text font color is #9E664B.


Background Color

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

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

This div background color is #9E664B.


Border color

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

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

This div border color is #9E664B.


Opacity

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

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

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

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

This text has shadow with #9E664B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E664B on black background.


Color preview on white background

This text has color #9E664B on white background.



Black color preview on #9E664B background

This text has black color on #9E664B background.


White color preview on #9E664B background

This text has white color on #9E664B background.