COLOR #94A076

HEX: #94A076
RGB: (148,160,118)

Color info

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

RGB color model

#94A076 color RGB value is (148,160,118).

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

RGB channels and saturation

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

148
160
118

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

Portions of RGB colors in percentages

R + G + B =
148 + 160 + 118 = 426 (100%)
R 148 of 426 ~ 34.74%
G 160 of 426 ~ 37.56%
B 118 of 426 ~ 27.7%

%34.74
%37.56
%27.7

CMYK color model

#94A076 color CMYK value is (7,0,26,37).

  • cyan value is 7.50%
  • magenta value is 0.00%
  • yellow value is 26.25%
  • key color value is 37.25%
CMYK:
(7,0,26,37)
C7M0Y26K37 
(7%,0%,26%,37%)
(0.07/0.00/0.26/0.37)	

CMYK percentages

%7.5
%0
%26.25
%37.25

Codes

Color #94A076 in popluar color models

94A076
RGB148160118
HSL77°18.10%54.51%
HSB/HSV77°26.25%62.75%
CMYK7.50%0.00%26.25%
37.25%

Color #94A076 in popluar number systems.

HEX94A076
Decimal148160118
Binary10010100101000001110110
Octal224240166

Shades and tints

Shades of #94A076

#94A076
(148,160,118)
#87926C
(135,146,108)
#7A8462
(122,132,98)
#6D7658
(109,118,88)
#60684E
(96,104,78)
#535A44
(83,90,68)
#464C3A
(70,76,58)
#393E30
(57,62,48)
#2C3026
(44,48,38)
#1F221C
(31,34,28)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #94A076

#94A076
(148,160,118)
#9DA882
(157,168,130)
#A6B08E
(166,176,142)
#AFB89A
(175,184,154)
#B8C0A6
(184,192,166)
#C1C8B2
(193,200,178)
#CAD0BE
(202,208,190)
#D3D8CA
(211,216,202)
#DCE0D6
(220,224,214)
#E5E8E2
(229,232,226)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94A076; }

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

This text font color is #94A076.


Background Color

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

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

This div background color is #94A076.


Border color

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

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

This div border color is #94A076.


Opacity

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

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

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

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

This text has shadow with #94A076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94A076 on black background.


Color preview on white background

This text has color #94A076 on white background.



Black color preview on #94A076 background

This text has black color on #94A076 background.


White color preview on #94A076 background

This text has white color on #94A076 background.