COLOR #947A7C

HEX: #947A7C
RGB: (148,122,124)

Color info

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

RGB color model

#947A7C color RGB value is (148,122,124).

  • red value is 148;
  • green value is 122;
  • blue value is 124.
RGB:
(148,122,124)
(58%,48%,49%)

RGB channels and saturation

R 148 of 255 = 58%
G 122 of 255 = 48%
B 124 of 255 = 49%

148
122
124

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

Portions of RGB colors in percentages

R + G + B =
148 + 122 + 124 = 394 (100%)
R 148 of 394 ~ 37.56%
G 122 of 394 ~ 30.96%
B 124 of 394 ~ 31.47%

%37.56
%30.96
%31.47

CMYK color model

#947A7C color CMYK value is (0,18,16,42).

  • cyan value is 0.00%
  • magenta value is 17.57%
  • yellow value is 16.22%
  • key color value is 41.96%
CMYK:
(0,18,16,42)
C0M18Y16K42 
(0%,18%,16%,42%)
(0.00/0.18/0.16/0.42)	

CMYK percentages

%0
%17.57
%16.22
%41.96

Codes

Color #947A7C in popluar color models

947A7C
RGB148122124
HSL355°10.83%52.94%
HSB/HSV355°17.57%58.04%
CMYK0.00%17.57%16.22%
41.96%

Color #947A7C in popluar number systems.

HEX947A7C
Decimal148122124
Binary1001010011110101111100
Octal224172174

Shades and tints

Shades of #947A7C

#947A7C
(148,122,124)
#876F71
(135,111,113)
#7A6466
(122,100,102)
#6D595B
(109,89,91)
#604E50
(96,78,80)
#534345
(83,67,69)
#46383A
(70,56,58)
#392D2F
(57,45,47)
#2C2224
(44,34,36)
#1F1719
(31,23,25)
#120C0E
(18,12,14)
#000000
(0,0,0)

Tints of #947A7C

#947A7C
(148,122,124)
#9D8687
(157,134,135)
#A69292
(166,146,146)
#AF9E9D
(175,158,157)
#B8AAA8
(184,170,168)
#C1B6B3
(193,182,179)
#CAC2BE
(202,194,190)
#D3CEC9
(211,206,201)
#DCDAD4
(220,218,212)
#E5E6DF
(229,230,223)
#EEF2EA
(238,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #947A7C; }

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

This text font color is #947A7C.


Background Color

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

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

This div background color is #947A7C.


Border color

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

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

This div border color is #947A7C.


Opacity

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

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

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

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

This text has shadow with #947A7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947A7C on black background.


Color preview on white background

This text has color #947A7C on white background.



Black color preview on #947A7C background

This text has black color on #947A7C background.


White color preview on #947A7C background

This text has white color on #947A7C background.