COLOR #94994E

HEX: #94994E
RGB: (148,153,78)

Color info

#94994E contains mainly red and green colors. Web safe color of #94994E is #999966 (or #996).

RGB color model

#94994E color RGB value is (148,153,78).

  • red value is 148;
  • green value is 153;
  • blue value is 78.
RGB:
(148,153,78)
(58%,60%,31%)

RGB channels and saturation

R 148 of 255 = 58%
G 153 of 255 = 60%
B 78 of 255 = 31%

148
153
78

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

Portions of RGB colors in percentages

R + G + B =
148 + 153 + 78 = 379 (100%)
R 148 of 379 ~ 39.05%
G 153 of 379 ~ 40.37%
B 78 of 379 ~ 20.58%

%39.05
%40.37
%20.58

CMYK color model

#94994E color CMYK value is (3,0,49,40).

  • cyan value is 3.27%
  • magenta value is 0.00%
  • yellow value is 49.02%
  • key color value is 40.00%
CMYK:
(3,0,49,40)
C3M0Y49K40 
(3%,0%,49%,40%)
(0.03/0.00/0.49/0.40)	

CMYK percentages

%3.27
%0
%49.02
%40

Codes

Color #94994E in popluar color models

94994E
RGB14815378
HSL64°32.47%45.29%
HSB/HSV64°49.02%60.00%
CMYK3.27%0.00%49.02%
40.00%

Color #94994E in popluar number systems.

HEX94994E
Decimal14815378
Binary10010100100110011001110
Octal224231116

Shades and tints

Shades of #94994E

#94994E
(148,153,78)
#878C47
(135,140,71)
#7A7F40
(122,127,64)
#6D7239
(109,114,57)
#606532
(96,101,50)
#53582B
(83,88,43)
#464B24
(70,75,36)
#393E1D
(57,62,29)
#2C3116
(44,49,22)
#1F240F
(31,36,15)
#121708
(18,23,8)
#000000
(0,0,0)

Tints of #94994E

#94994E
(148,153,78)
#9DA25E
(157,162,94)
#A6AB6E
(166,171,110)
#AFB47E
(175,180,126)
#B8BD8E
(184,189,142)
#C1C69E
(193,198,158)
#CACFAE
(202,207,174)
#D3D8BE
(211,216,190)
#DCE1CE
(220,225,206)
#E5EADE
(229,234,222)
#EEF3EE
(238,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94994E color. Also use rgb(148,153,78) instead hex code.

Text Font Color

.myTextColor { color: #94994E; }

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

This text font color is #94994E.


Background Color

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

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

This div background color is #94994E.


Border color

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

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

This div border color is #94994E.


Opacity

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

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

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

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

This text has shadow with #94994E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94994E on black background.


Color preview on white background

This text has color #94994E on white background.



Black color preview on #94994E background

This text has black color on #94994E background.


White color preview on #94994E background

This text has white color on #94994E background.