COLOR #93768F

HEX: #93768F RGB: (147,118,143)

Color info

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

RGB color model

#93768F color RGB value is (147,118,143).

RGB: (147,118,143) (58%, 46%, 56%)

RGB channels and saturation

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

147
118
143

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

Portions of RGB colors in percentages

R + G + B = 147 + 118 + 143 = 408 (100%)
R 147 of 408 ~ 36.03%
G 118 of 408 ~ 28.92%
B 143 of 408 ~ 35.05'%

%36.03
%28.92
%35.05

CMYK color model

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

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

Codes

Color #93768F in popluar color models

93 76 8F
RGB 147 118 143
HSL 308° 11.84% 51.96%
HSB/HSV 308° 19.73% 57.65%
CMYK 0.00% 19.73% 2.72%
42.35%

Color #93768F in popluar number systems.

HEX 93 76 8F
Decimal 147 118 143
Binary 10010011 1110110 10001111
Octal 223 166 217

Shades and tints

Shades of #93768F

#93768F
(147,118,143)
#866C82
(134,108,130)
#796275
(121,98,117)
#6C5868
(108,88,104)
#5F4E5B
(95,78,91)
#52444E
(82,68,78)
#453A41
(69,58,65)
#383034
(56,48,52)
#2B2627
(43,38,39)
#1E1C1A
(30,28,26)
#11120D
(17,18,13)
#000000
(0,0,0)

Tints of #93768F

#93768F
(147,118,143)
#9C8299
(156,130,153)
#A58EA3
(165,142,163)
#AE9AAD
(174,154,173)
#B7A6B7
(183,166,183)
#C0B2C1
(192,178,193)
#C9BECB
(201,190,203)
#D2CAD5
(210,202,213)
#DBD6DF
(219,214,223)
#E4E2E9
(228,226,233)
#EDEEF3
(237,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93768F; }

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

This text font color is #93768F.

Background Color

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

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

This div background color is #93768F.

Border color

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

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

This div border color is #93768F.

Opacity

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

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

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

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

This text has shadow with #93768F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93768F.

Preview

Color preview on black background

This text has color #93768F on black background.


Color preview on white background

This text has color #93768F on white background.


Black color preview on #93768F background

This text has black color on #93768F background.


White color preview on #93768F background

This text has white color on #93768F background.


Related colors

Complementary color

Complementary color for #hex is #6C8970.


I love getcolorcode.com

Triadic colors

1 #8F9376 and #768F93 with #93768F are triadic colors.

2 #8F7693 and #76938F with #93768F are triadic colors.