COLOR #93768D

HEX: #93768D
RGB: (147,118,141)

Color info

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

RGB color model

#93768D color RGB value is (147,118,141).

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

RGB channels and saturation

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

147
118
141

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

Portions of RGB colors in percentages

R + G + B =
147 + 118 + 141 = 406 (100%)
R 147 of 406 ~ 36.21%
G 118 of 406 ~ 29.06%
B 141 of 406 ~ 34.73%

%36.21
%29.06
%34.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.73%
  • 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
%19.73
%4.08
%42.35

Codes

Color #93768D in popluar color models

93768D
RGB147118141
HSL312°11.84%51.96%
HSB/HSV312°19.73%57.65%
CMYK0.00%19.73%4.08%
42.35%

Color #93768D in popluar number systems.

HEX93768D
Decimal147118141
Binary10010011111011010001101
Octal223166215

Shades and tints

Shades of #93768D

#93768D
(147,118,141)
#866C81
(134,108,129)
#796275
(121,98,117)
#6C5869
(108,88,105)
#5F4E5D
(95,78,93)
#524451
(82,68,81)
#453A45
(69,58,69)
#383039
(56,48,57)
#2B262D
(43,38,45)
#1E1C21
(30,28,33)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #93768D

#93768D
(147,118,141)
#9C8297
(156,130,151)
#A58EA1
(165,142,161)
#AE9AAB
(174,154,171)
#B7A6B5
(183,166,181)
#C0B2BF
(192,178,191)
#C9BEC9
(201,190,201)
#D2CAD3
(210,202,211)
#DBD6DD
(219,214,221)
#E4E2E7
(228,226,231)
#EDEEF1
(237,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93768D; }

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

This text font color is #93768D.


Background Color

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

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

This div background color is #93768D.


Border color

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

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

This div border color is #93768D.


Opacity

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

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

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

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

This text has shadow with #93768D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93768D on black background.


Color preview on white background

This text has color #93768D on white background.



Black color preview on #93768D background

This text has black color on #93768D background.


White color preview on #93768D background

This text has white color on #93768D background.