COLOR #947B57

HEX: #947B57 RGB: (148,123,87)

Color info

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

RGB color model

#947B57 color RGB value is (148,123,87).

RGB: (148,123,87) (58%, 48%, 34%)

RGB channels and saturation

R 148 of 255 = 58%
G 123 of 255 = 48%
B 87 of 255 = 34%

148
123
87

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

Portions of RGB colors in percentages

R + G + B = 148 + 123 + 87 = 358 (100%)
R 148 of 358 ~ 41.34%
G 123 of 358 ~ 34.36%
B 87 of 358 ~ 24.3'%

%41.34
%34.36
%24.3

CMYK color model

#947B57 color CMYK value is (0,17,41,42).

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

CMYK: (0,17,41,42)
C0M17Y41K42 (0%, 17%, 41%, 42%)
(0.00 / 0.17 / 0.41 / 0.42)

CMYK percentages

%0
%16.89
%41.22
%41.96

Codes

Color #947B57 in popluar color models

94 7B 57
RGB 148 123 87
HSL 35° 25.96% 46.08%
HSB/HSV 35° 41.22% 58.04%
CMYK 0.00% 16.89% 41.22%
41.96%

Color #947B57 in popluar number systems.

HEX 94 7B 57
Decimal 148 123 87
Binary 10010100 1111011 1010111
Octal 224 173 127

Shades and tints

Shades of #947B57

#947B57
(148,123,87)
#877050
(135,112,80)
#7A6549
(122,101,73)
#6D5A42
(109,90,66)
#604F3B
(96,79,59)
#534434
(83,68,52)
#46392D
(70,57,45)
#392E26
(57,46,38)
#2C231F
(44,35,31)
#1F1818
(31,24,24)
#120D11
(18,13,17)
#000000
(0,0,0)

Tints of #947B57

#947B57
(148,123,87)
#9D8766
(157,135,102)
#A69375
(166,147,117)
#AF9F84
(175,159,132)
#B8AB93
(184,171,147)
#C1B7A2
(193,183,162)
#CAC3B1
(202,195,177)
#D3CFC0
(211,207,192)
#DCDBCF
(220,219,207)
#E5E7DE
(229,231,222)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #947B57; }

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

This text font color is #947B57.

Background Color

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

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

This div background color is #947B57.

Border color

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

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

This div border color is #947B57.

Opacity

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

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

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

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

This text has shadow with #947B57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #947B57.

Preview

Color preview on black background

This text has color #947B57 on black background.


Color preview on white background

This text has color #947B57 on white background.


Black color preview on #947B57 background

This text has black color on #947B57 background.


White color preview on #947B57 background

This text has white color on #947B57 background.


Related colors

Complementary color

Complementary color for #hex is #6B84A8.


I love getcolorcode.com

Triadic colors

1 #57947B and #7B5794 with #947B57 are triadic colors.

2 #577B94 and #7B9457 with #947B57 are triadic colors.