COLOR #947B6D

HEX: #947B6D RGB: (148,123,109)

Color info

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

RGB color model

#947B6D color RGB value is (148,123,109).

RGB: (148,123,109) (58%, 48%, 43%)

RGB channels and saturation

R 148 of 255 = 58%
G 123 of 255 = 48%
B 109 of 255 = 43%

148
123
109

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

Portions of RGB colors in percentages

R + G + B = 148 + 123 + 109 = 380 (100%)
R 148 of 380 ~ 38.95%
G 123 of 380 ~ 32.37%
B 109 of 380 ~ 28.68'%

%38.95
%32.37
%28.68

CMYK color model

#947B6D color CMYK value is (0,17,26,42).

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

CMYK: (0,17,26,42)
C0M17Y26K42 (0%, 17%, 26%, 42%)
(0.00 / 0.17 / 0.26 / 0.42)

CMYK percentages

%0
%16.89
%26.35
%41.96

Codes

Color #947B6D in popluar color models

94 7B 6D
RGB 148 123 109
HSL 22° 15.42% 50.39%
HSB/HSV 22° 26.35% 58.04%
CMYK 0.00% 16.89% 26.35%
41.96%

Color #947B6D in popluar number systems.

HEX 94 7B 6D
Decimal 148 123 109
Binary 10010100 1111011 1101101
Octal 224 173 155

Shades and tints

Shades of #947B6D

#947B6D
(148,123,109)
#877064
(135,112,100)
#7A655B
(122,101,91)
#6D5A52
(109,90,82)
#604F49
(96,79,73)
#534440
(83,68,64)
#463937
(70,57,55)
#392E2E
(57,46,46)
#2C2325
(44,35,37)
#1F181C
(31,24,28)
#120D13
(18,13,19)
#000000
(0,0,0)

Tints of #947B6D

#947B6D
(148,123,109)
#9D877A
(157,135,122)
#A69387
(166,147,135)
#AF9F94
(175,159,148)
#B8ABA1
(184,171,161)
#C1B7AE
(193,183,174)
#CAC3BB
(202,195,187)
#D3CFC8
(211,207,200)
#DCDBD5
(220,219,213)
#E5E7E2
(229,231,226)
#EEF3EF
(238,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #947B6D; }

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

This text font color is #947B6D.

Background Color

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

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

This div background color is #947B6D.

Border color

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

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

This div border color is #947B6D.

Opacity

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

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

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

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

This text has shadow with #947B6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #947B6D.

Preview

Color preview on black background

This text has color #947B6D on black background.


Color preview on white background

This text has color #947B6D on white background.


Black color preview on #947B6D background

This text has black color on #947B6D background.


White color preview on #947B6D background

This text has white color on #947B6D background.


Related colors

Complementary color

Complementary color for #hex is #6B8492.


I love getcolorcode.com

Triadic colors

1 #6D947B and #7B6D94 with #947B6D are triadic colors.

2 #6D7B94 and #7B946D with #947B6D are triadic colors.