COLOR #93A076

HEX: #93A076
RGB: (147,160,118)

Color info

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

RGB color model

#93A076 color RGB value is (147,160,118).

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

RGB channels and saturation

R 147 of 255 = 58%
G 160 of 255 = 63%
B 118 of 255 = 46%

147
160
118

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

Portions of RGB colors in percentages

R + G + B =
147 + 160 + 118 = 425 (100%)
R 147 of 425 ~ 34.59%
G 160 of 425 ~ 37.65%
B 118 of 425 ~ 27.76%

%34.59
%37.65
%27.76

CMYK color model

#93A076 color CMYK value is (8,0,26,37).

  • cyan value is 8.13%
  • magenta value is 0.00%
  • yellow value is 26.25%
  • key color value is 37.25%
CMYK:
(8,0,26,37)
C8M0Y26K37 
(8%,0%,26%,37%)
(0.08/0.00/0.26/0.37)	

CMYK percentages

%8.13
%0
%26.25
%37.25

Codes

Color #93A076 in popluar color models

93A076
RGB147160118
HSL79°18.10%54.51%
HSB/HSV79°26.25%62.75%
CMYK8.13%0.00%26.25%
37.25%

Color #93A076 in popluar number systems.

HEX93A076
Decimal147160118
Binary10010011101000001110110
Octal223240166

Shades and tints

Shades of #93A076

#93A076
(147,160,118)
#86926C
(134,146,108)
#798462
(121,132,98)
#6C7658
(108,118,88)
#5F684E
(95,104,78)
#525A44
(82,90,68)
#454C3A
(69,76,58)
#383E30
(56,62,48)
#2B3026
(43,48,38)
#1E221C
(30,34,28)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #93A076

#93A076
(147,160,118)
#9CA882
(156,168,130)
#A5B08E
(165,176,142)
#AEB89A
(174,184,154)
#B7C0A6
(183,192,166)
#C0C8B2
(192,200,178)
#C9D0BE
(201,208,190)
#D2D8CA
(210,216,202)
#DBE0D6
(219,224,214)
#E4E8E2
(228,232,226)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93A076; }

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

This text font color is #93A076.


Background Color

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

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

This div background color is #93A076.


Border color

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

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

This div border color is #93A076.


Opacity

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

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

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

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

This text has shadow with #93A076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93A076 on black background.


Color preview on white background

This text has color #93A076 on white background.



Black color preview on #93A076 background

This text has black color on #93A076 background.


White color preview on #93A076 background

This text has white color on #93A076 background.