COLOR #93A078

HEX: #93A078
RGB: (147,160,120)

Color info

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

RGB color model

#93A078 color RGB value is (147,160,120).

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

RGB channels and saturation

R 147 of 255 = 58%
G 160 of 255 = 63%
B 120 of 255 = 47%

147
160
120

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

Portions of RGB colors in percentages

R + G + B =
147 + 160 + 120 = 427 (100%)
R 147 of 427 ~ 34.43%
G 160 of 427 ~ 37.47%
B 120 of 427 ~ 28.1%

%34.43
%37.47
%28.1

CMYK color model

#93A078 color CMYK value is (8,0,25,37).

  • cyan value is 8.13%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 37.25%
CMYK:
(8,0,25,37)
C8M0Y25K37 
(8%,0%,25%,37%)
(0.08/0.00/0.25/0.37)	

CMYK percentages

%8.13
%0
%25
%37.25

Codes

Color #93A078 in popluar color models

93A078
RGB147160120
HSL80°17.39%54.90%
HSB/HSV80°25.00%62.75%
CMYK8.13%0.00%25.00%
37.25%

Color #93A078 in popluar number systems.

HEX93A078
Decimal147160120
Binary10010011101000001111000
Octal223240170

Shades and tints

Shades of #93A078

#93A078
(147,160,120)
#86926E
(134,146,110)
#798464
(121,132,100)
#6C765A
(108,118,90)
#5F6850
(95,104,80)
#525A46
(82,90,70)
#454C3C
(69,76,60)
#383E32
(56,62,50)
#2B3028
(43,48,40)
#1E221E
(30,34,30)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #93A078

#93A078
(147,160,120)
#9CA884
(156,168,132)
#A5B090
(165,176,144)
#AEB89C
(174,184,156)
#B7C0A8
(183,192,168)
#C0C8B4
(192,200,180)
#C9D0C0
(201,208,192)
#D2D8CC
(210,216,204)
#DBE0D8
(219,224,216)
#E4E8E4
(228,232,228)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93A078; }

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

This text font color is #93A078.


Background Color

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

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

This div background color is #93A078.


Border color

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

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

This div border color is #93A078.


Opacity

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

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

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

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

This text has shadow with #93A078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93A078 on black background.


Color preview on white background

This text has color #93A078 on white background.



Black color preview on #93A078 background

This text has black color on #93A078 background.


White color preview on #93A078 background

This text has white color on #93A078 background.