COLOR #938D73

HEX: #938D73
RGB: (147,141,115)

Color info

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

RGB color model

#938D73 color RGB value is (147,141,115).

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

RGB channels and saturation

R 147 of 255 = 58%
G 141 of 255 = 55%
B 115 of 255 = 45%

147
141
115

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

Portions of RGB colors in percentages

R + G + B =
147 + 141 + 115 = 403 (100%)
R 147 of 403 ~ 36.48%
G 141 of 403 ~ 34.99%
B 115 of 403 ~ 28.54%

%36.48
%34.99
%28.54

CMYK color model

#938D73 color CMYK value is (0,4,22,42).

  • cyan value is 0.00%
  • magenta value is 4.08%
  • yellow value is 21.77%
  • key color value is 42.35%
CMYK:
(0,4,22,42)
C0M4Y22K42 
(0%,4%,22%,42%)
(0.00/0.04/0.22/0.42)	

CMYK percentages

%0
%4.08
%21.77
%42.35

Codes

Color #938D73 in popluar color models

938D73
RGB147141115
HSL49°12.90%51.37%
HSB/HSV49°21.77%57.65%
CMYK0.00%4.08%21.77%
42.35%

Color #938D73 in popluar number systems.

HEX938D73
Decimal147141115
Binary10010011100011011110011
Octal223215163

Shades and tints

Shades of #938D73

#938D73
(147,141,115)
#868169
(134,129,105)
#79755F
(121,117,95)
#6C6955
(108,105,85)
#5F5D4B
(95,93,75)
#525141
(82,81,65)
#454537
(69,69,55)
#38392D
(56,57,45)
#2B2D23
(43,45,35)
#1E2119
(30,33,25)
#11150F
(17,21,15)
#000000
(0,0,0)

Tints of #938D73

#938D73
(147,141,115)
#9C977F
(156,151,127)
#A5A18B
(165,161,139)
#AEAB97
(174,171,151)
#B7B5A3
(183,181,163)
#C0BFAF
(192,191,175)
#C9C9BB
(201,201,187)
#D2D3C7
(210,211,199)
#DBDDD3
(219,221,211)
#E4E7DF
(228,231,223)
#EDF1EB
(237,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #938D73 color. Also use rgb(147,141,115) instead hex code.

Text Font Color

.myTextColor { color: #938D73; }

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

This text font color is #938D73.


Background Color

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

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

This div background color is #938D73.


Border color

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

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

This div border color is #938D73.


Opacity

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

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

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

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

This text has shadow with #938D73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #938D73 on black background.


Color preview on white background

This text has color #938D73 on white background.



Black color preview on #938D73 background

This text has black color on #938D73 background.


White color preview on #938D73 background

This text has white color on #938D73 background.