COLOR #9E6548

HEX: #9E6548
RGB: (158,101,72)

Color info

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

RGB color model

#9E6548 color RGB value is (158,101,72).

  • red value is 158;
  • green value is 101;
  • blue value is 72.
RGB:
(158,101,72)
(62%,40%,28%)

RGB channels and saturation

R 158 of 255 = 62%
G 101 of 255 = 40%
B 72 of 255 = 28%

158
101
72

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

Portions of RGB colors in percentages

R + G + B =
158 + 101 + 72 = 331 (100%)
R 158 of 331 ~ 47.73%
G 101 of 331 ~ 30.51%
B 72 of 331 ~ 21.75%

%47.73
%30.51
%21.75

CMYK color model

#9E6548 color CMYK value is (0,36,54,38).

  • cyan value is 0.00%
  • magenta value is 36.08%
  • yellow value is 54.43%
  • key color value is 38.04%
CMYK:
(0,36,54,38)
C0M36Y54K38 
(0%,36%,54%,38%)
(0.00/0.36/0.54/0.38)	

CMYK percentages

%0
%36.08
%54.43
%38.04

Codes

Color #9E6548 in popluar color models

9E6548
RGB15810172
HSL20°37.39%45.10%
HSB/HSV20°54.43%61.96%
CMYK0.00%36.08%54.43%
38.04%

Color #9E6548 in popluar number systems.

HEX9E6548
Decimal15810172
Binary1001111011001011001000
Octal236145110

Shades and tints

Shades of #9E6548

#9E6548
(158,101,72)
#905C42
(144,92,66)
#82533C
(130,83,60)
#744A36
(116,74,54)
#664130
(102,65,48)
#58382A
(88,56,42)
#4A2F24
(74,47,36)
#3C261E
(60,38,30)
#2E1D18
(46,29,24)
#201412
(32,20,18)
#120B0C
(18,11,12)
#000000
(0,0,0)

Tints of #9E6548

#9E6548
(158,101,72)
#A67358
(166,115,88)
#AE8168
(174,129,104)
#B68F78
(182,143,120)
#BE9D88
(190,157,136)
#C6AB98
(198,171,152)
#CEB9A8
(206,185,168)
#D6C7B8
(214,199,184)
#DED5C8
(222,213,200)
#E6E3D8
(230,227,216)
#EEF1E8
(238,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E6548 color. Also use rgb(158,101,72) instead hex code.

Text Font Color

.myTextColor { color: #9E6548; }

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

This text font color is #9E6548.


Background Color

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

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

This div background color is #9E6548.


Border color

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

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

This div border color is #9E6548.


Opacity

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

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

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

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

This text has shadow with #9E6548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E6548 on black background.


Color preview on white background

This text has color #9E6548 on white background.



Black color preview on #9E6548 background

This text has black color on #9E6548 background.


White color preview on #9E6548 background

This text has white color on #9E6548 background.