COLOR #947E5B

HEX: #947E5B RGB: (148,126,91)

Color info

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

RGB color model

#947E5B color RGB value is (148,126,91).

RGB: (148,126,91) (58%, 49%, 36%)

RGB channels and saturation

R 148 of 255 = 58%
G 126 of 255 = 49%
B 91 of 255 = 36%

148
126
91

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

Portions of RGB colors in percentages

R + G + B = 148 + 126 + 91 = 365 (100%)
R 148 of 365 ~ 40.55%
G 126 of 365 ~ 34.52%
B 91 of 365 ~ 24.93'%

%40.55
%34.52
%24.93

CMYK color model

#947E5B color CMYK value is (0,15,39,42).

  • cyan value is 0.00%
  • magenta value is 14.86%
  • yellow value is 38.51%
  • key color value is 41.96%
CMYK: (0,15,39,42) C0M15Y39K42 (0%,15%,39%,42%) (0.00/0.15/0.39/0.42) 

CMYK percentages

%0
%14.86
%38.51
%41.96

Codes

Color #947E5B in popluar color models

94 7E 5B
RGB 148 126 91
HSL 37° 23.85% 46.86%
HSB/HSV 37° 38.51% 58.04%
CMYK 0.00% 14.86% 38.51%
41.96%

Color #947E5B in popluar number systems.

HEX 94 7E 5B
Decimal 148 126 91
Binary 10010100 1111110 1011011
Octal 224 176 133

Shades and tints

Shades of #947E5B

#947E5B
(148,126,91)
#877353
(135,115,83)
#7A684B
(122,104,75)
#6D5D43
(109,93,67)
#60523B
(96,82,59)
#534733
(83,71,51)
#463C2B
(70,60,43)
#393123
(57,49,35)
#2C261B
(44,38,27)
#1F1B13
(31,27,19)
#12100B
(18,16,11)
#000000
(0,0,0)

Tints of #947E5B

#947E5B
(148,126,91)
#9D8969
(157,137,105)
#A69477
(166,148,119)
#AF9F85
(175,159,133)
#B8AA93
(184,170,147)
#C1B5A1
(193,181,161)
#CAC0AF
(202,192,175)
#D3CBBD
(211,203,189)
#DCD6CB
(220,214,203)
#E5E1D9
(229,225,217)
#EEECE7
(238,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #947E5B; }

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

This text font color is #947E5B.

Background Color

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

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

This div background color is #947E5B.

Border color

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

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

This div border color is #947E5B.

Opacity

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

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

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

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

This text has shadow with #947E5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #947E5B.

Preview

Color preview on black background

This text has color #947E5B on black background.


Color preview on white background

This text has color #947E5B on white background.


Black color preview on #947E5B background

This text has black color on #947E5B background.


White color preview on #947E5B background

This text has white color on #947E5B background.


Related colors

Complementary color

Complementary color for #hex is #6B81A4.


I love getcolorcode.com

Triadic colors

1 #5B947E and #7E5B94 with #947E5B are triadic colors.

2 #5B7E94 and #7E945B with #947E5B are triadic colors.