COLOR #9A5462

HEX: #9A5462
RGB: (154,84,98)

Color info

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

RGB color model

#9A5462 color RGB value is (154,84,98).

  • red value is 154;
  • green value is 84;
  • blue value is 98.
RGB:
(154,84,98)
(60%,33%,38%)

RGB channels and saturation

R 154 of 255 = 60%
G 84 of 255 = 33%
B 98 of 255 = 38%

154
84
98

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

Portions of RGB colors in percentages

R + G + B =
154 + 84 + 98 = 336 (100%)
R 154 of 336 ~ 45.83%
G 84 of 336 ~ 25%
B 98 of 336 ~ 29.17%

%45.83
%25
%29.17

CMYK color model

#9A5462 color CMYK value is (0,45,36,40).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 36.36%
  • key color value is 39.61%
CMYK:
(0,45,36,40)
C0M45Y36K40 
(0%,45%,36%,40%)
(0.00/0.45/0.36/0.40)	

CMYK percentages

%0
%45.45
%36.36
%39.61

Codes

Color #9A5462 in popluar color models

9A5462
RGB1548498
HSL348°29.41%46.67%
HSB/HSV348°45.45%60.39%
CMYK0.00%45.45%36.36%
39.61%

Color #9A5462 in popluar number systems.

HEX9A5462
Decimal1548498
Binary1001101010101001100010
Octal232124142

Shades and tints

Shades of #9A5462

#9A5462
(154,84,98)
#8C4D5A
(140,77,90)
#7E4652
(126,70,82)
#703F4A
(112,63,74)
#623842
(98,56,66)
#54313A
(84,49,58)
#462A32
(70,42,50)
#38232A
(56,35,42)
#2A1C22
(42,28,34)
#1C151A
(28,21,26)
#0E0E12
(14,14,18)
#000000
(0,0,0)

Tints of #9A5462

#9A5462
(154,84,98)
#A36370
(163,99,112)
#AC727E
(172,114,126)
#B5818C
(181,129,140)
#BE909A
(190,144,154)
#C79FA8
(199,159,168)
#D0AEB6
(208,174,182)
#D9BDC4
(217,189,196)
#E2CCD2
(226,204,210)
#EBDBE0
(235,219,224)
#F4EAEE
(244,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A5462 color. Also use rgb(154,84,98) instead hex code.

Text Font Color

.myTextColor { color: #9A5462; }

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

This text font color is #9A5462.


Background Color

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

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

This div background color is #9A5462.


Border color

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

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

This div border color is #9A5462.


Opacity

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

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

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

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

This text has shadow with #9A5462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A5462 on black background.


Color preview on white background

This text has color #9A5462 on white background.



Black color preview on #9A5462 background

This text has black color on #9A5462 background.


White color preview on #9A5462 background

This text has white color on #9A5462 background.