COLOR #93A480

HEX: #93A480 RGB: (147,164,128)

Color info

#93A480 contains red, green and blue colors in about the same proportion. Web safe color of #93A480 is #999966 (or #996).

RGB color model

#93A480 color RGB value is (147,164,128).

RGB: (147,164,128) (58%, 64%, 50%)

RGB channels and saturation

R 147 of 255 = 58%
G 164 of 255 = 64%
B 128 of 255 = 50%

147
164
128

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

Portions of RGB colors in percentages

R + G + B = 147 + 164 + 128 = 439 (100%)
R 147 of 439 ~ 33.49%
G 164 of 439 ~ 37.36%
B 128 of 439 ~ 29.16'%

%33.49
%37.36
%29.16

CMYK color model

#93A480 color CMYK value is (10,0,22,36).

  • cyan value is 10.37%
  • magenta value is 0.00%
  • yellow value is 21.95%
  • key color value is 35.69%

CMYK: (10,0,22,36)
C10M0Y22K36 (10%, 0%, 22%, 36%)
(0.10 / 0.00 / 0.22 / 0.36)

CMYK percentages

%10.37
%0
%21.95
%35.69

Codes

Color #93A480 in popluar color models

93 A4 80
RGB 147 164 128
HSL 88° 16.51% 57.25%
HSB/HSV 88° 21.95% 64.31%
CMYK 10.37% 0.00% 21.95%
35.69%

Color #93A480 in popluar number systems.

HEX 93 A4 80
Decimal 147 164 128
Binary 10010011 10100100 10000000
Octal 223 244 200

Shades and tints

Shades of #93A480

#93A480
(147,164,128)
#869675
(134,150,117)
#79886A
(121,136,106)
#6C7A5F
(108,122,95)
#5F6C54
(95,108,84)
#525E49
(82,94,73)
#45503E
(69,80,62)
#384233
(56,66,51)
#2B3428
(43,52,40)
#1E261D
(30,38,29)
#111812
(17,24,18)
#000000
(0,0,0)

Tints of #93A480

#93A480
(147,164,128)
#9CAC8B
(156,172,139)
#A5B496
(165,180,150)
#AEBCA1
(174,188,161)
#B7C4AC
(183,196,172)
#C0CCB7
(192,204,183)
#C9D4C2
(201,212,194)
#D2DCCD
(210,220,205)
#DBE4D8
(219,228,216)
#E4ECE3
(228,236,227)
#EDF4EE
(237,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93A480 color. Also use rgb(147,164,128) instead hex code.

Text Font Color

.myTextColor { color: #93A480; }

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

This text font color is #93A480.

Background Color

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

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

This div background color is #93A480.

Border color

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

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

This div border color is #93A480.

Opacity

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

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

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

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

This text has shadow with #93A480 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93A480.

Preview

Color preview on black background

This text has color #93A480 on black background.


Color preview on white background

This text has color #93A480 on white background.


Black color preview on #93A480 background

This text has black color on #93A480 background.


White color preview on #93A480 background

This text has white color on #93A480 background.


Related colors

Complementary color

Complementary color for #hex is #6C5B7F.


I love getcolorcode.com

Triadic colors

1 #8093A4 and #A48093 with #93A480 are triadic colors.

2 #80A493 and #A49380 with #93A480 are triadic colors.