COLOR #9E6A53

HEX: #9E6A53
RGB: (158,106,83)

Color info

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

RGB color model

#9E6A53 color RGB value is (158,106,83).

  • red value is 158;
  • green value is 106;
  • blue value is 83.
RGB:
(158,106,83)
(62%,42%,33%)

RGB channels and saturation

R 158 of 255 = 62%
G 106 of 255 = 42%
B 83 of 255 = 33%

158
106
83

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

Portions of RGB colors in percentages

R + G + B =
158 + 106 + 83 = 347 (100%)
R 158 of 347 ~ 45.53%
G 106 of 347 ~ 30.55%
B 83 of 347 ~ 23.92%

%45.53
%30.55
%23.92

CMYK color model

#9E6A53 color CMYK value is (0,33,47,38).

  • cyan value is 0.00%
  • magenta value is 32.91%
  • yellow value is 47.47%
  • key color value is 38.04%
CMYK:
(0,33,47,38)
C0M33Y47K38 
(0%,33%,47%,38%)
(0.00/0.33/0.47/0.38)	

CMYK percentages

%0
%32.91
%47.47
%38.04

Codes

Color #9E6A53 in popluar color models

9E6A53
RGB15810683
HSL18°31.12%47.25%
HSB/HSV18°47.47%61.96%
CMYK0.00%32.91%47.47%
38.04%

Color #9E6A53 in popluar number systems.

HEX9E6A53
Decimal15810683
Binary1001111011010101010011
Octal236152123

Shades and tints

Shades of #9E6A53

#9E6A53
(158,106,83)
#90614C
(144,97,76)
#825845
(130,88,69)
#744F3E
(116,79,62)
#664637
(102,70,55)
#583D30
(88,61,48)
#4A3429
(74,52,41)
#3C2B22
(60,43,34)
#2E221B
(46,34,27)
#201914
(32,25,20)
#12100D
(18,16,13)
#000000
(0,0,0)

Tints of #9E6A53

#9E6A53
(158,106,83)
#A67762
(166,119,98)
#AE8471
(174,132,113)
#B69180
(182,145,128)
#BE9E8F
(190,158,143)
#C6AB9E
(198,171,158)
#CEB8AD
(206,184,173)
#D6C5BC
(214,197,188)
#DED2CB
(222,210,203)
#E6DFDA
(230,223,218)
#EEECE9
(238,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E6A53 color. Also use rgb(158,106,83) instead hex code.

Text Font Color

.myTextColor { color: #9E6A53; }

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

This text font color is #9E6A53.


Background Color

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

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

This div background color is #9E6A53.


Border color

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

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

This div border color is #9E6A53.


Opacity

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

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

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

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

This text has shadow with #9E6A53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E6A53 on black background.


Color preview on white background

This text has color #9E6A53 on white background.



Black color preview on #9E6A53 background

This text has black color on #9E6A53 background.


White color preview on #9E6A53 background

This text has white color on #9E6A53 background.