COLOR #937D7D

HEX: #937D7D
RGB: (147,125,125)

Color info

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

RGB color model

#937D7D color RGB value is (147,125,125).

  • red value is 147;
  • green value is 125;
  • blue value is 125.
RGB:
(147,125,125)
(58%,49%,49%)

RGB channels and saturation

R 147 of 255 = 58%
G 125 of 255 = 49%
B 125 of 255 = 49%

147
125
125

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

Portions of RGB colors in percentages

R + G + B =
147 + 125 + 125 = 397 (100%)
R 147 of 397 ~ 37.03%
G 125 of 397 ~ 31.49%
B 125 of 397 ~ 31.49%

%37.03
%31.49
%31.49

CMYK color model

#937D7D color CMYK value is (0,15,15,42).

  • cyan value is 0.00%
  • magenta value is 14.97%
  • yellow value is 14.97%
  • key color value is 42.35%
CMYK:
(0,15,15,42)
C0M15Y15K42 
(0%,15%,15%,42%)
(0.00/0.15/0.15/0.42)	

CMYK percentages

%0
%14.97
%14.97
%42.35

Codes

Color #937D7D in popluar color models

937D7D
RGB147125125
HSL9.24%53.33%
HSB/HSV14.97%57.65%
CMYK0.00%14.97%14.97%
42.35%

Color #937D7D in popluar number systems.

HEX937D7D
Decimal147125125
Binary1001001111111011111101
Octal223175175

Shades and tints

Shades of #937D7D

#937D7D
(147,125,125)
#867272
(134,114,114)
#796767
(121,103,103)
#6C5C5C
(108,92,92)
#5F5151
(95,81,81)
#524646
(82,70,70)
#453B3B
(69,59,59)
#383030
(56,48,48)
#2B2525
(43,37,37)
#1E1A1A
(30,26,26)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #937D7D

#937D7D
(147,125,125)
#9C8888
(156,136,136)
#A59393
(165,147,147)
#AE9E9E
(174,158,158)
#B7A9A9
(183,169,169)
#C0B4B4
(192,180,180)
#C9BFBF
(201,191,191)
#D2CACA
(210,202,202)
#DBD5D5
(219,213,213)
#E4E0E0
(228,224,224)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #937D7D color. Also use rgb(147,125,125) instead hex code.

Text Font Color

.myTextColor { color: #937D7D; }

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

This text font color is #937D7D.


Background Color

.myBgColor { background-color: #937D7D; }

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

This div background color is #937D7D.


Border color

.myBorderColor { border: 1px solid #937D7D; }

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

This div border color is #937D7D.


Opacity

.myOpacity80 { color: #937D7D; opacity: 0.8; }

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

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

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

This text has shadow with #937D7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #937D7D on black background.


Color preview on white background

This text has color #937D7D on white background.



Black color preview on #937D7D background

This text has black color on #937D7D background.


White color preview on #937D7D background

This text has white color on #937D7D background.