COLOR #93A080

HEX: #93A080
RGB: (147,160,128)

Color info

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

RGB color model

#93A080 color RGB value is (147,160,128).

  • red value is 147;
  • green value is 160;
  • blue value is 128.
RGB:
(147,160,128)
(58%,63%,50%)

RGB channels and saturation

R 147 of 255 = 58%
G 160 of 255 = 63%
B 128 of 255 = 50%

147
160
128

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

Portions of RGB colors in percentages

R + G + B =
147 + 160 + 128 = 435 (100%)
R 147 of 435 ~ 33.79%
G 160 of 435 ~ 36.78%
B 128 of 435 ~ 29.43%

%33.79
%36.78
%29.43

CMYK color model

#93A080 color CMYK value is (8,0,20,37).

  • cyan value is 8.13%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 37.25%
CMYK:
(8,0,20,37)
C8M0Y20K37 
(8%,0%,20%,37%)
(0.08/0.00/0.20/0.37)	

CMYK percentages

%8.13
%0
%20
%37.25

Codes

Color #93A080 in popluar color models

93A080
RGB147160128
HSL84°14.41%56.47%
HSB/HSV84°20.00%62.75%
CMYK8.13%0.00%20.00%
37.25%

Color #93A080 in popluar number systems.

HEX93A080
Decimal147160128
Binary100100111010000010000000
Octal223240200

Shades and tints

Shades of #93A080

#93A080
(147,160,128)
#869275
(134,146,117)
#79846A
(121,132,106)
#6C765F
(108,118,95)
#5F6854
(95,104,84)
#525A49
(82,90,73)
#454C3E
(69,76,62)
#383E33
(56,62,51)
#2B3028
(43,48,40)
#1E221D
(30,34,29)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #93A080

#93A080
(147,160,128)
#9CA88B
(156,168,139)
#A5B096
(165,176,150)
#AEB8A1
(174,184,161)
#B7C0AC
(183,192,172)
#C0C8B7
(192,200,183)
#C9D0C2
(201,208,194)
#D2D8CD
(210,216,205)
#DBE0D8
(219,224,216)
#E4E8E3
(228,232,227)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93A080; }

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

This text font color is #93A080.


Background Color

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

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

This div background color is #93A080.


Border color

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

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

This div border color is #93A080.


Opacity

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

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

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

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

This text has shadow with #93A080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93A080 on black background.


Color preview on white background

This text has color #93A080 on white background.



Black color preview on #93A080 background

This text has black color on #93A080 background.


White color preview on #93A080 background

This text has white color on #93A080 background.