COLOR #947C7D

HEX: #947C7D
RGB: (148,124,125)

Color info

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

RGB color model

#947C7D color RGB value is (148,124,125).

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

RGB channels and saturation

R 148 of 255 = 58%
G 124 of 255 = 49%
B 125 of 255 = 49%

148
124
125

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

Portions of RGB colors in percentages

R + G + B =
148 + 124 + 125 = 397 (100%)
R 148 of 397 ~ 37.28%
G 124 of 397 ~ 31.23%
B 125 of 397 ~ 31.49%

%37.28
%31.23
%31.49

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.22%
  • yellow value is 15.54%
  • key color value is 41.96%
CMYK:
(0,16,16,42)
C0M16Y16K42 
(0%,16%,16%,42%)
(0.00/0.16/0.16/0.42)	

CMYK percentages

%0
%16.22
%15.54
%41.96

Codes

Color #947C7D in popluar color models

947C7D
RGB148124125
HSL358°10.08%53.33%
HSB/HSV358°16.22%58.04%
CMYK0.00%16.22%15.54%
41.96%

Color #947C7D in popluar number systems.

HEX947C7D
Decimal148124125
Binary1001010011111001111101
Octal224174175

Shades and tints

Shades of #947C7D

#947C7D
(148,124,125)
#877172
(135,113,114)
#7A6667
(122,102,103)
#6D5B5C
(109,91,92)
#605051
(96,80,81)
#534546
(83,69,70)
#463A3B
(70,58,59)
#392F30
(57,47,48)
#2C2425
(44,36,37)
#1F191A
(31,25,26)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #947C7D

#947C7D
(148,124,125)
#9D8788
(157,135,136)
#A69293
(166,146,147)
#AF9D9E
(175,157,158)
#B8A8A9
(184,168,169)
#C1B3B4
(193,179,180)
#CABEBF
(202,190,191)
#D3C9CA
(211,201,202)
#DCD4D5
(220,212,213)
#E5DFE0
(229,223,224)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #947C7D; }

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

This text font color is #947C7D.


Background Color

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

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

This div background color is #947C7D.


Border color

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

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

This div border color is #947C7D.


Opacity

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

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

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

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

This text has shadow with #947C7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947C7D on black background.


Color preview on white background

This text has color #947C7D on white background.



Black color preview on #947C7D background

This text has black color on #947C7D background.


White color preview on #947C7D background

This text has white color on #947C7D background.