COLOR #947A66

HEX: #947A66
RGB: (148,122,102)

Color info

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

RGB color model

#947A66 color RGB value is (148,122,102).

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

RGB channels and saturation

R 148 of 255 = 58%
G 122 of 255 = 48%
B 102 of 255 = 40%

148
122
102

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

Portions of RGB colors in percentages

R + G + B =
148 + 122 + 102 = 372 (100%)
R 148 of 372 ~ 39.78%
G 122 of 372 ~ 32.8%
B 102 of 372 ~ 27.42%

%39.78
%32.8
%27.42

CMYK color model

#947A66 color CMYK value is (0,18,31,42).

  • cyan value is 0.00%
  • magenta value is 17.57%
  • yellow value is 31.08%
  • key color value is 41.96%
CMYK:
(0,18,31,42)
C0M18Y31K42 
(0%,18%,31%,42%)
(0.00/0.18/0.31/0.42)	

CMYK percentages

%0
%17.57
%31.08
%41.96

Codes

Color #947A66 in popluar color models

947A66
RGB148122102
HSL26°18.40%49.02%
HSB/HSV26°31.08%58.04%
CMYK0.00%17.57%31.08%
41.96%

Color #947A66 in popluar number systems.

HEX947A66
Decimal148122102
Binary1001010011110101100110
Octal224172146

Shades and tints

Shades of #947A66

#947A66
(148,122,102)
#876F5D
(135,111,93)
#7A6454
(122,100,84)
#6D594B
(109,89,75)
#604E42
(96,78,66)
#534339
(83,67,57)
#463830
(70,56,48)
#392D27
(57,45,39)
#2C221E
(44,34,30)
#1F1715
(31,23,21)
#120C0C
(18,12,12)
#000000
(0,0,0)

Tints of #947A66

#947A66
(148,122,102)
#9D8673
(157,134,115)
#A69280
(166,146,128)
#AF9E8D
(175,158,141)
#B8AA9A
(184,170,154)
#C1B6A7
(193,182,167)
#CAC2B4
(202,194,180)
#D3CEC1
(211,206,193)
#DCDACE
(220,218,206)
#E5E6DB
(229,230,219)
#EEF2E8
(238,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #947A66; }

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

This text font color is #947A66.


Background Color

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

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

This div background color is #947A66.


Border color

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

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

This div border color is #947A66.


Opacity

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

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

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

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

This text has shadow with #947A66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947A66 on black background.


Color preview on white background

This text has color #947A66 on white background.



Black color preview on #947A66 background

This text has black color on #947A66 background.


White color preview on #947A66 background

This text has white color on #947A66 background.