COLOR #9E5335

HEX: #9E5335 RGB: (158,83,53)

Color info

#9E5335 contains mainly red color. Web safe color of #9E5335 is #996633 (or #963).

RGB color model

#9E5335 color RGB value is (158,83,53).

RGB: (158,83,53) (62%, 33%, 21%)

RGB channels and saturation

R 158 of 255 = 62%
G 83 of 255 = 33%
B 53 of 255 = 21%

158
83
53

R + G + B ~ 39%. #9E5335 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 158 + 83 + 53 = 294 (100%)
R 158 of 294 ~ 53.74%
G 83 of 294 ~ 28.23%
B 53 of 294 ~ 18.03'%

%53.74
%28.23
%18.03

CMYK color model

#9E5335 color CMYK value is (0,47,66,38).

  • cyan value is 0.00%
  • magenta value is 47.47%
  • yellow value is 66.46%
  • key color value is 38.04%

CMYK: (0,47,66,38)
C0M47Y66K38 (0%, 47%, 66%, 38%)
(0.00 / 0.47 / 0.66 / 0.38)

CMYK percentages

%0
%47.47
%66.46
%38.04

Codes

Color #9E5335 in popluar color models

9E 53 35
RGB 158 83 53
HSL 17° 49.76% 41.37%
HSB/HSV 17° 66.46% 61.96%
CMYK 0.00% 47.47% 66.46%
38.04%

Color #9E5335 in popluar number systems.

HEX 9E 53 35
Decimal 158 83 53
Binary 10011110 1010011 110101
Octal 236 123 65

Shades and tints

Shades of #9E5335

#9E5335
(158,83,53)
#904C31
(144,76,49)
#82452D
(130,69,45)
#743E29
(116,62,41)
#663725
(102,55,37)
#583021
(88,48,33)
#4A291D
(74,41,29)
#3C2219
(60,34,25)
#2E1B15
(46,27,21)
#201411
(32,20,17)
#120D0D
(18,13,13)
#000000
(0,0,0)

Tints of #9E5335

#9E5335
(158,83,53)
#A66247
(166,98,71)
#AE7159
(174,113,89)
#B6806B
(182,128,107)
#BE8F7D
(190,143,125)
#C69E8F
(198,158,143)
#CEADA1
(206,173,161)
#D6BCB3
(214,188,179)
#DECBC5
(222,203,197)
#E6DAD7
(230,218,215)
#EEE9E9
(238,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E5335; }

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

This text font color is #9E5335.

Background Color

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

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

This div background color is #9E5335.

Border color

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

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

This div border color is #9E5335.

Opacity

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

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

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

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

This text has shadow with #9E5335 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E5335.

Preview

Color preview on black background

This text has color #9E5335 on black background.


Color preview on white background

This text has color #9E5335 on white background.


Black color preview on #9E5335 background

This text has black color on #9E5335 background.


White color preview on #9E5335 background

This text has white color on #9E5335 background.


Related colors

Complementary color

Complementary color for #hex is #61ACCA.


I love getcolorcode.com

Triadic colors

1 #359E53 and #53359E with #9E5335 are triadic colors.

2 #35539E and #539E35 with #9E5335 are triadic colors.