COLOR #938E4F

HEX: #938E4F
RGB: (147,142,79)

Color info

#938E4F contains mainly red and green colors. Web safe color of #938E4F is #999966 (or #996).

RGB color model

#938E4F color RGB value is (147,142,79).

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

RGB channels and saturation

R 147 of 255 = 58%
G 142 of 255 = 56%
B 79 of 255 = 31%

147
142
79

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

Portions of RGB colors in percentages

R + G + B =
147 + 142 + 79 = 368 (100%)
R 147 of 368 ~ 39.95%
G 142 of 368 ~ 38.59%
B 79 of 368 ~ 21.47%

%39.95
%38.59
%21.47

CMYK color model

#938E4F color CMYK value is (0,3,46,42).

  • cyan value is 0.00%
  • magenta value is 3.40%
  • yellow value is 46.26%
  • key color value is 42.35%
CMYK:
(0,3,46,42)
C0M3Y46K42 
(0%,3%,46%,42%)
(0.00/0.03/0.46/0.42)	

CMYK percentages

%0
%3.4
%46.26
%42.35

Codes

Color #938E4F in popluar color models

938E4F
RGB14714279
HSL56°30.09%44.31%
HSB/HSV56°46.26%57.65%
CMYK0.00%3.40%46.26%
42.35%

Color #938E4F in popluar number systems.

HEX938E4F
Decimal14714279
Binary10010011100011101001111
Octal223216117

Shades and tints

Shades of #938E4F

#938E4F
(147,142,79)
#868248
(134,130,72)
#797641
(121,118,65)
#6C6A3A
(108,106,58)
#5F5E33
(95,94,51)
#52522C
(82,82,44)
#454625
(69,70,37)
#383A1E
(56,58,30)
#2B2E17
(43,46,23)
#1E2210
(30,34,16)
#111609
(17,22,9)
#000000
(0,0,0)

Tints of #938E4F

#938E4F
(147,142,79)
#9C985F
(156,152,95)
#A5A26F
(165,162,111)
#AEAC7F
(174,172,127)
#B7B68F
(183,182,143)
#C0C09F
(192,192,159)
#C9CAAF
(201,202,175)
#D2D4BF
(210,212,191)
#DBDECF
(219,222,207)
#E4E8DF
(228,232,223)
#EDF2EF
(237,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #938E4F; }

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

This text font color is #938E4F.


Background Color

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

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

This div background color is #938E4F.


Border color

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

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

This div border color is #938E4F.


Opacity

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

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

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

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

This text has shadow with #938E4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #938E4F on black background.


Color preview on white background

This text has color #938E4F on white background.



Black color preview on #938E4F background

This text has black color on #938E4F background.


White color preview on #938E4F background

This text has white color on #938E4F background.