COLOR #949A5E

HEX: #949A5E
RGB: (148,154,94)

Color info

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

RGB color model

#949A5E color RGB value is (148,154,94).

  • red value is 148;
  • green value is 154;
  • blue value is 94.
RGB:
(148,154,94)
(58%,60%,37%)

RGB channels and saturation

R 148 of 255 = 58%
G 154 of 255 = 60%
B 94 of 255 = 37%

148
154
94

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

Portions of RGB colors in percentages

R + G + B =
148 + 154 + 94 = 396 (100%)
R 148 of 396 ~ 37.37%
G 154 of 396 ~ 38.89%
B 94 of 396 ~ 23.74%

%37.37
%38.89
%23.74

CMYK color model

#949A5E color CMYK value is (4,0,39,40).

  • cyan value is 3.90%
  • magenta value is 0.00%
  • yellow value is 38.96%
  • key color value is 39.61%
CMYK:
(4,0,39,40)
C4M0Y39K40 
(4%,0%,39%,40%)
(0.04/0.00/0.39/0.40)	

CMYK percentages

%3.9
%0
%38.96
%39.61

Codes

Color #949A5E in popluar color models

949A5E
RGB14815494
HSL66°24.19%48.63%
HSB/HSV66°38.96%60.39%
CMYK3.90%0.00%38.96%
39.61%

Color #949A5E in popluar number systems.

HEX949A5E
Decimal14815494
Binary10010100100110101011110
Octal224232136

Shades and tints

Shades of #949A5E

#949A5E
(148,154,94)
#878C56
(135,140,86)
#7A7E4E
(122,126,78)
#6D7046
(109,112,70)
#60623E
(96,98,62)
#535436
(83,84,54)
#46462E
(70,70,46)
#393826
(57,56,38)
#2C2A1E
(44,42,30)
#1F1C16
(31,28,22)
#120E0E
(18,14,14)
#000000
(0,0,0)

Tints of #949A5E

#949A5E
(148,154,94)
#9DA36C
(157,163,108)
#A6AC7A
(166,172,122)
#AFB588
(175,181,136)
#B8BE96
(184,190,150)
#C1C7A4
(193,199,164)
#CAD0B2
(202,208,178)
#D3D9C0
(211,217,192)
#DCE2CE
(220,226,206)
#E5EBDC
(229,235,220)
#EEF4EA
(238,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #949A5E color. Also use rgb(148,154,94) instead hex code.

Text Font Color

.myTextColor { color: #949A5E; }

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

This text font color is #949A5E.


Background Color

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

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

This div background color is #949A5E.


Border color

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

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

This div border color is #949A5E.


Opacity

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

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

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

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

This text has shadow with #949A5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949A5E on black background.


Color preview on white background

This text has color #949A5E on white background.



Black color preview on #949A5E background

This text has black color on #949A5E background.


White color preview on #949A5E background

This text has white color on #949A5E background.