COLOR #938E79

HEX: #938E79
RGB: (147,142,121)

Color info

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

RGB color model

#938E79 color RGB value is (147,142,121).

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

RGB channels and saturation

R 147 of 255 = 58%
G 142 of 255 = 56%
B 121 of 255 = 47%

147
142
121

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

Portions of RGB colors in percentages

R + G + B =
147 + 142 + 121 = 410 (100%)
R 147 of 410 ~ 35.85%
G 142 of 410 ~ 34.63%
B 121 of 410 ~ 29.51%

%35.85
%34.63
%29.51

CMYK color model

#938E79 color CMYK value is (0,3,18,42).

  • cyan value is 0.00%
  • magenta value is 3.40%
  • yellow value is 17.69%
  • key color value is 42.35%
CMYK:
(0,3,18,42)
C0M3Y18K42 
(0%,3%,18%,42%)
(0.00/0.03/0.18/0.42)	

CMYK percentages

%0
%3.4
%17.69
%42.35

Codes

Color #938E79 in popluar color models

938E79
RGB147142121
HSL48°10.74%52.55%
HSB/HSV48°17.69%57.65%
CMYK0.00%3.40%17.69%
42.35%

Color #938E79 in popluar number systems.

HEX938E79
Decimal147142121
Binary10010011100011101111001
Octal223216171

Shades and tints

Shades of #938E79

#938E79
(147,142,121)
#86826E
(134,130,110)
#797663
(121,118,99)
#6C6A58
(108,106,88)
#5F5E4D
(95,94,77)
#525242
(82,82,66)
#454637
(69,70,55)
#383A2C
(56,58,44)
#2B2E21
(43,46,33)
#1E2216
(30,34,22)
#11160B
(17,22,11)
#000000
(0,0,0)

Tints of #938E79

#938E79
(147,142,121)
#9C9885
(156,152,133)
#A5A291
(165,162,145)
#AEAC9D
(174,172,157)
#B7B6A9
(183,182,169)
#C0C0B5
(192,192,181)
#C9CAC1
(201,202,193)
#D2D4CD
(210,212,205)
#DBDED9
(219,222,217)
#E4E8E5
(228,232,229)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #938E79; }

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

This text font color is #938E79.


Background Color

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

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

This div background color is #938E79.


Border color

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

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

This div border color is #938E79.


Opacity

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

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

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

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

This text has shadow with #938E79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #938E79 on black background.


Color preview on white background

This text has color #938E79 on white background.



Black color preview on #938E79 background

This text has black color on #938E79 background.


White color preview on #938E79 background

This text has white color on #938E79 background.