COLOR #938C79

HEX: #938C79
RGB: (147,140,121)

Color info

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

RGB color model

#938C79 color RGB value is (147,140,121).

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

RGB channels and saturation

R 147 of 255 = 58%
G 140 of 255 = 55%
B 121 of 255 = 47%

147
140
121

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

Portions of RGB colors in percentages

R + G + B =
147 + 140 + 121 = 408 (100%)
R 147 of 408 ~ 36.03%
G 140 of 408 ~ 34.31%
B 121 of 408 ~ 29.66%

%36.03
%34.31
%29.66

CMYK color model

#938C79 color CMYK value is (0,5,18,42).

  • cyan value is 0.00%
  • magenta value is 4.76%
  • yellow value is 17.69%
  • key color value is 42.35%
CMYK:
(0,5,18,42)
C0M5Y18K42 
(0%,5%,18%,42%)
(0.00/0.05/0.18/0.42)	

CMYK percentages

%0
%4.76
%17.69
%42.35

Codes

Color #938C79 in popluar color models

938C79
RGB147140121
HSL44°10.74%52.55%
HSB/HSV44°17.69%57.65%
CMYK0.00%4.76%17.69%
42.35%

Color #938C79 in popluar number systems.

HEX938C79
Decimal147140121
Binary10010011100011001111001
Octal223214171

Shades and tints

Shades of #938C79

#938C79
(147,140,121)
#86806E
(134,128,110)
#797463
(121,116,99)
#6C6858
(108,104,88)
#5F5C4D
(95,92,77)
#525042
(82,80,66)
#454437
(69,68,55)
#38382C
(56,56,44)
#2B2C21
(43,44,33)
#1E2016
(30,32,22)
#11140B
(17,20,11)
#000000
(0,0,0)

Tints of #938C79

#938C79
(147,140,121)
#9C9685
(156,150,133)
#A5A091
(165,160,145)
#AEAA9D
(174,170,157)
#B7B4A9
(183,180,169)
#C0BEB5
(192,190,181)
#C9C8C1
(201,200,193)
#D2D2CD
(210,210,205)
#DBDCD9
(219,220,217)
#E4E6E5
(228,230,229)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #938C79; }

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

This text font color is #938C79.


Background Color

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

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

This div background color is #938C79.


Border color

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

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

This div border color is #938C79.


Opacity

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

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

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

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

This text has shadow with #938C79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #938C79 on black background.


Color preview on white background

This text has color #938C79 on white background.



Black color preview on #938C79 background

This text has black color on #938C79 background.


White color preview on #938C79 background

This text has white color on #938C79 background.