COLOR #938C74

HEX: #938C74
RGB: (147,140,116)

Color info

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

RGB color model

#938C74 color RGB value is (147,140,116).

  • red value is 147;
  • green value is 140;
  • blue value is 116.
RGB:
(147,140,116)
(58%,55%,45%)

RGB channels and saturation

R 147 of 255 = 58%
G 140 of 255 = 55%
B 116 of 255 = 45%

147
140
116

R + G + B ~ 53%. #938C74 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
147 + 140 + 116 = 403 (100%)
R 147 of 403 ~ 36.48%
G 140 of 403 ~ 34.74%
B 116 of 403 ~ 28.78%

%36.48
%34.74
%28.78

CMYK color model

#938C74 color CMYK value is (0,5,21,42).

  • cyan value is 0.00%
  • magenta value is 4.76%
  • yellow value is 21.09%
  • key color value is 42.35%
CMYK:
(0,5,21,42)
C0M5Y21K42 
(0%,5%,21%,42%)
(0.00/0.05/0.21/0.42)	

CMYK percentages

%0
%4.76
%21.09
%42.35

Codes

Color #938C74 in popluar color models

938C74
RGB147140116
HSL46°12.55%51.57%
HSB/HSV46°21.09%57.65%
CMYK0.00%4.76%21.09%
42.35%

Color #938C74 in popluar number systems.

HEX938C74
Decimal147140116
Binary10010011100011001110100
Octal223214164

Shades and tints

Shades of #938C74

#938C74
(147,140,116)
#86806A
(134,128,106)
#797460
(121,116,96)
#6C6856
(108,104,86)
#5F5C4C
(95,92,76)
#525042
(82,80,66)
#454438
(69,68,56)
#38382E
(56,56,46)
#2B2C24
(43,44,36)
#1E201A
(30,32,26)
#111410
(17,20,16)
#000000
(0,0,0)

Tints of #938C74

#938C74
(147,140,116)
#9C9680
(156,150,128)
#A5A08C
(165,160,140)
#AEAA98
(174,170,152)
#B7B4A4
(183,180,164)
#C0BEB0
(192,190,176)
#C9C8BC
(201,200,188)
#D2D2C8
(210,210,200)
#DBDCD4
(219,220,212)
#E4E6E0
(228,230,224)
#EDF0EC
(237,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #938C74 color. Also use rgb(147,140,116) instead hex code.

Text Font Color

.myTextColor { color: #938C74; }

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

This text font color is #938C74.


Background Color

.myBgColor { background-color: #938C74; }

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

This div background color is #938C74.


Border color

.myBorderColor { border: 1px solid #938C74; }

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

This div border color is #938C74.


Opacity

.myOpacity80 { color: #938C74; opacity: 0.8; }

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

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

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

This text has shadow with #938C74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #938C74 on black background.


Color preview on white background

This text has color #938C74 on white background.



Black color preview on #938C74 background

This text has black color on #938C74 background.


White color preview on #938C74 background

This text has white color on #938C74 background.