COLOR #93A678

HEX: #93A678
RGB: (147,166,120)

Color info

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

RGB color model

#93A678 color RGB value is (147,166,120).

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

RGB channels and saturation

R 147 of 255 = 58%
G 166 of 255 = 65%
B 120 of 255 = 47%

147
166
120

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

Portions of RGB colors in percentages

R + G + B =
147 + 166 + 120 = 433 (100%)
R 147 of 433 ~ 33.95%
G 166 of 433 ~ 38.34%
B 120 of 433 ~ 27.71%

%33.95
%38.34
%27.71

CMYK color model

#93A678 color CMYK value is (11,0,28,35).

  • cyan value is 11.45%
  • magenta value is 0.00%
  • yellow value is 27.71%
  • key color value is 34.90%
CMYK:
(11,0,28,35)
C11M0Y28K35 
(11%,0%,28%,35%)
(0.11/0.00/0.28/0.35)	

CMYK percentages

%11.45
%0
%27.71
%34.9

Codes

Color #93A678 in popluar color models

93A678
RGB147166120
HSL85°20.54%56.08%
HSB/HSV85°27.71%65.10%
CMYK11.45%0.00%27.71%
34.90%

Color #93A678 in popluar number systems.

HEX93A678
Decimal147166120
Binary10010011101001101111000
Octal223246170

Shades and tints

Shades of #93A678

#93A678
(147,166,120)
#86976E
(134,151,110)
#798864
(121,136,100)
#6C795A
(108,121,90)
#5F6A50
(95,106,80)
#525B46
(82,91,70)
#454C3C
(69,76,60)
#383D32
(56,61,50)
#2B2E28
(43,46,40)
#1E1F1E
(30,31,30)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #93A678

#93A678
(147,166,120)
#9CAE84
(156,174,132)
#A5B690
(165,182,144)
#AEBE9C
(174,190,156)
#B7C6A8
(183,198,168)
#C0CEB4
(192,206,180)
#C9D6C0
(201,214,192)
#D2DECC
(210,222,204)
#DBE6D8
(219,230,216)
#E4EEE4
(228,238,228)
#EDF6F0
(237,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93A678; }

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

This text font color is #93A678.


Background Color

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

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

This div background color is #93A678.


Border color

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

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

This div border color is #93A678.


Opacity

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

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

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

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

This text has shadow with #93A678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93A678 on black background.


Color preview on white background

This text has color #93A678 on white background.



Black color preview on #93A678 background

This text has black color on #93A678 background.


White color preview on #93A678 background

This text has white color on #93A678 background.