COLOR #949C4E

HEX: #949C4E
RGB: (148,156,78)

Color info

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

RGB color model

#949C4E color RGB value is (148,156,78).

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

RGB channels and saturation

R 148 of 255 = 58%
G 156 of 255 = 61%
B 78 of 255 = 31%

148
156
78

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

Portions of RGB colors in percentages

R + G + B =
148 + 156 + 78 = 382 (100%)
R 148 of 382 ~ 38.74%
G 156 of 382 ~ 40.84%
B 78 of 382 ~ 20.42%

%38.74
%40.84
%20.42

CMYK color model

#949C4E color CMYK value is (5,0,50,39).

  • cyan value is 5.13%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 38.82%
CMYK:
(5,0,50,39)
C5M0Y50K39 
(5%,0%,50%,39%)
(0.05/0.00/0.50/0.39)	

CMYK percentages

%5.13
%0
%50
%38.82

Codes

Color #949C4E in popluar color models

949C4E
RGB14815678
HSL66°33.33%45.88%
HSB/HSV66°50.00%61.18%
CMYK5.13%0.00%50.00%
38.82%

Color #949C4E in popluar number systems.

HEX949C4E
Decimal14815678
Binary10010100100111001001110
Octal224234116

Shades and tints

Shades of #949C4E

#949C4E
(148,156,78)
#878E47
(135,142,71)
#7A8040
(122,128,64)
#6D7239
(109,114,57)
#606432
(96,100,50)
#53562B
(83,86,43)
#464824
(70,72,36)
#393A1D
(57,58,29)
#2C2C16
(44,44,22)
#1F1E0F
(31,30,15)
#121008
(18,16,8)
#000000
(0,0,0)

Tints of #949C4E

#949C4E
(148,156,78)
#9DA55E
(157,165,94)
#A6AE6E
(166,174,110)
#AFB77E
(175,183,126)
#B8C08E
(184,192,142)
#C1C99E
(193,201,158)
#CAD2AE
(202,210,174)
#D3DBBE
(211,219,190)
#DCE4CE
(220,228,206)
#E5EDDE
(229,237,222)
#EEF6EE
(238,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #949C4E color. Also use rgb(148,156,78) instead hex code.

Text Font Color

.myTextColor { color: #949C4E; }

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

This text font color is #949C4E.


Background Color

.myBgColor { background-color: #949C4E; }

<div style="background-color:#949C4E">Inner text</div>

This div background color is #949C4E.


Border color

.myBorderColor { border: 1px solid #949C4E; }

<div style="border:3px solid #949C4E">Div</div>

This div border color is #949C4E.


Opacity

.myOpacity80 { color: #949C4E; opacity: 0.8; }

<p style="color:#949C4E;opacity:0.8;">80%</p>

Text with #949C4E 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 #949C4E;}

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

This text has shadow with #949C4E color.

.textShadow {text-shadow: 3px 3px 1px #949C4E, 3px 3px 1px red;}

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

This text has shadow with #949C4E primary color and red secondary color.


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

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

This text has shadow with #949C4E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949C4E on black background.


Color preview on white background

This text has color #949C4E on white background.



Black color preview on #949C4E background

This text has black color on #949C4E background.


White color preview on #949C4E background

This text has white color on #949C4E background.