COLOR #937271

HEX: #937271
RGB: (147,114,113)

Color info

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

RGB color model

#937271 color RGB value is (147,114,113).

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

RGB channels and saturation

R 147 of 255 = 58%
G 114 of 255 = 45%
B 113 of 255 = 44%

147
114
113

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

Portions of RGB colors in percentages

R + G + B =
147 + 114 + 113 = 374 (100%)
R 147 of 374 ~ 39.3%
G 114 of 374 ~ 30.48%
B 113 of 374 ~ 30.21%

%39.3
%30.48
%30.21

CMYK color model

#937271 color CMYK value is (0,22,23,42).

  • cyan value is 0.00%
  • magenta value is 22.45%
  • yellow value is 23.13%
  • key color value is 42.35%
CMYK:
(0,22,23,42)
C0M22Y23K42 
(0%,22%,23%,42%)
(0.00/0.22/0.23/0.42)	

CMYK percentages

%0
%22.45
%23.13
%42.35

Codes

Color #937271 in popluar color models

937271
RGB147114113
HSL13.60%50.98%
HSB/HSV23.13%57.65%
CMYK0.00%22.45%23.13%
42.35%

Color #937271 in popluar number systems.

HEX937271
Decimal147114113
Binary1001001111100101110001
Octal223162161

Shades and tints

Shades of #937271

#937271
(147,114,113)
#866867
(134,104,103)
#795E5D
(121,94,93)
#6C5453
(108,84,83)
#5F4A49
(95,74,73)
#52403F
(82,64,63)
#453635
(69,54,53)
#382C2B
(56,44,43)
#2B2221
(43,34,33)
#1E1817
(30,24,23)
#110E0D
(17,14,13)
#000000
(0,0,0)

Tints of #937271

#937271
(147,114,113)
#9C7E7D
(156,126,125)
#A58A89
(165,138,137)
#AE9695
(174,150,149)
#B7A2A1
(183,162,161)
#C0AEAD
(192,174,173)
#C9BAB9
(201,186,185)
#D2C6C5
(210,198,197)
#DBD2D1
(219,210,209)
#E4DEDD
(228,222,221)
#EDEAE9
(237,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #937271; }

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

This text font color is #937271.


Background Color

.myBgColor { background-color: #937271; }

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

This div background color is #937271.


Border color

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

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

This div border color is #937271.


Opacity

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

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

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

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

This text has shadow with #937271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #937271 on black background.


Color preview on white background

This text has color #937271 on white background.



Black color preview on #937271 background

This text has black color on #937271 background.


White color preview on #937271 background

This text has white color on #937271 background.