COLOR #947F4E

HEX: #947F4E
RGB: (148,127,78)

Color info

#947F4E contains mainly red and green colors. Web safe color of #947F4E is #996666 (or #966).

RGB color model

#947F4E color RGB value is (148,127,78).

  • red value is 148;
  • green value is 127;
  • blue value is 78.
RGB:
(148,127,78)
(58%,50%,31%)

RGB channels and saturation

R 148 of 255 = 58%
G 127 of 255 = 50%
B 78 of 255 = 31%

148
127
78

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

Portions of RGB colors in percentages

R + G + B =
148 + 127 + 78 = 353 (100%)
R 148 of 353 ~ 41.93%
G 127 of 353 ~ 35.98%
B 78 of 353 ~ 22.1%

%41.93
%35.98
%22.1

CMYK color model

#947F4E color CMYK value is (0,14,47,42).

  • cyan value is 0.00%
  • magenta value is 14.19%
  • yellow value is 47.30%
  • key color value is 41.96%
CMYK:
(0,14,47,42)
C0M14Y47K42 
(0%,14%,47%,42%)
(0.00/0.14/0.47/0.42)	

CMYK percentages

%0
%14.19
%47.3
%41.96

Codes

Color #947F4E in popluar color models

947F4E
RGB14812778
HSL42°30.97%44.31%
HSB/HSV42°47.30%58.04%
CMYK0.00%14.19%47.30%
41.96%

Color #947F4E in popluar number systems.

HEX947F4E
Decimal14812778
Binary1001010011111111001110
Octal224177116

Shades and tints

Shades of #947F4E

#947F4E
(148,127,78)
#877447
(135,116,71)
#7A6940
(122,105,64)
#6D5E39
(109,94,57)
#605332
(96,83,50)
#53482B
(83,72,43)
#463D24
(70,61,36)
#39321D
(57,50,29)
#2C2716
(44,39,22)
#1F1C0F
(31,28,15)
#121108
(18,17,8)
#000000
(0,0,0)

Tints of #947F4E

#947F4E
(148,127,78)
#9D8A5E
(157,138,94)
#A6956E
(166,149,110)
#AFA07E
(175,160,126)
#B8AB8E
(184,171,142)
#C1B69E
(193,182,158)
#CAC1AE
(202,193,174)
#D3CCBE
(211,204,190)
#DCD7CE
(220,215,206)
#E5E2DE
(229,226,222)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #947F4E color. Also use rgb(148,127,78) instead hex code.

Text Font Color

.myTextColor { color: #947F4E; }

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

This text font color is #947F4E.


Background Color

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

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

This div background color is #947F4E.


Border color

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

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

This div border color is #947F4E.


Opacity

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

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

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

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

This text has shadow with #947F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947F4E on black background.


Color preview on white background

This text has color #947F4E on white background.



Black color preview on #947F4E background

This text has black color on #947F4E background.


White color preview on #947F4E background

This text has white color on #947F4E background.