COLOR #947D76

HEX: #947D76 RGB: (148,125,118)

Color info

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

RGB color model

#947D76 color RGB value is (148,125,118).

RGB: (148,125,118) (58%, 49%, 46%)

RGB channels and saturation

R 148 of 255 = 58%
G 125 of 255 = 49%
B 118 of 255 = 46%

148
125
118

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

Portions of RGB colors in percentages

R + G + B = 148 + 125 + 118 = 391 (100%)
R 148 of 391 ~ 37.85%
G 125 of 391 ~ 31.97%
B 118 of 391 ~ 30.18'%

%37.85
%31.97
%30.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.54%
  • yellow value is 20.27%
  • key color value is 41.96%

CMYK: (0,16,20,42)
C0M16Y20K42 (0%, 16%, 20%, 42%)
(0.00 / 0.16 / 0.20 / 0.42)

CMYK percentages

%0
%15.54
%20.27
%41.96

Codes

Color #947D76 in popluar color models

94 7D 76
RGB 148 125 118
HSL 14° 12.30% 52.16%
HSB/HSV 14° 20.27% 58.04%
CMYK 0.00% 15.54% 20.27%
41.96%

Color #947D76 in popluar number systems.

HEX 94 7D 76
Decimal 148 125 118
Binary 10010100 1111101 1110110
Octal 224 175 166

Shades and tints

Shades of #947D76

#947D76
(148,125,118)
#87726C
(135,114,108)
#7A6762
(122,103,98)
#6D5C58
(109,92,88)
#60514E
(96,81,78)
#534644
(83,70,68)
#463B3A
(70,59,58)
#393030
(57,48,48)
#2C2526
(44,37,38)
#1F1A1C
(31,26,28)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #947D76

#947D76
(148,125,118)
#9D8882
(157,136,130)
#A6938E
(166,147,142)
#AF9E9A
(175,158,154)
#B8A9A6
(184,169,166)
#C1B4B2
(193,180,178)
#CABFBE
(202,191,190)
#D3CACA
(211,202,202)
#DCD5D6
(220,213,214)
#E5E0E2
(229,224,226)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #947D76; }

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

This text font color is #947D76.

Background Color

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

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

This div background color is #947D76.

Border color

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

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

This div border color is #947D76.

Opacity

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

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

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

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

This text has shadow with #947D76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #947D76.

Preview

Color preview on black background

This text has color #947D76 on black background.


Color preview on white background

This text has color #947D76 on white background.


Black color preview on #947D76 background

This text has black color on #947D76 background.


White color preview on #947D76 background

This text has white color on #947D76 background.


Related colors

Complementary color

Complementary color for #hex is #6B8289.


I love getcolorcode.com

Triadic colors

1 #76947D and #7D7694 with #947D76 are triadic colors.

2 #767D94 and #7D9476 with #947D76 are triadic colors.