COLOR #93758D

HEX: #93758D
RGB: (147,117,141)

Color info

#93758D contains red, green and blue colors in about the same proportion. Web safe color of #93758D is #996699 (or #969).

RGB color model

#93758D color RGB value is (147,117,141).

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

RGB channels and saturation

R 147 of 255 = 58%
G 117 of 255 = 46%
B 141 of 255 = 55%

147
117
141

R + G + B ~ 53%. #93758D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
147 + 117 + 141 = 405 (100%)
R 147 of 405 ~ 36.3%
G 117 of 405 ~ 28.89%
B 141 of 405 ~ 34.81%

%36.3
%28.89
%34.81

CMYK color model

#93758D color CMYK value is (0,20,4,42).

  • cyan value is 0.00%
  • magenta value is 20.41%
  • yellow value is 4.08%
  • key color value is 42.35%
CMYK:
(0,20,4,42)
C0M20Y4K42 
(0%,20%,4%,42%)
(0.00/0.20/0.04/0.42)	

CMYK percentages

%0
%20.41
%4.08
%42.35

Codes

Color #93758D in popluar color models

93758D
RGB147117141
HSL312°12.20%51.76%
HSB/HSV312°20.41%57.65%
CMYK0.00%20.41%4.08%
42.35%

Color #93758D in popluar number systems.

HEX93758D
Decimal147117141
Binary10010011111010110001101
Octal223165215

Shades and tints

Shades of #93758D

#93758D
(147,117,141)
#866B81
(134,107,129)
#796175
(121,97,117)
#6C5769
(108,87,105)
#5F4D5D
(95,77,93)
#524351
(82,67,81)
#453945
(69,57,69)
#382F39
(56,47,57)
#2B252D
(43,37,45)
#1E1B21
(30,27,33)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #93758D

#93758D
(147,117,141)
#9C8197
(156,129,151)
#A58DA1
(165,141,161)
#AE99AB
(174,153,171)
#B7A5B5
(183,165,181)
#C0B1BF
(192,177,191)
#C9BDC9
(201,189,201)
#D2C9D3
(210,201,211)
#DBD5DD
(219,213,221)
#E4E1E7
(228,225,231)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93758D color. Also use rgb(147,117,141) instead hex code.

Text Font Color

.myTextColor { color: #93758D; }

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

This text font color is #93758D.


Background Color

.myBgColor { background-color: #93758D; }

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

This div background color is #93758D.


Border color

.myBorderColor { border: 1px solid #93758D; }

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

This div border color is #93758D.


Opacity

.myOpacity80 { color: #93758D; opacity: 0.8; }

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

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

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

This text has shadow with #93758D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93758D on black background.


Color preview on white background

This text has color #93758D on white background.



Black color preview on #93758D background

This text has black color on #93758D background.


White color preview on #93758D background

This text has white color on #93758D background.