COLOR #93767F

HEX: #93767F RGB: (147,118,127)

Color info

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

RGB color model

#93767F color RGB value is (147,118,127).

RGB: (147,118,127) (58%, 46%, 50%)

RGB channels and saturation

R 147 of 255 = 58%
G 118 of 255 = 46%
B 127 of 255 = 50%

147
118
127

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

Portions of RGB colors in percentages

R + G + B = 147 + 118 + 127 = 392 (100%)
R 147 of 392 ~ 37.5%
G 118 of 392 ~ 30.1%
B 127 of 392 ~ 32.4'%

%37.5
%30.1
%32.4

CMYK color model

#93767F color CMYK value is (0,20,14,42).

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

CMYK: (0,20,14,42)
C0M20Y14K42 (0%, 20%, 14%, 42%)
(0.00 / 0.20 / 0.14 / 0.42)

CMYK percentages

%0
%19.73
%13.61
%42.35

Codes

Color #93767F in popluar color models

93 76 7F
RGB 147 118 127
HSL 341° 11.84% 51.96%
HSB/HSV 341° 19.73% 57.65%
CMYK 0.00% 19.73% 13.61%
42.35%

Color #93767F in popluar number systems.

HEX 93 76 7F
Decimal 147 118 127
Binary 10010011 1110110 1111111
Octal 223 166 177

Shades and tints

Shades of #93767F

#93767F
(147,118,127)
#866C74
(134,108,116)
#796269
(121,98,105)
#6C585E
(108,88,94)
#5F4E53
(95,78,83)
#524448
(82,68,72)
#453A3D
(69,58,61)
#383032
(56,48,50)
#2B2627
(43,38,39)
#1E1C1C
(30,28,28)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #93767F

#93767F
(147,118,127)
#9C828A
(156,130,138)
#A58E95
(165,142,149)
#AE9AA0
(174,154,160)
#B7A6AB
(183,166,171)
#C0B2B6
(192,178,182)
#C9BEC1
(201,190,193)
#D2CACC
(210,202,204)
#DBD6D7
(219,214,215)
#E4E2E2
(228,226,226)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93767F; }

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

This text font color is #93767F.

Background Color

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

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

This div background color is #93767F.

Border color

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

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

This div border color is #93767F.

Opacity

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

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

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

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

This text has shadow with #93767F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93767F.

Preview

Color preview on black background

This text has color #93767F on black background.


Color preview on white background

This text has color #93767F on white background.


Black color preview on #93767F background

This text has black color on #93767F background.


White color preview on #93767F background

This text has white color on #93767F background.


Related colors

Complementary color

Complementary color for #hex is #6C8980.


I love getcolorcode.com

Triadic colors

1 #7F9376 and #767F93 with #93767F are triadic colors.

2 #7F7693 and #76937F with #93767F are triadic colors.