COLOR #938371

HEX: #938371
RGB: (147,131,113)

Color info

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

RGB color model

#938371 color RGB value is (147,131,113).

  • red value is 147;
  • green value is 131;
  • blue value is 113.
RGB:
(147,131,113)
(58%,51%,44%)

RGB channels and saturation

R 147 of 255 = 58%
G 131 of 255 = 51%
B 113 of 255 = 44%

147
131
113

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

Portions of RGB colors in percentages

R + G + B =
147 + 131 + 113 = 391 (100%)
R 147 of 391 ~ 37.6%
G 131 of 391 ~ 33.5%
B 113 of 391 ~ 28.9%

%37.6
%33.5
%28.9

CMYK color model

#938371 color CMYK value is (0,11,23,42).

  • cyan value is 0.00%
  • magenta value is 10.88%
  • yellow value is 23.13%
  • key color value is 42.35%
CMYK:
(0,11,23,42)
C0M11Y23K42 
(0%,11%,23%,42%)
(0.00/0.11/0.23/0.42)	

CMYK percentages

%0
%10.88
%23.13
%42.35

Codes

Color #938371 in popluar color models

938371
RGB147131113
HSL32°13.60%50.98%
HSB/HSV32°23.13%57.65%
CMYK0.00%10.88%23.13%
42.35%

Color #938371 in popluar number systems.

HEX938371
Decimal147131113
Binary10010011100000111110001
Octal223203161

Shades and tints

Shades of #938371

#938371
(147,131,113)
#867867
(134,120,103)
#796D5D
(121,109,93)
#6C6253
(108,98,83)
#5F5749
(95,87,73)
#524C3F
(82,76,63)
#454135
(69,65,53)
#38362B
(56,54,43)
#2B2B21
(43,43,33)
#1E2017
(30,32,23)
#11150D
(17,21,13)
#000000
(0,0,0)

Tints of #938371

#938371
(147,131,113)
#9C8E7D
(156,142,125)
#A59989
(165,153,137)
#AEA495
(174,164,149)
#B7AFA1
(183,175,161)
#C0BAAD
(192,186,173)
#C9C5B9
(201,197,185)
#D2D0C5
(210,208,197)
#DBDBD1
(219,219,209)
#E4E6DD
(228,230,221)
#EDF1E9
(237,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #938371 color. Also use rgb(147,131,113) instead hex code.

Text Font Color

.myTextColor { color: #938371; }

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

This text font color is #938371.


Background Color

.myBgColor { background-color: #938371; }

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

This div background color is #938371.


Border color

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

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

This div border color is #938371.


Opacity

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

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

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

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

This text has shadow with #938371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #938371 on black background.


Color preview on white background

This text has color #938371 on white background.



Black color preview on #938371 background

This text has black color on #938371 background.


White color preview on #938371 background

This text has white color on #938371 background.