COLOR #947A5E

HEX: #947A5E
RGB: (148,122,94)

Color info

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

RGB color model

#947A5E color RGB value is (148,122,94).

  • red value is 148;
  • green value is 122;
  • blue value is 94.
RGB:
(148,122,94)
(58%,48%,37%)

RGB channels and saturation

R 148 of 255 = 58%
G 122 of 255 = 48%
B 94 of 255 = 37%

148
122
94

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

Portions of RGB colors in percentages

R + G + B =
148 + 122 + 94 = 364 (100%)
R 148 of 364 ~ 40.66%
G 122 of 364 ~ 33.52%
B 94 of 364 ~ 25.82%

%40.66
%33.52
%25.82

CMYK color model

#947A5E color CMYK value is (0,18,36,42).

  • cyan value is 0.00%
  • magenta value is 17.57%
  • yellow value is 36.49%
  • key color value is 41.96%
CMYK:
(0,18,36,42)
C0M18Y36K42 
(0%,18%,36%,42%)
(0.00/0.18/0.36/0.42)	

CMYK percentages

%0
%17.57
%36.49
%41.96

Codes

Color #947A5E in popluar color models

947A5E
RGB14812294
HSL31°22.31%47.45%
HSB/HSV31°36.49%58.04%
CMYK0.00%17.57%36.49%
41.96%

Color #947A5E in popluar number systems.

HEX947A5E
Decimal14812294
Binary1001010011110101011110
Octal224172136

Shades and tints

Shades of #947A5E

#947A5E
(148,122,94)
#876F56
(135,111,86)
#7A644E
(122,100,78)
#6D5946
(109,89,70)
#604E3E
(96,78,62)
#534336
(83,67,54)
#46382E
(70,56,46)
#392D26
(57,45,38)
#2C221E
(44,34,30)
#1F1716
(31,23,22)
#120C0E
(18,12,14)
#000000
(0,0,0)

Tints of #947A5E

#947A5E
(148,122,94)
#9D866C
(157,134,108)
#A6927A
(166,146,122)
#AF9E88
(175,158,136)
#B8AA96
(184,170,150)
#C1B6A4
(193,182,164)
#CAC2B2
(202,194,178)
#D3CEC0
(211,206,192)
#DCDACE
(220,218,206)
#E5E6DC
(229,230,220)
#EEF2EA
(238,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #947A5E color. Also use rgb(148,122,94) instead hex code.

Text Font Color

.myTextColor { color: #947A5E; }

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

This text font color is #947A5E.


Background Color

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

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

This div background color is #947A5E.


Border color

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

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

This div border color is #947A5E.


Opacity

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

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

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

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

This text has shadow with #947A5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947A5E on black background.


Color preview on white background

This text has color #947A5E on white background.



Black color preview on #947A5E background

This text has black color on #947A5E background.


White color preview on #947A5E background

This text has white color on #947A5E background.