COLOR #947B4F

HEX: #947B4F RGB: (148,123,79)

Color info

#947B4F contains mainly red and green colors. Web safe color of #947B4F is #996666 (or #966).

RGB color model

#947B4F color RGB value is (148,123,79).

RGB: (148,123,79) (58%, 48%, 31%)

RGB channels and saturation

R 148 of 255 = 58%
G 123 of 255 = 48%
B 79 of 255 = 31%

148
123
79

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

Portions of RGB colors in percentages

R + G + B = 148 + 123 + 79 = 350 (100%)
R 148 of 350 ~ 42.29%
G 123 of 350 ~ 35.14%
B 79 of 350 ~ 22.57'%

%42.29
%35.14
%22.57

CMYK color model

#947B4F color CMYK value is (0,17,47,42).

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

CMYK: (0,17,47,42)
C0M17Y47K42 (0%, 17%, 47%, 42%)
(0.00 / 0.17 / 0.47 / 0.42)

CMYK percentages

%0
%16.89
%46.62
%41.96

Codes

Color #947B4F in popluar color models

94 7B 4F
RGB 148 123 79
HSL 38° 30.40% 44.51%
HSB/HSV 38° 46.62% 58.04%
CMYK 0.00% 16.89% 46.62%
41.96%

Color #947B4F in popluar number systems.

HEX 94 7B 4F
Decimal 148 123 79
Binary 10010100 1111011 1001111
Octal 224 173 117

Shades and tints

Shades of #947B4F

#947B4F
(148,123,79)
#877048
(135,112,72)
#7A6541
(122,101,65)
#6D5A3A
(109,90,58)
#604F33
(96,79,51)
#53442C
(83,68,44)
#463925
(70,57,37)
#392E1E
(57,46,30)
#2C2317
(44,35,23)
#1F1810
(31,24,16)
#120D09
(18,13,9)
#000000
(0,0,0)

Tints of #947B4F

#947B4F
(148,123,79)
#9D875F
(157,135,95)
#A6936F
(166,147,111)
#AF9F7F
(175,159,127)
#B8AB8F
(184,171,143)
#C1B79F
(193,183,159)
#CAC3AF
(202,195,175)
#D3CFBF
(211,207,191)
#DCDBCF
(220,219,207)
#E5E7DF
(229,231,223)
#EEF3EF
(238,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #947B4F; }

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

This text font color is #947B4F.

Background Color

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

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

This div background color is #947B4F.

Border color

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

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

This div border color is #947B4F.

Opacity

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

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

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

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

This text has shadow with #947B4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #947B4F.

Preview

Color preview on black background

This text has color #947B4F on black background.


Color preview on white background

This text has color #947B4F on white background.


Black color preview on #947B4F background

This text has black color on #947B4F background.


White color preview on #947B4F background

This text has white color on #947B4F background.


Related colors

Complementary color

Complementary color for #hex is #6B84B0.


I love getcolorcode.com

Triadic colors

1 #4F947B and #7B4F94 with #947B4F are triadic colors.

2 #4F7B94 and #7B944F with #947B4F are triadic colors.