COLOR #93757E

HEX: #93757E
RGB: (147,117,126)

Color info

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

RGB color model

#93757E color RGB value is (147,117,126).

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

RGB channels and saturation

R 147 of 255 = 58%
G 117 of 255 = 46%
B 126 of 255 = 49%

147
117
126

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

Portions of RGB colors in percentages

R + G + B =
147 + 117 + 126 = 390 (100%)
R 147 of 390 ~ 37.69%
G 117 of 390 ~ 30%
B 126 of 390 ~ 32.31%

%37.69
%30
%32.31

CMYK color model

#93757E color CMYK value is (0,20,14,42).

  • cyan value is 0.00%
  • magenta value is 20.41%
  • yellow value is 14.29%
  • 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
%20.41
%14.29
%42.35

Codes

Color #93757E in popluar color models

93757E
RGB147117126
HSL342°12.20%51.76%
HSB/HSV342°20.41%57.65%
CMYK0.00%20.41%14.29%
42.35%

Color #93757E in popluar number systems.

HEX93757E
Decimal147117126
Binary1001001111101011111110
Octal223165176

Shades and tints

Shades of #93757E

#93757E
(147,117,126)
#866B73
(134,107,115)
#796168
(121,97,104)
#6C575D
(108,87,93)
#5F4D52
(95,77,82)
#524347
(82,67,71)
#45393C
(69,57,60)
#382F31
(56,47,49)
#2B2526
(43,37,38)
#1E1B1B
(30,27,27)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #93757E

#93757E
(147,117,126)
#9C8189
(156,129,137)
#A58D94
(165,141,148)
#AE999F
(174,153,159)
#B7A5AA
(183,165,170)
#C0B1B5
(192,177,181)
#C9BDC0
(201,189,192)
#D2C9CB
(210,201,203)
#DBD5D6
(219,213,214)
#E4E1E1
(228,225,225)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93757E color. Also use rgb(147,117,126) instead hex code.

Text Font Color

.myTextColor { color: #93757E; }

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

This text font color is #93757E.


Background Color

.myBgColor { background-color: #93757E; }

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

This div background color is #93757E.


Border color

.myBorderColor { border: 1px solid #93757E; }

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

This div border color is #93757E.


Opacity

.myOpacity80 { color: #93757E; opacity: 0.8; }

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

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

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

This text has shadow with #93757E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93757E on black background.


Color preview on white background

This text has color #93757E on white background.



Black color preview on #93757E background

This text has black color on #93757E background.


White color preview on #93757E background

This text has white color on #93757E background.