COLOR #938E74

HEX: #938E74
RGB: (147,142,116)

Color info

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

RGB color model

#938E74 color RGB value is (147,142,116).

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

RGB channels and saturation

R 147 of 255 = 58%
G 142 of 255 = 56%
B 116 of 255 = 45%

147
142
116

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

Portions of RGB colors in percentages

R + G + B =
147 + 142 + 116 = 405 (100%)
R 147 of 405 ~ 36.3%
G 142 of 405 ~ 35.06%
B 116 of 405 ~ 28.64%

%36.3
%35.06
%28.64

CMYK color model

#938E74 color CMYK value is (0,3,21,42).

  • cyan value is 0.00%
  • magenta value is 3.40%
  • yellow value is 21.09%
  • key color value is 42.35%
CMYK:
(0,3,21,42)
C0M3Y21K42 
(0%,3%,21%,42%)
(0.00/0.03/0.21/0.42)	

CMYK percentages

%0
%3.4
%21.09
%42.35

Codes

Color #938E74 in popluar color models

938E74
RGB147142116
HSL50°12.55%51.57%
HSB/HSV50°21.09%57.65%
CMYK0.00%3.40%21.09%
42.35%

Color #938E74 in popluar number systems.

HEX938E74
Decimal147142116
Binary10010011100011101110100
Octal223216164

Shades and tints

Shades of #938E74

#938E74
(147,142,116)
#86826A
(134,130,106)
#797660
(121,118,96)
#6C6A56
(108,106,86)
#5F5E4C
(95,94,76)
#525242
(82,82,66)
#454638
(69,70,56)
#383A2E
(56,58,46)
#2B2E24
(43,46,36)
#1E221A
(30,34,26)
#111610
(17,22,16)
#000000
(0,0,0)

Tints of #938E74

#938E74
(147,142,116)
#9C9880
(156,152,128)
#A5A28C
(165,162,140)
#AEAC98
(174,172,152)
#B7B6A4
(183,182,164)
#C0C0B0
(192,192,176)
#C9CABC
(201,202,188)
#D2D4C8
(210,212,200)
#DBDED4
(219,222,212)
#E4E8E0
(228,232,224)
#EDF2EC
(237,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #938E74; }

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

This text font color is #938E74.


Background Color

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

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

This div background color is #938E74.


Border color

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

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

This div border color is #938E74.


Opacity

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

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

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

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

This text has shadow with #938E74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #938E74 on black background.


Color preview on white background

This text has color #938E74 on white background.



Black color preview on #938E74 background

This text has black color on #938E74 background.


White color preview on #938E74 background

This text has white color on #938E74 background.