COLOR #93A38A

HEX: #93A38A RGB: (147,163,138)

Color info

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

RGB color model

#93A38A color RGB value is (147,163,138).

RGB: (147,163,138) (58%, 64%, 54%)

RGB channels and saturation

R 147 of 255 = 58%
G 163 of 255 = 64%
B 138 of 255 = 54%

147
163
138

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

Portions of RGB colors in percentages

R + G + B = 147 + 163 + 138 = 448 (100%)
R 147 of 448 ~ 32.81%
G 163 of 448 ~ 36.38%
B 138 of 448 ~ 30.8'%

%32.81
%36.38
%30.8

CMYK color model

#93A38A color CMYK value is (10,0,15,36).

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

CMYK: (10,0,15,36)
C10M0Y15K36 (10%, 0%, 15%, 36%)
(0.10 / 0.00 / 0.15 / 0.36)

CMYK percentages

%9.82
%0
%15.34
%36.08

Codes

Color #93A38A in popluar color models

93 A3 8A
RGB 147 163 138
HSL 98° 11.96% 59.02%
HSB/HSV 98° 15.34% 63.92%
CMYK 9.82% 0.00% 15.34%
36.08%

Color #93A38A in popluar number systems.

HEX 93 A3 8A
Decimal 147 163 138
Binary 10010011 10100011 10001010
Octal 223 243 212

Shades and tints

Shades of #93A38A

#93A38A
(147,163,138)
#86957E
(134,149,126)
#798772
(121,135,114)
#6C7966
(108,121,102)
#5F6B5A
(95,107,90)
#525D4E
(82,93,78)
#454F42
(69,79,66)
#384136
(56,65,54)
#2B332A
(43,51,42)
#1E251E
(30,37,30)
#111712
(17,23,18)
#000000
(0,0,0)

Tints of #93A38A

#93A38A
(147,163,138)
#9CAB94
(156,171,148)
#A5B39E
(165,179,158)
#AEBBA8
(174,187,168)
#B7C3B2
(183,195,178)
#C0CBBC
(192,203,188)
#C9D3C6
(201,211,198)
#D2DBD0
(210,219,208)
#DBE3DA
(219,227,218)
#E4EBE4
(228,235,228)
#EDF3EE
(237,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93A38A; }

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

This text font color is #93A38A.

Background Color

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

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

This div background color is #93A38A.

Border color

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

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

This div border color is #93A38A.

Opacity

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

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

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

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

This text has shadow with #93A38A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93A38A.

Preview

Color preview on black background

This text has color #93A38A on black background.


Color preview on white background

This text has color #93A38A on white background.


Black color preview on #93A38A background

This text has black color on #93A38A background.


White color preview on #93A38A background

This text has white color on #93A38A background.


Related colors

Complementary color

Complementary color for #hex is #6C5C75.


I love getcolorcode.com

Triadic colors

1 #8A93A3 and #A38A93 with #93A38A are triadic colors.

2 #8AA393 and #A3938A with #93A38A are triadic colors.