COLOR #9A5376

HEX: #9A5376
RGB: (154,83,118)

Color info

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

RGB color model

#9A5376 color RGB value is (154,83,118).

  • red value is 154;
  • green value is 83;
  • blue value is 118.
RGB:
(154,83,118)
(60%,33%,46%)

RGB channels and saturation

R 154 of 255 = 60%
G 83 of 255 = 33%
B 118 of 255 = 46%

154
83
118

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

Portions of RGB colors in percentages

R + G + B =
154 + 83 + 118 = 355 (100%)
R 154 of 355 ~ 43.38%
G 83 of 355 ~ 23.38%
B 118 of 355 ~ 33.24%

%43.38
%23.38
%33.24

CMYK color model

#9A5376 color CMYK value is (0,46,23,40).

  • cyan value is 0.00%
  • magenta value is 46.10%
  • yellow value is 23.38%
  • key color value is 39.61%
CMYK:
(0,46,23,40)
C0M46Y23K40 
(0%,46%,23%,40%)
(0.00/0.46/0.23/0.40)	

CMYK percentages

%0
%46.1
%23.38
%39.61

Codes

Color #9A5376 in popluar color models

9A5376
RGB15483118
HSL330°29.96%46.47%
HSB/HSV330°46.10%60.39%
CMYK0.00%46.10%23.38%
39.61%

Color #9A5376 in popluar number systems.

HEX9A5376
Decimal15483118
Binary1001101010100111110110
Octal232123166

Shades and tints

Shades of #9A5376

#9A5376
(154,83,118)
#8C4C6C
(140,76,108)
#7E4562
(126,69,98)
#703E58
(112,62,88)
#62374E
(98,55,78)
#543044
(84,48,68)
#46293A
(70,41,58)
#382230
(56,34,48)
#2A1B26
(42,27,38)
#1C141C
(28,20,28)
#0E0D12
(14,13,18)
#000000
(0,0,0)

Tints of #9A5376

#9A5376
(154,83,118)
#A36282
(163,98,130)
#AC718E
(172,113,142)
#B5809A
(181,128,154)
#BE8FA6
(190,143,166)
#C79EB2
(199,158,178)
#D0ADBE
(208,173,190)
#D9BCCA
(217,188,202)
#E2CBD6
(226,203,214)
#EBDAE2
(235,218,226)
#F4E9EE
(244,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A5376 color. Also use rgb(154,83,118) instead hex code.

Text Font Color

.myTextColor { color: #9A5376; }

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

This text font color is #9A5376.


Background Color

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

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

This div background color is #9A5376.


Border color

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

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

This div border color is #9A5376.


Opacity

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

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

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

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

This text has shadow with #9A5376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A5376 on black background.


Color preview on white background

This text has color #9A5376 on white background.



Black color preview on #9A5376 background

This text has black color on #9A5376 background.


White color preview on #9A5376 background

This text has white color on #9A5376 background.