COLOR #938073

HEX: #938073
RGB: (147,128,115)

Color info

#938073 contains red, green and blue colors in about the same proportion. Web safe color of #938073 is #996666 (or #966).

RGB color model

#938073 color RGB value is (147,128,115).

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

RGB channels and saturation

R 147 of 255 = 58%
G 128 of 255 = 50%
B 115 of 255 = 45%

147
128
115

R + G + B ~ 51%. #938073 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
147 + 128 + 115 = 390 (100%)
R 147 of 390 ~ 37.69%
G 128 of 390 ~ 32.82%
B 115 of 390 ~ 29.49%

%37.69
%32.82
%29.49

CMYK color model

#938073 color CMYK value is (0,13,22,42).

  • cyan value is 0.00%
  • magenta value is 12.93%
  • yellow value is 21.77%
  • key color value is 42.35%
CMYK:
(0,13,22,42)
C0M13Y22K42 
(0%,13%,22%,42%)
(0.00/0.13/0.22/0.42)	

CMYK percentages

%0
%12.93
%21.77
%42.35

Codes

Color #938073 in popluar color models

938073
RGB147128115
HSL24°12.90%51.37%
HSB/HSV24°21.77%57.65%
CMYK0.00%12.93%21.77%
42.35%

Color #938073 in popluar number systems.

HEX938073
Decimal147128115
Binary10010011100000001110011
Octal223200163

Shades and tints

Shades of #938073

#938073
(147,128,115)
#867569
(134,117,105)
#796A5F
(121,106,95)
#6C5F55
(108,95,85)
#5F544B
(95,84,75)
#524941
(82,73,65)
#453E37
(69,62,55)
#38332D
(56,51,45)
#2B2823
(43,40,35)
#1E1D19
(30,29,25)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #938073

#938073
(147,128,115)
#9C8B7F
(156,139,127)
#A5968B
(165,150,139)
#AEA197
(174,161,151)
#B7ACA3
(183,172,163)
#C0B7AF
(192,183,175)
#C9C2BB
(201,194,187)
#D2CDC7
(210,205,199)
#DBD8D3
(219,216,211)
#E4E3DF
(228,227,223)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #938073; }

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

This text font color is #938073.


Background Color

.myBgColor { background-color: #938073; }

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

This div background color is #938073.


Border color

.myBorderColor { border: 1px solid #938073; }

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

This div border color is #938073.


Opacity

.myOpacity80 { color: #938073; opacity: 0.8; }

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

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

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

This text has shadow with #938073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #938073 on black background.


Color preview on white background

This text has color #938073 on white background.



Black color preview on #938073 background

This text has black color on #938073 background.


White color preview on #938073 background

This text has white color on #938073 background.