COLOR #9E604B

HEX: #9E604B
RGB: (158,96,75)

Color info

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

RGB color model

#9E604B color RGB value is (158,96,75).

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

RGB channels and saturation

R 158 of 255 = 62%
G 96 of 255 = 38%
B 75 of 255 = 29%

158
96
75

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

Portions of RGB colors in percentages

R + G + B =
158 + 96 + 75 = 329 (100%)
R 158 of 329 ~ 48.02%
G 96 of 329 ~ 29.18%
B 75 of 329 ~ 22.8%

%48.02
%29.18
%22.8

CMYK color model

#9E604B color CMYK value is (0,39,53,38).

  • cyan value is 0.00%
  • magenta value is 39.24%
  • yellow value is 52.53%
  • key color value is 38.04%
CMYK:
(0,39,53,38)
C0M39Y53K38 
(0%,39%,53%,38%)
(0.00/0.39/0.53/0.38)	

CMYK percentages

%0
%39.24
%52.53
%38.04

Codes

Color #9E604B in popluar color models

9E604B
RGB1589675
HSL15°35.62%45.69%
HSB/HSV15°52.53%61.96%
CMYK0.00%39.24%52.53%
38.04%

Color #9E604B in popluar number systems.

HEX9E604B
Decimal1589675
Binary1001111011000001001011
Octal236140113

Shades and tints

Shades of #9E604B

#9E604B
(158,96,75)
#905845
(144,88,69)
#82503F
(130,80,63)
#744839
(116,72,57)
#664033
(102,64,51)
#58382D
(88,56,45)
#4A3027
(74,48,39)
#3C2821
(60,40,33)
#2E201B
(46,32,27)
#201815
(32,24,21)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #9E604B

#9E604B
(158,96,75)
#A66E5B
(166,110,91)
#AE7C6B
(174,124,107)
#B68A7B
(182,138,123)
#BE988B
(190,152,139)
#C6A69B
(198,166,155)
#CEB4AB
(206,180,171)
#D6C2BB
(214,194,187)
#DED0CB
(222,208,203)
#E6DEDB
(230,222,219)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E604B; }

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

This text font color is #9E604B.


Background Color

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

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

This div background color is #9E604B.


Border color

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

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

This div border color is #9E604B.


Opacity

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

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

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

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

This text has shadow with #9E604B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E604B on black background.


Color preview on white background

This text has color #9E604B on white background.



Black color preview on #9E604B background

This text has black color on #9E604B background.


White color preview on #9E604B background

This text has white color on #9E604B background.