COLOR #94A579

HEX: #94A579
RGB: (148,165,121)

Color info

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

RGB color model

#94A579 color RGB value is (148,165,121).

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

RGB channels and saturation

R 148 of 255 = 58%
G 165 of 255 = 65%
B 121 of 255 = 47%

148
165
121

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

Portions of RGB colors in percentages

R + G + B =
148 + 165 + 121 = 434 (100%)
R 148 of 434 ~ 34.1%
G 165 of 434 ~ 38.02%
B 121 of 434 ~ 27.88%

%34.1
%38.02
%27.88

CMYK color model

#94A579 color CMYK value is (10,0,27,35).

  • cyan value is 10.30%
  • magenta value is 0.00%
  • yellow value is 26.67%
  • key color value is 35.29%
CMYK:
(10,0,27,35)
C10M0Y27K35 
(10%,0%,27%,35%)
(0.10/0.00/0.27/0.35)	

CMYK percentages

%10.3
%0
%26.67
%35.29

Codes

Color #94A579 in popluar color models

94A579
RGB148165121
HSL83°19.64%56.08%
HSB/HSV83°26.67%64.71%
CMYK10.30%0.00%26.67%
35.29%

Color #94A579 in popluar number systems.

HEX94A579
Decimal148165121
Binary10010100101001011111001
Octal224245171

Shades and tints

Shades of #94A579

#94A579
(148,165,121)
#87966E
(135,150,110)
#7A8763
(122,135,99)
#6D7858
(109,120,88)
#60694D
(96,105,77)
#535A42
(83,90,66)
#464B37
(70,75,55)
#393C2C
(57,60,44)
#2C2D21
(44,45,33)
#1F1E16
(31,30,22)
#120F0B
(18,15,11)
#000000
(0,0,0)

Tints of #94A579

#94A579
(148,165,121)
#9DAD85
(157,173,133)
#A6B591
(166,181,145)
#AFBD9D
(175,189,157)
#B8C5A9
(184,197,169)
#C1CDB5
(193,205,181)
#CAD5C1
(202,213,193)
#D3DDCD
(211,221,205)
#DCE5D9
(220,229,217)
#E5EDE5
(229,237,229)
#EEF5F1
(238,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94A579 color. Also use rgb(148,165,121) instead hex code.

Text Font Color

.myTextColor { color: #94A579; }

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

This text font color is #94A579.


Background Color

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

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

This div background color is #94A579.


Border color

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

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

This div border color is #94A579.


Opacity

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

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

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

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

This text has shadow with #94A579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94A579 on black background.


Color preview on white background

This text has color #94A579 on white background.



Black color preview on #94A579 background

This text has black color on #94A579 background.


White color preview on #94A579 background

This text has white color on #94A579 background.