COLOR #94AB77

HEX: #94AB77 RGB: (148,171,119)

Color info

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

RGB color model

#94AB77 color RGB value is (148,171,119).

RGB: (148,171,119) (58%, 67%, 47%)

RGB channels and saturation

R 148 of 255 = 58%
G 171 of 255 = 67%
B 119 of 255 = 47%

148
171
119

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

Portions of RGB colors in percentages

R + G + B = 148 + 171 + 119 = 438 (100%)
R 148 of 438 ~ 33.79%
G 171 of 438 ~ 39.04%
B 119 of 438 ~ 27.17'%

%33.79
%39.04
%27.17

CMYK color model

#94AB77 color CMYK value is (13,0,30,33).

  • cyan value is 13.45%
  • magenta value is 0.00%
  • yellow value is 30.41%
  • key color value is 32.94%

CMYK: (13,0,30,33)
C13M0Y30K33 (13%, 0%, 30%, 33%)
(0.13 / 0.00 / 0.30 / 0.33)

CMYK percentages

%13.45
%0
%30.41
%32.94

Codes

Color #94AB77 in popluar color models

94 AB 77
RGB 148 171 119
HSL 87° 23.64% 56.86%
HSB/HSV 87° 30.41% 67.06%
CMYK 13.45% 0.00% 30.41%
32.94%

Color #94AB77 in popluar number systems.

HEX 94 AB 77
Decimal 148 171 119
Binary 10010100 10101011 1110111
Octal 224 253 167

Shades and tints

Shades of #94AB77

#94AB77
(148,171,119)
#879C6D
(135,156,109)
#7A8D63
(122,141,99)
#6D7E59
(109,126,89)
#606F4F
(96,111,79)
#536045
(83,96,69)
#46513B
(70,81,59)
#394231
(57,66,49)
#2C3327
(44,51,39)
#1F241D
(31,36,29)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #94AB77

#94AB77
(148,171,119)
#9DB283
(157,178,131)
#A6B98F
(166,185,143)
#AFC09B
(175,192,155)
#B8C7A7
(184,199,167)
#C1CEB3
(193,206,179)
#CAD5BF
(202,213,191)
#D3DCCB
(211,220,203)
#DCE3D7
(220,227,215)
#E5EAE3
(229,234,227)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94AB77; }

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

This text font color is #94AB77.

Background Color

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

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

This div background color is #94AB77.

Border color

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

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

This div border color is #94AB77.

Opacity

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

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

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

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

This text has shadow with #94AB77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94AB77.

Preview

Color preview on black background

This text has color #94AB77 on black background.


Color preview on white background

This text has color #94AB77 on white background.


Black color preview on #94AB77 background

This text has black color on #94AB77 background.


White color preview on #94AB77 background

This text has white color on #94AB77 background.


Related colors

Complementary color

Complementary color for #hex is #6B5488.


I love getcolorcode.com

Triadic colors

1 #7794AB and #AB7794 with #94AB77 are triadic colors.

2 #77AB94 and #AB9477 with #94AB77 are triadic colors.