COLOR #93727F

HEX: #93727F RGB: (147,114,127)

Color info

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

RGB color model

#93727F color RGB value is (147,114,127).

RGB: (147,114,127) (58%, 45%, 50%)

RGB channels and saturation

R 147 of 255 = 58%
G 114 of 255 = 45%
B 127 of 255 = 50%

147
114
127

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

Portions of RGB colors in percentages

R + G + B = 147 + 114 + 127 = 388 (100%)
R 147 of 388 ~ 37.89%
G 114 of 388 ~ 29.38%
B 127 of 388 ~ 32.73'%

%37.89
%29.38
%32.73

CMYK color model

#93727F color CMYK value is (0,22,14,42).

  • cyan value is 0.00%
  • magenta value is 22.45%
  • yellow value is 13.61%
  • key color value is 42.35%

CMYK: (0,22,14,42)
C0M22Y14K42 (0%, 22%, 14%, 42%)
(0.00 / 0.22 / 0.14 / 0.42)

CMYK percentages

%0
%22.45
%13.61
%42.35

Codes

Color #93727F in popluar color models

93 72 7F
RGB 147 114 127
HSL 336° 13.25% 51.18%
HSB/HSV 336° 22.45% 57.65%
CMYK 0.00% 22.45% 13.61%
42.35%

Color #93727F in popluar number systems.

HEX 93 72 7F
Decimal 147 114 127
Binary 10010011 1110010 1111111
Octal 223 162 177

Shades and tints

Shades of #93727F

#93727F
(147,114,127)
#866874
(134,104,116)
#795E69
(121,94,105)
#6C545E
(108,84,94)
#5F4A53
(95,74,83)
#524048
(82,64,72)
#45363D
(69,54,61)
#382C32
(56,44,50)
#2B2227
(43,34,39)
#1E181C
(30,24,28)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #93727F

#93727F
(147,114,127)
#9C7E8A
(156,126,138)
#A58A95
(165,138,149)
#AE96A0
(174,150,160)
#B7A2AB
(183,162,171)
#C0AEB6
(192,174,182)
#C9BAC1
(201,186,193)
#D2C6CC
(210,198,204)
#DBD2D7
(219,210,215)
#E4DEE2
(228,222,226)
#EDEAED
(237,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93727F; }

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

This text font color is #93727F.

Background Color

.myBgColor { background-color: #93727F; }

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

This div background color is #93727F.

Border color

.myBorderColor { border: 1px solid #93727F; }

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

This div border color is #93727F.

Opacity

.myOpacity80 { color: #93727F; opacity: 0.8; }

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

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

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

This text has shadow with #93727F color.


.textShadow {text-shadow: 3px 3px 1px #93727F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #93727F; -webkit-box-shadow: 1px 1px 3px 2px #93727F; box-shadow:1px 1px 3px 2px #93727F;">
Div content here
</div>

This div box has shadow with color #93727F.

Preview

Color preview on black background

This text has color #93727F on black background.


Color preview on white background

This text has color #93727F on white background.


Black color preview on #93727F background

This text has black color on #93727F background.


White color preview on #93727F background

This text has white color on #93727F background.


Related colors

Complementary color

Complementary color for #hex is #6C8D80.


I love getcolorcode.com

Triadic colors

1 #7F9372 and #727F93 with #93727F are triadic colors.

2 #7F7293 and #72937F with #93727F are triadic colors.