COLOR #947F7F

HEX: #947F7F
RGB: (148,127,127)

Color info

#947F7F contains red, green and blue colors in about the same proportion. Web safe color of #947F7F is #996666 (or #966).

RGB color model

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

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

RGB channels and saturation

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

148
127
127

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

Portions of RGB colors in percentages

R + G + B =
148 + 127 + 127 = 402 (100%)
R 148 of 402 ~ 36.82%
G 127 of 402 ~ 31.59%
B 127 of 402 ~ 31.59%

%36.82
%31.59
%31.59

CMYK color model

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

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

CMYK percentages

%0
%14.19
%14.19
%41.96

Codes

Color #947F7F in popluar color models

947F7F
RGB148127127
HSL8.94%53.92%
HSB/HSV14.19%58.04%
CMYK0.00%14.19%14.19%
41.96%

Color #947F7F in popluar number systems.

HEX947F7F
Decimal148127127
Binary1001010011111111111111
Octal224177177

Shades and tints

Shades of #947F7F

#947F7F
(148,127,127)
#877474
(135,116,116)
#7A6969
(122,105,105)
#6D5E5E
(109,94,94)
#605353
(96,83,83)
#534848
(83,72,72)
#463D3D
(70,61,61)
#393232
(57,50,50)
#2C2727
(44,39,39)
#1F1C1C
(31,28,28)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #947F7F

#947F7F
(148,127,127)
#9D8A8A
(157,138,138)
#A69595
(166,149,149)
#AFA0A0
(175,160,160)
#B8ABAB
(184,171,171)
#C1B6B6
(193,182,182)
#CAC1C1
(202,193,193)
#D3CCCC
(211,204,204)
#DCD7D7
(220,215,215)
#E5E2E2
(229,226,226)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #947F7F; }

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

This text font color is #947F7F.


Background Color

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

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

This div background color is #947F7F.


Border color

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

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

This div border color is #947F7F.


Opacity

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

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

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

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

This text has shadow with #947F7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947F7F on black background.


Color preview on white background

This text has color #947F7F on white background.



Black color preview on #947F7F background

This text has black color on #947F7F background.


White color preview on #947F7F background

This text has white color on #947F7F background.