COLOR #94977E

HEX: #94977E
RGB: (148,151,126)

Color info

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

RGB color model

#94977E color RGB value is (148,151,126).

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

RGB channels and saturation

R 148 of 255 = 58%
G 151 of 255 = 59%
B 126 of 255 = 49%

148
151
126

R + G + B ~ 55%. #94977E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 151 + 126 = 425 (100%)
R 148 of 425 ~ 34.82%
G 151 of 425 ~ 35.53%
B 126 of 425 ~ 29.65%

%34.82
%35.53
%29.65

CMYK color model

#94977E color CMYK value is (2,0,17,41).

  • cyan value is 1.99%
  • magenta value is 0.00%
  • yellow value is 16.56%
  • key color value is 40.78%
CMYK:
(2,0,17,41)
C2M0Y17K41 
(2%,0%,17%,41%)
(0.02/0.00/0.17/0.41)	

CMYK percentages

%1.99
%0
%16.56
%40.78

Codes

Color #94977E in popluar color models

94977E
RGB148151126
HSL67°10.73%54.31%
HSB/HSV67°16.56%59.22%
CMYK1.99%0.00%16.56%
40.78%

Color #94977E in popluar number systems.

HEX94977E
Decimal148151126
Binary10010100100101111111110
Octal224227176

Shades and tints

Shades of #94977E

#94977E
(148,151,126)
#878A73
(135,138,115)
#7A7D68
(122,125,104)
#6D705D
(109,112,93)
#606352
(96,99,82)
#535647
(83,86,71)
#46493C
(70,73,60)
#393C31
(57,60,49)
#2C2F26
(44,47,38)
#1F221B
(31,34,27)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #94977E

#94977E
(148,151,126)
#9DA089
(157,160,137)
#A6A994
(166,169,148)
#AFB29F
(175,178,159)
#B8BBAA
(184,187,170)
#C1C4B5
(193,196,181)
#CACDC0
(202,205,192)
#D3D6CB
(211,214,203)
#DCDFD6
(220,223,214)
#E5E8E1
(229,232,225)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94977E color. Also use rgb(148,151,126) instead hex code.

Text Font Color

.myTextColor { color: #94977E; }

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

This text font color is #94977E.


Background Color

.myBgColor { background-color: #94977E; }

<div style="background-color:#94977E">Inner text</div>

This div background color is #94977E.


Border color

.myBorderColor { border: 1px solid #94977E; }

<div style="border:3px solid #94977E">Div</div>

This div border color is #94977E.


Opacity

.myOpacity80 { color: #94977E; opacity: 0.8; }

<p style="color:#94977E;opacity:0.8;">80%</p>

Text with #94977E 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 #94977E;}

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

This text has shadow with #94977E color.

.textShadow {text-shadow: 3px 3px 1px #94977E, 3px 3px 1px red;}

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

This text has shadow with #94977E primary color and red secondary color.


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

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

This text has shadow with #94977E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94977E on black background.


Color preview on white background

This text has color #94977E on white background.



Black color preview on #94977E background

This text has black color on #94977E background.


White color preview on #94977E background

This text has white color on #94977E background.