COLOR #947F8F

HEX: #947F8F
RGB: (148,127,143)

Color info

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

RGB color model

#947F8F color RGB value is (148,127,143).

  • red value is 148;
  • green value is 127;
  • blue value is 143.
RGB:
(148,127,143)
(58%,50%,56%)

RGB channels and saturation

R 148 of 255 = 58%
G 127 of 255 = 50%
B 143 of 255 = 56%

148
127
143

R + G + B ~ 55%. #947F8F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 127 + 143 = 418 (100%)
R 148 of 418 ~ 35.41%
G 127 of 418 ~ 30.38%
B 143 of 418 ~ 34.21%

%35.41
%30.38
%34.21

CMYK color model

#947F8F color CMYK value is (0,14,3,42).

  • cyan value is 0.00%
  • magenta value is 14.19%
  • yellow value is 3.38%
  • key color value is 41.96%
CMYK:
(0,14,3,42)
C0M14Y3K42 
(0%,14%,3%,42%)
(0.00/0.14/0.03/0.42)	

CMYK percentages

%0
%14.19
%3.38
%41.96

Codes

Color #947F8F in popluar color models

947F8F
RGB148127143
HSL314°8.94%53.92%
HSB/HSV314°14.19%58.04%
CMYK0.00%14.19%3.38%
41.96%

Color #947F8F in popluar number systems.

HEX947F8F
Decimal148127143
Binary10010100111111110001111
Octal224177217

Shades and tints

Shades of #947F8F

#947F8F
(148,127,143)
#877482
(135,116,130)
#7A6975
(122,105,117)
#6D5E68
(109,94,104)
#60535B
(96,83,91)
#53484E
(83,72,78)
#463D41
(70,61,65)
#393234
(57,50,52)
#2C2727
(44,39,39)
#1F1C1A
(31,28,26)
#12110D
(18,17,13)
#000000
(0,0,0)

Tints of #947F8F

#947F8F
(148,127,143)
#9D8A99
(157,138,153)
#A695A3
(166,149,163)
#AFA0AD
(175,160,173)
#B8ABB7
(184,171,183)
#C1B6C1
(193,182,193)
#CAC1CB
(202,193,203)
#D3CCD5
(211,204,213)
#DCD7DF
(220,215,223)
#E5E2E9
(229,226,233)
#EEEDF3
(238,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #947F8F color. Also use rgb(148,127,143) instead hex code.

Text Font Color

.myTextColor { color: #947F8F; }

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

This text font color is #947F8F.


Background Color

.myBgColor { background-color: #947F8F; }

<div style="background-color:#947F8F">Inner text</div>

This div background color is #947F8F.


Border color

.myBorderColor { border: 1px solid #947F8F; }

<div style="border:3px solid #947F8F">Div</div>

This div border color is #947F8F.


Opacity

.myOpacity80 { color: #947F8F; opacity: 0.8; }

<p style="color:#947F8F;opacity:0.8;">80%</p>

Text with #947F8F 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 #947F8F;}

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

This text has shadow with #947F8F color.

.textShadow {text-shadow: 3px 3px 1px #947F8F, 3px 3px 1px red;}

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

This text has shadow with #947F8F primary color and red secondary color.


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

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

This text has shadow with #947F8F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947F8F on black background.


Color preview on white background

This text has color #947F8F on white background.



Black color preview on #947F8F background

This text has black color on #947F8F background.


White color preview on #947F8F background

This text has white color on #947F8F background.