COLOR #9C748F

HEX: #9C748F
RGB: (156,116,143)

Color info

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

RGB color model

#9C748F color RGB value is (156,116,143).

  • red value is 156;
  • green value is 116;
  • blue value is 143.
RGB:
(156,116,143)
(61%,45%,56%)

RGB channels and saturation

R 156 of 255 = 61%
G 116 of 255 = 45%
B 143 of 255 = 56%

156
116
143

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

Portions of RGB colors in percentages

R + G + B =
156 + 116 + 143 = 415 (100%)
R 156 of 415 ~ 37.59%
G 116 of 415 ~ 27.95%
B 143 of 415 ~ 34.46%

%37.59
%27.95
%34.46

CMYK color model

#9C748F color CMYK value is (0,26,8,39).

  • cyan value is 0.00%
  • magenta value is 25.64%
  • yellow value is 8.33%
  • key color value is 38.82%
CMYK:
(0,26,8,39)
C0M26Y8K39 
(0%,26%,8%,39%)
(0.00/0.26/0.08/0.39)	

CMYK percentages

%0
%25.64
%8.33
%38.82

Codes

Color #9C748F in popluar color models

9C748F
RGB156116143
HSL320°16.81%53.33%
HSB/HSV320°25.64%61.18%
CMYK0.00%25.64%8.33%
38.82%

Color #9C748F in popluar number systems.

HEX9C748F
Decimal156116143
Binary10011100111010010001111
Octal234164217

Shades and tints

Shades of #9C748F

#9C748F
(156,116,143)
#8E6A82
(142,106,130)
#806075
(128,96,117)
#725668
(114,86,104)
#644C5B
(100,76,91)
#56424E
(86,66,78)
#483841
(72,56,65)
#3A2E34
(58,46,52)
#2C2427
(44,36,39)
#1E1A1A
(30,26,26)
#10100D
(16,16,13)
#000000
(0,0,0)

Tints of #9C748F

#9C748F
(156,116,143)
#A58099
(165,128,153)
#AE8CA3
(174,140,163)
#B798AD
(183,152,173)
#C0A4B7
(192,164,183)
#C9B0C1
(201,176,193)
#D2BCCB
(210,188,203)
#DBC8D5
(219,200,213)
#E4D4DF
(228,212,223)
#EDE0E9
(237,224,233)
#F6ECF3
(246,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C748F color. Also use rgb(156,116,143) instead hex code.

Text Font Color

.myTextColor { color: #9C748F; }

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

This text font color is #9C748F.


Background Color

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

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

This div background color is #9C748F.


Border color

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

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

This div border color is #9C748F.


Opacity

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

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

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

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

This text has shadow with #9C748F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C748F on black background.


Color preview on white background

This text has color #9C748F on white background.



Black color preview on #9C748F background

This text has black color on #9C748F background.


White color preview on #9C748F background

This text has white color on #9C748F background.