COLOR #93768E

HEX: #93768E
RGB: (147,118,142)

Color info

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

RGB color model

#93768E color RGB value is (147,118,142).

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

RGB channels and saturation

R 147 of 255 = 58%
G 118 of 255 = 46%
B 142 of 255 = 56%

147
118
142

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

Portions of RGB colors in percentages

R + G + B =
147 + 118 + 142 = 407 (100%)
R 147 of 407 ~ 36.12%
G 118 of 407 ~ 28.99%
B 142 of 407 ~ 34.89%

%36.12
%28.99
%34.89

CMYK color model

#93768E color CMYK value is (0,20,3,42).

  • cyan value is 0.00%
  • magenta value is 19.73%
  • yellow value is 3.40%
  • key color value is 42.35%
CMYK:
(0,20,3,42)
C0M20Y3K42 
(0%,20%,3%,42%)
(0.00/0.20/0.03/0.42)	

CMYK percentages

%0
%19.73
%3.4
%42.35

Codes

Color #93768E in popluar color models

93768E
RGB147118142
HSL310°11.84%51.96%
HSB/HSV310°19.73%57.65%
CMYK0.00%19.73%3.40%
42.35%

Color #93768E in popluar number systems.

HEX93768E
Decimal147118142
Binary10010011111011010001110
Octal223166216

Shades and tints

Shades of #93768E

#93768E
(147,118,142)
#866C82
(134,108,130)
#796276
(121,98,118)
#6C586A
(108,88,106)
#5F4E5E
(95,78,94)
#524452
(82,68,82)
#453A46
(69,58,70)
#38303A
(56,48,58)
#2B262E
(43,38,46)
#1E1C22
(30,28,34)
#111216
(17,18,22)
#000000
(0,0,0)

Tints of #93768E

#93768E
(147,118,142)
#9C8298
(156,130,152)
#A58EA2
(165,142,162)
#AE9AAC
(174,154,172)
#B7A6B6
(183,166,182)
#C0B2C0
(192,178,192)
#C9BECA
(201,190,202)
#D2CAD4
(210,202,212)
#DBD6DE
(219,214,222)
#E4E2E8
(228,226,232)
#EDEEF2
(237,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93768E; }

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

This text font color is #93768E.


Background Color

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

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

This div background color is #93768E.


Border color

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

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

This div border color is #93768E.


Opacity

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

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

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

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

This text has shadow with #93768E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93768E on black background.


Color preview on white background

This text has color #93768E on white background.



Black color preview on #93768E background

This text has black color on #93768E background.


White color preview on #93768E background

This text has white color on #93768E background.