COLOR #9A748C

HEX: #9A748C
RGB: (154,116,140)

Color info

#9A748C contains red, green and blue colors in about the same proportion. Web safe color of #9A748C is #996699 (or #969).

RGB color model

#9A748C color RGB value is (154,116,140).

  • red value is 154;
  • green value is 116;
  • blue value is 140.
RGB:
(154,116,140)
(60%,45%,55%)

RGB channels and saturation

R 154 of 255 = 60%
G 116 of 255 = 45%
B 140 of 255 = 55%

154
116
140

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

Portions of RGB colors in percentages

R + G + B =
154 + 116 + 140 = 410 (100%)
R 154 of 410 ~ 37.56%
G 116 of 410 ~ 28.29%
B 140 of 410 ~ 34.15%

%37.56
%28.29
%34.15

CMYK color model

#9A748C color CMYK value is (0,25,9,40).

  • cyan value is 0.00%
  • magenta value is 24.68%
  • yellow value is 9.09%
  • key color value is 39.61%
CMYK:
(0,25,9,40)
C0M25Y9K40 
(0%,25%,9%,40%)
(0.00/0.25/0.09/0.40)	

CMYK percentages

%0
%24.68
%9.09
%39.61

Codes

Color #9A748C in popluar color models

9A748C
RGB154116140
HSL322°15.83%52.94%
HSB/HSV322°24.68%60.39%
CMYK0.00%24.68%9.09%
39.61%

Color #9A748C in popluar number systems.

HEX9A748C
Decimal154116140
Binary10011010111010010001100
Octal232164214

Shades and tints

Shades of #9A748C

#9A748C
(154,116,140)
#8C6A80
(140,106,128)
#7E6074
(126,96,116)
#705668
(112,86,104)
#624C5C
(98,76,92)
#544250
(84,66,80)
#463844
(70,56,68)
#382E38
(56,46,56)
#2A242C
(42,36,44)
#1C1A20
(28,26,32)
#0E1014
(14,16,20)
#000000
(0,0,0)

Tints of #9A748C

#9A748C
(154,116,140)
#A38096
(163,128,150)
#AC8CA0
(172,140,160)
#B598AA
(181,152,170)
#BEA4B4
(190,164,180)
#C7B0BE
(199,176,190)
#D0BCC8
(208,188,200)
#D9C8D2
(217,200,210)
#E2D4DC
(226,212,220)
#EBE0E6
(235,224,230)
#F4ECF0
(244,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A748C color. Also use rgb(154,116,140) instead hex code.

Text Font Color

.myTextColor { color: #9A748C; }

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

This text font color is #9A748C.


Background Color

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

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

This div background color is #9A748C.


Border color

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

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

This div border color is #9A748C.


Opacity

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

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

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

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

This text has shadow with #9A748C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A748C on black background.


Color preview on white background

This text has color #9A748C on white background.



Black color preview on #9A748C background

This text has black color on #9A748C background.


White color preview on #9A748C background

This text has white color on #9A748C background.