COLOR #93A38C

HEX: #93A38C RGB: (147,163,140)

Color info

#93A38C contains red, green and blue colors in about the same proportion. Web safe color of #93A38C is #999999 (or #999).

RGB color model

#93A38C color RGB value is (147,163,140).

RGB: (147,163,140) (58%, 64%, 55%)

RGB channels and saturation

R 147 of 255 = 58%
G 163 of 255 = 64%
B 140 of 255 = 55%

147
163
140

R + G + B ~ 59%. #93A38C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 147 + 163 + 140 = 450 (100%)
R 147 of 450 ~ 32.67%
G 163 of 450 ~ 36.22%
B 140 of 450 ~ 31.11'%

%32.67
%36.22
%31.11

CMYK color model

#93A38C color CMYK value is (10,0,14,36).

  • cyan value is 9.82%
  • magenta value is 0.00%
  • yellow value is 14.11%
  • key color value is 36.08%

CMYK: (10,0,14,36)
C10M0Y14K36 (10%, 0%, 14%, 36%)
(0.10 / 0.00 / 0.14 / 0.36)

CMYK percentages

%9.82
%0
%14.11
%36.08

Codes

Color #93A38C in popluar color models

93 A3 8C
RGB 147 163 140
HSL 102° 11.11% 59.41%
HSB/HSV 102° 14.11% 63.92%
CMYK 9.82% 0.00% 14.11%
36.08%

Color #93A38C in popluar number systems.

HEX 93 A3 8C
Decimal 147 163 140
Binary 10010011 10100011 10001100
Octal 223 243 214

Shades and tints

Shades of #93A38C

#93A38C
(147,163,140)
#869580
(134,149,128)
#798774
(121,135,116)
#6C7968
(108,121,104)
#5F6B5C
(95,107,92)
#525D50
(82,93,80)
#454F44
(69,79,68)
#384138
(56,65,56)
#2B332C
(43,51,44)
#1E2520
(30,37,32)
#111714
(17,23,20)
#000000
(0,0,0)

Tints of #93A38C

#93A38C
(147,163,140)
#9CAB96
(156,171,150)
#A5B3A0
(165,179,160)
#AEBBAA
(174,187,170)
#B7C3B4
(183,195,180)
#C0CBBE
(192,203,190)
#C9D3C8
(201,211,200)
#D2DBD2
(210,219,210)
#DBE3DC
(219,227,220)
#E4EBE6
(228,235,230)
#EDF3F0
(237,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93A38C color. Also use rgb(147,163,140) instead hex code.

Text Font Color

.myTextColor { color: #93A38C; }

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

This text font color is #93A38C.

Background Color

.myBgColor { background-color: #93A38C; }

<div style="background-color:#93A38C">Inner text</div>

This div background color is #93A38C.

Border color

.myBorderColor { border: 1px solid #93A38C; }

<div style="border:3px solid #93A38C">Div</div>

This div border color is #93A38C.

Opacity

.myOpacity80 { color: #93A38C; opacity: 0.8; }

<p style="color:#93A38C;opacity:0.8;">80%</p>

Text with #93A38C 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 #93A38C;}

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

This text has shadow with #93A38C color.


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

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

This text has shadow with #93A38C primary color and red secondary color.


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

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

This text has shadow with #93A38C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #93A38C.

Preview

Color preview on black background

This text has color #93A38C on black background.


Color preview on white background

This text has color #93A38C on white background.


Black color preview on #93A38C background

This text has black color on #93A38C background.


White color preview on #93A38C background

This text has white color on #93A38C background.


Related colors

Complementary color

Complementary color for #hex is #6C5C73.


I love getcolorcode.com

Triadic colors

1 #8C93A3 and #A38C93 with #93A38C are triadic colors.

2 #8CA393 and #A3938C with #93A38C are triadic colors.