COLOR #947B6B

HEX: #947B6B RGB: (148,123,107)

Color info

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

RGB color model

#947B6B color RGB value is (148,123,107).

RGB: (148,123,107) (58%, 48%, 42%)

RGB channels and saturation

R 148 of 255 = 58%
G 123 of 255 = 48%
B 107 of 255 = 42%

148
123
107

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

Portions of RGB colors in percentages

R + G + B = 148 + 123 + 107 = 378 (100%)
R 148 of 378 ~ 39.15%
G 123 of 378 ~ 32.54%
B 107 of 378 ~ 28.31'%

%39.15
%32.54
%28.31

CMYK color model

#947B6B color CMYK value is (0,17,28,42).

  • cyan value is 0.00%
  • magenta value is 16.89%
  • yellow value is 27.70%
  • key color value is 41.96%

CMYK: (0,17,28,42)
C0M17Y28K42 (0%, 17%, 28%, 42%)
(0.00 / 0.17 / 0.28 / 0.42)

CMYK percentages

%0
%16.89
%27.7
%41.96

Codes

Color #947B6B in popluar color models

94 7B 6B
RGB 148 123 107
HSL 23° 16.08% 50.00%
HSB/HSV 23° 27.70% 58.04%
CMYK 0.00% 16.89% 27.70%
41.96%

Color #947B6B in popluar number systems.

HEX 94 7B 6B
Decimal 148 123 107
Binary 10010100 1111011 1101011
Octal 224 173 153

Shades and tints

Shades of #947B6B

#947B6B
(148,123,107)
#877062
(135,112,98)
#7A6559
(122,101,89)
#6D5A50
(109,90,80)
#604F47
(96,79,71)
#53443E
(83,68,62)
#463935
(70,57,53)
#392E2C
(57,46,44)
#2C2323
(44,35,35)
#1F181A
(31,24,26)
#120D11
(18,13,17)
#000000
(0,0,0)

Tints of #947B6B

#947B6B
(148,123,107)
#9D8778
(157,135,120)
#A69385
(166,147,133)
#AF9F92
(175,159,146)
#B8AB9F
(184,171,159)
#C1B7AC
(193,183,172)
#CAC3B9
(202,195,185)
#D3CFC6
(211,207,198)
#DCDBD3
(220,219,211)
#E5E7E0
(229,231,224)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #947B6B color. Also use rgb(148,123,107) instead hex code.

Text Font Color

.myTextColor { color: #947B6B; }

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

This text font color is #947B6B.

Background Color

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

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

This div background color is #947B6B.

Border color

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

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

This div border color is #947B6B.

Opacity

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

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

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

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

This text has shadow with #947B6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #947B6B.

Preview

Color preview on black background

This text has color #947B6B on black background.


Color preview on white background

This text has color #947B6B on white background.


Black color preview on #947B6B background

This text has black color on #947B6B background.


White color preview on #947B6B background

This text has white color on #947B6B background.


Related colors

Complementary color

Complementary color for #hex is #6B8494.


I love getcolorcode.com

Triadic colors

1 #6B947B and #7B6B94 with #947B6B are triadic colors.

2 #6B7B94 and #7B946B with #947B6B are triadic colors.