COLOR #947A6F

HEX: #947A6F
RGB: (148,122,111)

Color info

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

RGB color model

#947A6F color RGB value is (148,122,111).

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

RGB channels and saturation

R 148 of 255 = 58%
G 122 of 255 = 48%
B 111 of 255 = 44%

148
122
111

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

Portions of RGB colors in percentages

R + G + B =
148 + 122 + 111 = 381 (100%)
R 148 of 381 ~ 38.85%
G 122 of 381 ~ 32.02%
B 111 of 381 ~ 29.13%

%38.85
%32.02
%29.13

CMYK color model

#947A6F color CMYK value is (0,18,25,42).

  • cyan value is 0.00%
  • magenta value is 17.57%
  • yellow value is 25.00%
  • key color value is 41.96%
CMYK:
(0,18,25,42)
C0M18Y25K42 
(0%,18%,25%,42%)
(0.00/0.18/0.25/0.42)	

CMYK percentages

%0
%17.57
%25
%41.96

Codes

Color #947A6F in popluar color models

947A6F
RGB148122111
HSL18°14.74%50.78%
HSB/HSV18°25.00%58.04%
CMYK0.00%17.57%25.00%
41.96%

Color #947A6F in popluar number systems.

HEX947A6F
Decimal148122111
Binary1001010011110101101111
Octal224172157

Shades and tints

Shades of #947A6F

#947A6F
(148,122,111)
#876F65
(135,111,101)
#7A645B
(122,100,91)
#6D5951
(109,89,81)
#604E47
(96,78,71)
#53433D
(83,67,61)
#463833
(70,56,51)
#392D29
(57,45,41)
#2C221F
(44,34,31)
#1F1715
(31,23,21)
#120C0B
(18,12,11)
#000000
(0,0,0)

Tints of #947A6F

#947A6F
(148,122,111)
#9D867C
(157,134,124)
#A69289
(166,146,137)
#AF9E96
(175,158,150)
#B8AAA3
(184,170,163)
#C1B6B0
(193,182,176)
#CAC2BD
(202,194,189)
#D3CECA
(211,206,202)
#DCDAD7
(220,218,215)
#E5E6E4
(229,230,228)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #947A6F; }

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

This text font color is #947A6F.


Background Color

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

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

This div background color is #947A6F.


Border color

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

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

This div border color is #947A6F.


Opacity

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

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

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

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

This text has shadow with #947A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947A6F on black background.


Color preview on white background

This text has color #947A6F on white background.



Black color preview on #947A6F background

This text has black color on #947A6F background.


White color preview on #947A6F background

This text has white color on #947A6F background.