COLOR #938176

HEX: #938176
RGB: (147,129,118)

Color info

#938176 contains red, green and blue colors in about the same proportion. Web safe color of #938176 is #999966 (or #996).

RGB color model

#938176 color RGB value is (147,129,118).

  • red value is 147;
  • green value is 129;
  • blue value is 118.
RGB:
(147,129,118)
(58%,51%,46%)

RGB channels and saturation

R 147 of 255 = 58%
G 129 of 255 = 51%
B 118 of 255 = 46%

147
129
118

R + G + B ~ 52%. #938176 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
147 + 129 + 118 = 394 (100%)
R 147 of 394 ~ 37.31%
G 129 of 394 ~ 32.74%
B 118 of 394 ~ 29.95%

%37.31
%32.74
%29.95

CMYK color model

#938176 color CMYK value is (0,12,20,42).

  • cyan value is 0.00%
  • magenta value is 12.24%
  • yellow value is 19.73%
  • key color value is 42.35%
CMYK:
(0,12,20,42)
C0M12Y20K42 
(0%,12%,20%,42%)
(0.00/0.12/0.20/0.42)	

CMYK percentages

%0
%12.24
%19.73
%42.35

Codes

Color #938176 in popluar color models

938176
RGB147129118
HSL23°11.84%51.96%
HSB/HSV23°19.73%57.65%
CMYK0.00%12.24%19.73%
42.35%

Color #938176 in popluar number systems.

HEX938176
Decimal147129118
Binary10010011100000011110110
Octal223201166

Shades and tints

Shades of #938176

#938176
(147,129,118)
#86766C
(134,118,108)
#796B62
(121,107,98)
#6C6058
(108,96,88)
#5F554E
(95,85,78)
#524A44
(82,74,68)
#453F3A
(69,63,58)
#383430
(56,52,48)
#2B2926
(43,41,38)
#1E1E1C
(30,30,28)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #938176

#938176
(147,129,118)
#9C8C82
(156,140,130)
#A5978E
(165,151,142)
#AEA29A
(174,162,154)
#B7ADA6
(183,173,166)
#C0B8B2
(192,184,178)
#C9C3BE
(201,195,190)
#D2CECA
(210,206,202)
#DBD9D6
(219,217,214)
#E4E4E2
(228,228,226)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #938176 color. Also use rgb(147,129,118) instead hex code.

Text Font Color

.myTextColor { color: #938176; }

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

This text font color is #938176.


Background Color

.myBgColor { background-color: #938176; }

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

This div background color is #938176.


Border color

.myBorderColor { border: 1px solid #938176; }

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

This div border color is #938176.


Opacity

.myOpacity80 { color: #938176; opacity: 0.8; }

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

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

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

This text has shadow with #938176 color.

.textShadow {text-shadow: 3px 3px 1px #938176, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #938176;
-webkit-box-shadow: 1px 1px 3px 2px #938176;
box-shadow:1px 1px 3px 2px #938176;">
Div content here</div>
This div box has shadow with color #938176.

Preview

Color preview on black background

This text has color #938176 on black background.


Color preview on white background

This text has color #938176 on white background.



Black color preview on #938176 background

This text has black color on #938176 background.


White color preview on #938176 background

This text has white color on #938176 background.