COLOR #93688C

HEX: #93688C RGB: (147,104,140)

Color info

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

RGB color model

#93688C color RGB value is (147,104,140).

RGB: (147,104,140) (58%, 41%, 55%)

RGB channels and saturation

R 147 of 255 = 58%
G 104 of 255 = 41%
B 140 of 255 = 55%

147
104
140

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

Portions of RGB colors in percentages

R + G + B = 147 + 104 + 140 = 391 (100%)
R 147 of 391 ~ 37.6%
G 104 of 391 ~ 26.6%
B 140 of 391 ~ 35.81'%

%37.6
%26.6
%35.81

CMYK color model

#93688C color CMYK value is (0,29,5,42).

  • cyan value is 0.00%
  • magenta value is 29.25%
  • yellow value is 4.76%
  • key color value is 42.35%

CMYK: (0,29,5,42)
C0M29Y5K42 (0%, 29%, 5%, 42%)
(0.00 / 0.29 / 0.05 / 0.42)

CMYK percentages

%0
%29.25
%4.76
%42.35

Codes

Color #93688C in popluar color models

93 68 8C
RGB 147 104 140
HSL 310° 17.13% 49.22%
HSB/HSV 310° 29.25% 57.65%
CMYK 0.00% 29.25% 4.76%
42.35%

Color #93688C in popluar number systems.

HEX 93 68 8C
Decimal 147 104 140
Binary 10010011 1101000 10001100
Octal 223 150 214

Shades and tints

Shades of #93688C

#93688C
(147,104,140)
#865F80
(134,95,128)
#795674
(121,86,116)
#6C4D68
(108,77,104)
#5F445C
(95,68,92)
#523B50
(82,59,80)
#453244
(69,50,68)
#382938
(56,41,56)
#2B202C
(43,32,44)
#1E1720
(30,23,32)
#110E14
(17,14,20)
#000000
(0,0,0)

Tints of #93688C

#93688C
(147,104,140)
#9C7596
(156,117,150)
#A582A0
(165,130,160)
#AE8FAA
(174,143,170)
#B79CB4
(183,156,180)
#C0A9BE
(192,169,190)
#C9B6C8
(201,182,200)
#D2C3D2
(210,195,210)
#DBD0DC
(219,208,220)
#E4DDE6
(228,221,230)
#EDEAF0
(237,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93688C color. Also use rgb(147,104,140) instead hex code.

Text Font Color

.myTextColor { color: #93688C; }

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

This text font color is #93688C.

Background Color

.myBgColor { background-color: #93688C; }

<div style="background-color:#93688C">Inner text</div>

This div background color is #93688C.

Border color

.myBorderColor { border: 1px solid #93688C; }

<div style="border:3px solid #93688C">Div</div>

This div border color is #93688C.

Opacity

.myOpacity80 { color: #93688C; opacity: 0.8; }

<p style="color:#93688C;opacity:0.8;">80%</p>

Text with #93688C 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 #93688C;}

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

This text has shadow with #93688C color.


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

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

This text has shadow with #93688C primary color and red secondary color.


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

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

This text has shadow with #93688C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #93688C.

Preview

Color preview on black background

This text has color #93688C on black background.


Color preview on white background

This text has color #93688C on white background.


Black color preview on #93688C background

This text has black color on #93688C background.


White color preview on #93688C background

This text has white color on #93688C background.


Related colors

Complementary color

Complementary color for #hex is #6C9773.


I love getcolorcode.com

Triadic colors

1 #8C9368 and #688C93 with #93688C are triadic colors.

2 #8C6893 and #68938C with #93688C are triadic colors.