COLOR #947A6E

HEX: #947A6E RGB: (148,122,110)

Color info

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

RGB color model

#947A6E color RGB value is (148,122,110).

RGB: (148,122,110) (58%, 48%, 43%)

RGB channels and saturation

R 148 of 255 = 58%
G 122 of 255 = 48%
B 110 of 255 = 43%

148
122
110

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

Portions of RGB colors in percentages

R + G + B = 148 + 122 + 110 = 380 (100%)
R 148 of 380 ~ 38.95%
G 122 of 380 ~ 32.11%
B 110 of 380 ~ 28.95'%

%38.95
%32.11
%28.95

CMYK color model

#947A6E color CMYK value is (0,18,26,42).

  • cyan value is 0.00%
  • magenta value is 17.57%
  • yellow value is 25.68%
  • key color value is 41.96%
CMYK: (0,18,26,42) C0M18Y26K42 (0%,18%,26%,42%) (0.00/0.18/0.26/0.42) 

CMYK percentages

%0
%17.57
%25.68
%41.96

Codes

Color #947A6E in popluar color models

94 7A 6E
RGB 148 122 110
HSL 19° 15.08% 50.59%
HSB/HSV 19° 25.68% 58.04%
CMYK 0.00% 17.57% 25.68%
41.96%

Color #947A6E in popluar number systems.

HEX 94 7A 6E
Decimal 148 122 110
Binary 10010100 1111010 1101110
Octal 224 172 156

Shades and tints

Shades of #947A6E

#947A6E
(148,122,110)
#876F64
(135,111,100)
#7A645A
(122,100,90)
#6D5950
(109,89,80)
#604E46
(96,78,70)
#53433C
(83,67,60)
#463832
(70,56,50)
#392D28
(57,45,40)
#2C221E
(44,34,30)
#1F1714
(31,23,20)
#120C0A
(18,12,10)
#000000
(0,0,0)

Tints of #947A6E

#947A6E
(148,122,110)
#9D867B
(157,134,123)
#A69288
(166,146,136)
#AF9E95
(175,158,149)
#B8AAA2
(184,170,162)
#C1B6AF
(193,182,175)
#CAC2BC
(202,194,188)
#D3CEC9
(211,206,201)
#DCDAD6
(220,218,214)
#E5E6E3
(229,230,227)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #947A6E; }

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

This text font color is #947A6E.

Background Color

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

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

This div background color is #947A6E.

Border color

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

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

This div border color is #947A6E.

Opacity

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

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

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

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

This text has shadow with #947A6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #947A6E.

Preview

Color preview on black background

This text has color #947A6E on black background.


Color preview on white background

This text has color #947A6E on white background.


Black color preview on #947A6E background

This text has black color on #947A6E background.


White color preview on #947A6E background

This text has white color on #947A6E background.


Related colors

Complementary color

Complementary color for #hex is #6B8591.


I love getcolorcode.com

Triadic colors

1 #6E947A and #7A6E94 with #947A6E are triadic colors.

2 #6E7A94 and #7A946E with #947A6E are triadic colors.