COLOR #94A77E

HEX: #94A77E
RGB: (148,167,126)

Color info

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

RGB color model

#94A77E color RGB value is (148,167,126).

  • red value is 148;
  • green value is 167;
  • blue value is 126.
RGB:
(148,167,126)
(58%,65%,49%)

RGB channels and saturation

R 148 of 255 = 58%
G 167 of 255 = 65%
B 126 of 255 = 49%

148
167
126

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

Portions of RGB colors in percentages

R + G + B =
148 + 167 + 126 = 441 (100%)
R 148 of 441 ~ 33.56%
G 167 of 441 ~ 37.87%
B 126 of 441 ~ 28.57%

%33.56
%37.87
%28.57

CMYK color model

#94A77E color CMYK value is (11,0,25,35).

  • cyan value is 11.38%
  • magenta value is 0.00%
  • yellow value is 24.55%
  • key color value is 34.51%
CMYK:
(11,0,25,35)
C11M0Y25K35 
(11%,0%,25%,35%)
(0.11/0.00/0.25/0.35)	

CMYK percentages

%11.38
%0
%24.55
%34.51

Codes

Color #94A77E in popluar color models

94A77E
RGB148167126
HSL88°18.89%57.45%
HSB/HSV88°24.55%65.49%
CMYK11.38%0.00%24.55%
34.51%

Color #94A77E in popluar number systems.

HEX94A77E
Decimal148167126
Binary10010100101001111111110
Octal224247176

Shades and tints

Shades of #94A77E

#94A77E
(148,167,126)
#879873
(135,152,115)
#7A8968
(122,137,104)
#6D7A5D
(109,122,93)
#606B52
(96,107,82)
#535C47
(83,92,71)
#464D3C
(70,77,60)
#393E31
(57,62,49)
#2C2F26
(44,47,38)
#1F201B
(31,32,27)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #94A77E

#94A77E
(148,167,126)
#9DAF89
(157,175,137)
#A6B794
(166,183,148)
#AFBF9F
(175,191,159)
#B8C7AA
(184,199,170)
#C1CFB5
(193,207,181)
#CAD7C0
(202,215,192)
#D3DFCB
(211,223,203)
#DCE7D6
(220,231,214)
#E5EFE1
(229,239,225)
#EEF7EC
(238,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94A77E color. Also use rgb(148,167,126) instead hex code.

Text Font Color

.myTextColor { color: #94A77E; }

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

This text font color is #94A77E.


Background Color

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

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

This div background color is #94A77E.


Border color

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

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

This div border color is #94A77E.


Opacity

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

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

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

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

This text has shadow with #94A77E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94A77E on black background.


Color preview on white background

This text has color #94A77E on white background.



Black color preview on #94A77E background

This text has black color on #94A77E background.


White color preview on #94A77E background

This text has white color on #94A77E background.