COLOR #938472

HEX: #938472
RGB: (147,132,114)

Color info

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

RGB color model

#938472 color RGB value is (147,132,114).

  • red value is 147;
  • green value is 132;
  • blue value is 114.
RGB:
(147,132,114)
(58%,52%,45%)

RGB channels and saturation

R 147 of 255 = 58%
G 132 of 255 = 52%
B 114 of 255 = 45%

147
132
114

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

Portions of RGB colors in percentages

R + G + B =
147 + 132 + 114 = 393 (100%)
R 147 of 393 ~ 37.4%
G 132 of 393 ~ 33.59%
B 114 of 393 ~ 29.01%

%37.4
%33.59
%29.01

CMYK color model

#938472 color CMYK value is (0,10,22,42).

  • cyan value is 0.00%
  • magenta value is 10.20%
  • yellow value is 22.45%
  • key color value is 42.35%
CMYK:
(0,10,22,42)
C0M10Y22K42 
(0%,10%,22%,42%)
(0.00/0.10/0.22/0.42)	

CMYK percentages

%0
%10.2
%22.45
%42.35

Codes

Color #938472 in popluar color models

938472
RGB147132114
HSL33°13.25%51.18%
HSB/HSV33°22.45%57.65%
CMYK0.00%10.20%22.45%
42.35%

Color #938472 in popluar number systems.

HEX938472
Decimal147132114
Binary10010011100001001110010
Octal223204162

Shades and tints

Shades of #938472

#938472
(147,132,114)
#867868
(134,120,104)
#796C5E
(121,108,94)
#6C6054
(108,96,84)
#5F544A
(95,84,74)
#524840
(82,72,64)
#453C36
(69,60,54)
#38302C
(56,48,44)
#2B2422
(43,36,34)
#1E1818
(30,24,24)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #938472

#938472
(147,132,114)
#9C8F7E
(156,143,126)
#A59A8A
(165,154,138)
#AEA596
(174,165,150)
#B7B0A2
(183,176,162)
#C0BBAE
(192,187,174)
#C9C6BA
(201,198,186)
#D2D1C6
(210,209,198)
#DBDCD2
(219,220,210)
#E4E7DE
(228,231,222)
#EDF2EA
(237,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #938472 color. Also use rgb(147,132,114) instead hex code.

Text Font Color

.myTextColor { color: #938472; }

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

This text font color is #938472.


Background Color

.myBgColor { background-color: #938472; }

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

This div background color is #938472.


Border color

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

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

This div border color is #938472.


Opacity

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

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

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

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

This text has shadow with #938472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #938472 on black background.


Color preview on white background

This text has color #938472 on white background.



Black color preview on #938472 background

This text has black color on #938472 background.


White color preview on #938472 background

This text has white color on #938472 background.