COLOR #94A677

HEX: #94A677
RGB: (148,166,119)

Color info

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

RGB color model

#94A677 color RGB value is (148,166,119).

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

RGB channels and saturation

R 148 of 255 = 58%
G 166 of 255 = 65%
B 119 of 255 = 47%

148
166
119

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

Portions of RGB colors in percentages

R + G + B =
148 + 166 + 119 = 433 (100%)
R 148 of 433 ~ 34.18%
G 166 of 433 ~ 38.34%
B 119 of 433 ~ 27.48%

%34.18
%38.34
%27.48

CMYK color model

#94A677 color CMYK value is (11,0,28,35).

  • cyan value is 10.84%
  • magenta value is 0.00%
  • yellow value is 28.31%
  • 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

%10.84
%0
%28.31
%34.9

Codes

Color #94A677 in popluar color models

94A677
RGB148166119
HSL83°20.89%55.88%
HSB/HSV83°28.31%65.10%
CMYK10.84%0.00%28.31%
34.90%

Color #94A677 in popluar number systems.

HEX94A677
Decimal148166119
Binary10010100101001101110111
Octal224246167

Shades and tints

Shades of #94A677

#94A677
(148,166,119)
#87976D
(135,151,109)
#7A8863
(122,136,99)
#6D7959
(109,121,89)
#606A4F
(96,106,79)
#535B45
(83,91,69)
#464C3B
(70,76,59)
#393D31
(57,61,49)
#2C2E27
(44,46,39)
#1F1F1D
(31,31,29)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #94A677

#94A677
(148,166,119)
#9DAE83
(157,174,131)
#A6B68F
(166,182,143)
#AFBE9B
(175,190,155)
#B8C6A7
(184,198,167)
#C1CEB3
(193,206,179)
#CAD6BF
(202,214,191)
#D3DECB
(211,222,203)
#DCE6D7
(220,230,215)
#E5EEE3
(229,238,227)
#EEF6EF
(238,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94A677 color. Also use rgb(148,166,119) instead hex code.

Text Font Color

.myTextColor { color: #94A677; }

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

This text font color is #94A677.


Background Color

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

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

This div background color is #94A677.


Border color

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

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

This div border color is #94A677.


Opacity

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

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

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

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

This text has shadow with #94A677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94A677 on black background.


Color preview on white background

This text has color #94A677 on white background.



Black color preview on #94A677 background

This text has black color on #94A677 background.


White color preview on #94A677 background

This text has white color on #94A677 background.