COLOR #93768A

HEX: #93768A RGB: (147,118,138)

Color info

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

RGB color model

#93768A color RGB value is (147,118,138).

RGB: (147,118,138) (58%, 46%, 54%)

RGB channels and saturation

R 147 of 255 = 58%
G 118 of 255 = 46%
B 138 of 255 = 54%

147
118
138

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

Portions of RGB colors in percentages

R + G + B = 147 + 118 + 138 = 403 (100%)
R 147 of 403 ~ 36.48%
G 118 of 403 ~ 29.28%
B 138 of 403 ~ 34.24'%

%36.48
%29.28
%34.24

CMYK color model

#93768A color CMYK value is (0,20,6,42).

  • cyan value is 0.00%
  • magenta value is 19.73%
  • yellow value is 6.12%
  • key color value is 42.35%

CMYK: (0,20,6,42)
C0M20Y6K42 (0%, 20%, 6%, 42%)
(0.00 / 0.20 / 0.06 / 0.42)

CMYK percentages

%0
%19.73
%6.12
%42.35

Codes

Color #93768A in popluar color models

93 76 8A
RGB 147 118 138
HSL 319° 11.84% 51.96%
HSB/HSV 319° 19.73% 57.65%
CMYK 0.00% 19.73% 6.12%
42.35%

Color #93768A in popluar number systems.

HEX 93 76 8A
Decimal 147 118 138
Binary 10010011 1110110 10001010
Octal 223 166 212

Shades and tints

Shades of #93768A

#93768A
(147,118,138)
#866C7E
(134,108,126)
#796272
(121,98,114)
#6C5866
(108,88,102)
#5F4E5A
(95,78,90)
#52444E
(82,68,78)
#453A42
(69,58,66)
#383036
(56,48,54)
#2B262A
(43,38,42)
#1E1C1E
(30,28,30)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #93768A

#93768A
(147,118,138)
#9C8294
(156,130,148)
#A58E9E
(165,142,158)
#AE9AA8
(174,154,168)
#B7A6B2
(183,166,178)
#C0B2BC
(192,178,188)
#C9BEC6
(201,190,198)
#D2CAD0
(210,202,208)
#DBD6DA
(219,214,218)
#E4E2E4
(228,226,228)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93768A; }

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

This text font color is #93768A.

Background Color

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

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

This div background color is #93768A.

Border color

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

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

This div border color is #93768A.

Opacity

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

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

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

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

This text has shadow with #93768A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93768A.

Preview

Color preview on black background

This text has color #93768A on black background.


Color preview on white background

This text has color #93768A on white background.


Black color preview on #93768A background

This text has black color on #93768A background.


White color preview on #93768A background

This text has white color on #93768A background.


Related colors

Complementary color

Complementary color for #hex is #6C8975.


I love getcolorcode.com

Triadic colors

1 #8A9376 and #768A93 with #93768A are triadic colors.

2 #8A7693 and #76938A with #93768A are triadic colors.