COLOR #94976E

HEX: #94976E
RGB: (148,151,110)

Color info

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

RGB color model

#94976E color RGB value is (148,151,110).

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

RGB channels and saturation

R 148 of 255 = 58%
G 151 of 255 = 59%
B 110 of 255 = 43%

148
151
110

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

Portions of RGB colors in percentages

R + G + B =
148 + 151 + 110 = 409 (100%)
R 148 of 409 ~ 36.19%
G 151 of 409 ~ 36.92%
B 110 of 409 ~ 26.89%

%36.19
%36.92
%26.89

CMYK color model

#94976E color CMYK value is (2,0,27,41).

  • cyan value is 1.99%
  • magenta value is 0.00%
  • yellow value is 27.15%
  • key color value is 40.78%
CMYK:
(2,0,27,41)
C2M0Y27K41 
(2%,0%,27%,41%)
(0.02/0.00/0.27/0.41)	

CMYK percentages

%1.99
%0
%27.15
%40.78

Codes

Color #94976E in popluar color models

94976E
RGB148151110
HSL64°16.47%51.18%
HSB/HSV64°27.15%59.22%
CMYK1.99%0.00%27.15%
40.78%

Color #94976E in popluar number systems.

HEX94976E
Decimal148151110
Binary10010100100101111101110
Octal224227156

Shades and tints

Shades of #94976E

#94976E
(148,151,110)
#878A64
(135,138,100)
#7A7D5A
(122,125,90)
#6D7050
(109,112,80)
#606346
(96,99,70)
#53563C
(83,86,60)
#464932
(70,73,50)
#393C28
(57,60,40)
#2C2F1E
(44,47,30)
#1F2214
(31,34,20)
#12150A
(18,21,10)
#000000
(0,0,0)

Tints of #94976E

#94976E
(148,151,110)
#9DA07B
(157,160,123)
#A6A988
(166,169,136)
#AFB295
(175,178,149)
#B8BBA2
(184,187,162)
#C1C4AF
(193,196,175)
#CACDBC
(202,205,188)
#D3D6C9
(211,214,201)
#DCDFD6
(220,223,214)
#E5E8E3
(229,232,227)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94976E; }

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

This text font color is #94976E.


Background Color

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

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

This div background color is #94976E.


Border color

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

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

This div border color is #94976E.


Opacity

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

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

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

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

This text has shadow with #94976E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94976E on black background.


Color preview on white background

This text has color #94976E on white background.



Black color preview on #94976E background

This text has black color on #94976E background.


White color preview on #94976E background

This text has white color on #94976E background.