COLOR #938A73

HEX: #938A73
RGB: (147,138,115)

Color info

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

RGB color model

#938A73 color RGB value is (147,138,115).

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

RGB channels and saturation

R 147 of 255 = 58%
G 138 of 255 = 54%
B 115 of 255 = 45%

147
138
115

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

Portions of RGB colors in percentages

R + G + B =
147 + 138 + 115 = 400 (100%)
R 147 of 400 ~ 36.75%
G 138 of 400 ~ 34.5%
B 115 of 400 ~ 28.75%

%36.75
%34.5
%28.75

CMYK color model

#938A73 color CMYK value is (0,6,22,42).

  • cyan value is 0.00%
  • magenta value is 6.12%
  • yellow value is 21.77%
  • key color value is 42.35%
CMYK:
(0,6,22,42)
C0M6Y22K42 
(0%,6%,22%,42%)
(0.00/0.06/0.22/0.42)	

CMYK percentages

%0
%6.12
%21.77
%42.35

Codes

Color #938A73 in popluar color models

938A73
RGB147138115
HSL43°12.90%51.37%
HSB/HSV43°21.77%57.65%
CMYK0.00%6.12%21.77%
42.35%

Color #938A73 in popluar number systems.

HEX938A73
Decimal147138115
Binary10010011100010101110011
Octal223212163

Shades and tints

Shades of #938A73

#938A73
(147,138,115)
#867E69
(134,126,105)
#79725F
(121,114,95)
#6C6655
(108,102,85)
#5F5A4B
(95,90,75)
#524E41
(82,78,65)
#454237
(69,66,55)
#38362D
(56,54,45)
#2B2A23
(43,42,35)
#1E1E19
(30,30,25)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #938A73

#938A73
(147,138,115)
#9C947F
(156,148,127)
#A59E8B
(165,158,139)
#AEA897
(174,168,151)
#B7B2A3
(183,178,163)
#C0BCAF
(192,188,175)
#C9C6BB
(201,198,187)
#D2D0C7
(210,208,199)
#DBDAD3
(219,218,211)
#E4E4DF
(228,228,223)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #938A73; }

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

This text font color is #938A73.


Background Color

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

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

This div background color is #938A73.


Border color

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

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

This div border color is #938A73.


Opacity

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

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

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

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

This text has shadow with #938A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #938A73 on black background.


Color preview on white background

This text has color #938A73 on white background.



Black color preview on #938A73 background

This text has black color on #938A73 background.


White color preview on #938A73 background

This text has white color on #938A73 background.