COLOR #947C71

HEX: #947C71 RGB: (148,124,113)

Color info

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

RGB color model

#947C71 color RGB value is (148,124,113).

RGB: (148,124,113) (58%, 49%, 44%)

RGB channels and saturation

R 148 of 255 = 58%
G 124 of 255 = 49%
B 113 of 255 = 44%

148
124
113

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

Portions of RGB colors in percentages

R + G + B = 148 + 124 + 113 = 385 (100%)
R 148 of 385 ~ 38.44%
G 124 of 385 ~ 32.21%
B 113 of 385 ~ 29.35'%

%38.44
%32.21
%29.35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.22%
  • yellow value is 23.65%
  • key color value is 41.96%

CMYK: (0,16,24,42)
C0M16Y24K42 (0%, 16%, 24%, 42%)
(0.00 / 0.16 / 0.24 / 0.42)

CMYK percentages

%0
%16.22
%23.65
%41.96

Codes

Color #947C71 in popluar color models

94 7C 71
RGB 148 124 113
HSL 19° 14.06% 51.18%
HSB/HSV 19° 23.65% 58.04%
CMYK 0.00% 16.22% 23.65%
41.96%

Color #947C71 in popluar number systems.

HEX 94 7C 71
Decimal 148 124 113
Binary 10010100 1111100 1110001
Octal 224 174 161

Shades and tints

Shades of #947C71

#947C71
(148,124,113)
#877167
(135,113,103)
#7A665D
(122,102,93)
#6D5B53
(109,91,83)
#605049
(96,80,73)
#53453F
(83,69,63)
#463A35
(70,58,53)
#392F2B
(57,47,43)
#2C2421
(44,36,33)
#1F1917
(31,25,23)
#120E0D
(18,14,13)
#000000
(0,0,0)

Tints of #947C71

#947C71
(148,124,113)
#9D877D
(157,135,125)
#A69289
(166,146,137)
#AF9D95
(175,157,149)
#B8A8A1
(184,168,161)
#C1B3AD
(193,179,173)
#CABEB9
(202,190,185)
#D3C9C5
(211,201,197)
#DCD4D1
(220,212,209)
#E5DFDD
(229,223,221)
#EEEAE9
(238,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #947C71; }

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

This text font color is #947C71.

Background Color

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

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

This div background color is #947C71.

Border color

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

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

This div border color is #947C71.

Opacity

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

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

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

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

This text has shadow with #947C71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #947C71.

Preview

Color preview on black background

This text has color #947C71 on black background.


Color preview on white background

This text has color #947C71 on white background.


Black color preview on #947C71 background

This text has black color on #947C71 background.


White color preview on #947C71 background

This text has white color on #947C71 background.


Related colors

Complementary color

Complementary color for #hex is #6B838E.


I love getcolorcode.com

Triadic colors

1 #71947C and #7C7194 with #947C71 are triadic colors.

2 #717C94 and #7C9471 with #947C71 are triadic colors.