COLOR #947E77

HEX: #947E77 RGB: (148,126,119)

Color info

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

RGB color model

#947E77 color RGB value is (148,126,119).

RGB: (148,126,119) (58%, 49%, 47%)

RGB channels and saturation

R 148 of 255 = 58%
G 126 of 255 = 49%
B 119 of 255 = 47%

148
126
119

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

Portions of RGB colors in percentages

R + G + B = 148 + 126 + 119 = 393 (100%)
R 148 of 393 ~ 37.66%
G 126 of 393 ~ 32.06%
B 119 of 393 ~ 30.28'%

%37.66
%32.06
%30.28

CMYK color model

#947E77 color CMYK value is (0,15,20,42).

  • cyan value is 0.00%
  • magenta value is 14.86%
  • yellow value is 19.59%
  • key color value is 41.96%

CMYK: (0,15,20,42)
C0M15Y20K42 (0%, 15%, 20%, 42%)
(0.00 / 0.15 / 0.20 / 0.42)

CMYK percentages

%0
%14.86
%19.59
%41.96

Codes

Color #947E77 in popluar color models

94 7E 77
RGB 148 126 119
HSL 14° 11.93% 52.35%
HSB/HSV 14° 19.59% 58.04%
CMYK 0.00% 14.86% 19.59%
41.96%

Color #947E77 in popluar number systems.

HEX 94 7E 77
Decimal 148 126 119
Binary 10010100 1111110 1110111
Octal 224 176 167

Shades and tints

Shades of #947E77

#947E77
(148,126,119)
#87736D
(135,115,109)
#7A6863
(122,104,99)
#6D5D59
(109,93,89)
#60524F
(96,82,79)
#534745
(83,71,69)
#463C3B
(70,60,59)
#393131
(57,49,49)
#2C2627
(44,38,39)
#1F1B1D
(31,27,29)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #947E77

#947E77
(148,126,119)
#9D8983
(157,137,131)
#A6948F
(166,148,143)
#AF9F9B
(175,159,155)
#B8AAA7
(184,170,167)
#C1B5B3
(193,181,179)
#CAC0BF
(202,192,191)
#D3CBCB
(211,203,203)
#DCD6D7
(220,214,215)
#E5E1E3
(229,225,227)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #947E77; }

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

This text font color is #947E77.

Background Color

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

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

This div background color is #947E77.

Border color

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

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

This div border color is #947E77.

Opacity

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

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

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

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

This text has shadow with #947E77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #947E77.

Preview

Color preview on black background

This text has color #947E77 on black background.


Color preview on white background

This text has color #947E77 on white background.


Black color preview on #947E77 background

This text has black color on #947E77 background.


White color preview on #947E77 background

This text has white color on #947E77 background.


Related colors

Complementary color

Complementary color for #hex is #6B8188.


I love getcolorcode.com

Triadic colors

1 #77947E and #7E7794 with #947E77 are triadic colors.

2 #777E94 and #7E9477 with #947E77 are triadic colors.