COLOR #947977

HEX: #947977
RGB: (148,121,119)

Color info

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

RGB color model

#947977 color RGB value is (148,121,119).

  • red value is 148;
  • green value is 121;
  • blue value is 119.
RGB:
(148,121,119)
(58%,47%,47%)

RGB channels and saturation

R 148 of 255 = 58%
G 121 of 255 = 47%
B 119 of 255 = 47%

148
121
119

R + G + B ~ 51%. #947977 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 121 + 119 = 388 (100%)
R 148 of 388 ~ 38.14%
G 121 of 388 ~ 31.19%
B 119 of 388 ~ 30.67%

%38.14
%31.19
%30.67

CMYK color model

#947977 color CMYK value is (0,18,20,42).

  • cyan value is 0.00%
  • magenta value is 18.24%
  • yellow value is 19.59%
  • key color value is 41.96%
CMYK:
(0,18,20,42)
C0M18Y20K42 
(0%,18%,20%,42%)
(0.00/0.18/0.20/0.42)	

CMYK percentages

%0
%18.24
%19.59
%41.96

Codes

Color #947977 in popluar color models

947977
RGB148121119
HSL11.93%52.35%
HSB/HSV19.59%58.04%
CMYK0.00%18.24%19.59%
41.96%

Color #947977 in popluar number systems.

HEX947977
Decimal148121119
Binary1001010011110011110111
Octal224171167

Shades and tints

Shades of #947977

#947977
(148,121,119)
#876E6D
(135,110,109)
#7A6363
(122,99,99)
#6D5859
(109,88,89)
#604D4F
(96,77,79)
#534245
(83,66,69)
#46373B
(70,55,59)
#392C31
(57,44,49)
#2C2127
(44,33,39)
#1F161D
(31,22,29)
#120B13
(18,11,19)
#000000
(0,0,0)

Tints of #947977

#947977
(148,121,119)
#9D8583
(157,133,131)
#A6918F
(166,145,143)
#AF9D9B
(175,157,155)
#B8A9A7
(184,169,167)
#C1B5B3
(193,181,179)
#CAC1BF
(202,193,191)
#D3CDCB
(211,205,203)
#DCD9D7
(220,217,215)
#E5E5E3
(229,229,227)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #947977 color. Also use rgb(148,121,119) instead hex code.

Text Font Color

.myTextColor { color: #947977; }

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

This text font color is #947977.


Background Color

.myBgColor { background-color: #947977; }

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

This div background color is #947977.


Border color

.myBorderColor { border: 1px solid #947977; }

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

This div border color is #947977.


Opacity

.myOpacity80 { color: #947977; opacity: 0.8; }

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

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

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

This text has shadow with #947977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947977 on black background.


Color preview on white background

This text has color #947977 on white background.



Black color preview on #947977 background

This text has black color on #947977 background.


White color preview on #947977 background

This text has white color on #947977 background.