COLOR #94A876

HEX: #94A876
RGB: (148,168,118)

Color info

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

RGB color model

#94A876 color RGB value is (148,168,118).

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

RGB channels and saturation

R 148 of 255 = 58%
G 168 of 255 = 66%
B 118 of 255 = 46%

148
168
118

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

Portions of RGB colors in percentages

R + G + B =
148 + 168 + 118 = 434 (100%)
R 148 of 434 ~ 34.1%
G 168 of 434 ~ 38.71%
B 118 of 434 ~ 27.19%

%34.1
%38.71
%27.19

CMYK color model

#94A876 color CMYK value is (12,0,30,34).

  • cyan value is 11.90%
  • magenta value is 0.00%
  • yellow value is 29.76%
  • key color value is 34.12%
CMYK:
(12,0,30,34)
C12M0Y30K34 
(12%,0%,30%,34%)
(0.12/0.00/0.30/0.34)	

CMYK percentages

%11.9
%0
%29.76
%34.12

Codes

Color #94A876 in popluar color models

94A876
RGB148168118
HSL84°22.32%56.08%
HSB/HSV84°29.76%65.88%
CMYK11.90%0.00%29.76%
34.12%

Color #94A876 in popluar number systems.

HEX94A876
Decimal148168118
Binary10010100101010001110110
Octal224250166

Shades and tints

Shades of #94A876

#94A876
(148,168,118)
#87996C
(135,153,108)
#7A8A62
(122,138,98)
#6D7B58
(109,123,88)
#606C4E
(96,108,78)
#535D44
(83,93,68)
#464E3A
(70,78,58)
#393F30
(57,63,48)
#2C3026
(44,48,38)
#1F211C
(31,33,28)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #94A876

#94A876
(148,168,118)
#9DAF82
(157,175,130)
#A6B68E
(166,182,142)
#AFBD9A
(175,189,154)
#B8C4A6
(184,196,166)
#C1CBB2
(193,203,178)
#CAD2BE
(202,210,190)
#D3D9CA
(211,217,202)
#DCE0D6
(220,224,214)
#E5E7E2
(229,231,226)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94A876; }

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

This text font color is #94A876.


Background Color

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

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

This div background color is #94A876.


Border color

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

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

This div border color is #94A876.


Opacity

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

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

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

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

This text has shadow with #94A876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94A876 on black background.


Color preview on white background

This text has color #94A876 on white background.



Black color preview on #94A876 background

This text has black color on #94A876 background.


White color preview on #94A876 background

This text has white color on #94A876 background.