COLOR #949A73

HEX: #949A73
RGB: (148,154,115)

Color info

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

RGB color model

#949A73 color RGB value is (148,154,115).

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

RGB channels and saturation

R 148 of 255 = 58%
G 154 of 255 = 60%
B 115 of 255 = 45%

148
154
115

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

Portions of RGB colors in percentages

R + G + B =
148 + 154 + 115 = 417 (100%)
R 148 of 417 ~ 35.49%
G 154 of 417 ~ 36.93%
B 115 of 417 ~ 27.58%

%35.49
%36.93
%27.58

CMYK color model

#949A73 color CMYK value is (4,0,25,40).

  • cyan value is 3.90%
  • magenta value is 0.00%
  • yellow value is 25.32%
  • key color value is 39.61%
CMYK:
(4,0,25,40)
C4M0Y25K40 
(4%,0%,25%,40%)
(0.04/0.00/0.25/0.40)	

CMYK percentages

%3.9
%0
%25.32
%39.61

Codes

Color #949A73 in popluar color models

949A73
RGB148154115
HSL69°16.18%52.75%
HSB/HSV69°25.32%60.39%
CMYK3.90%0.00%25.32%
39.61%

Color #949A73 in popluar number systems.

HEX949A73
Decimal148154115
Binary10010100100110101110011
Octal224232163

Shades and tints

Shades of #949A73

#949A73
(148,154,115)
#878C69
(135,140,105)
#7A7E5F
(122,126,95)
#6D7055
(109,112,85)
#60624B
(96,98,75)
#535441
(83,84,65)
#464637
(70,70,55)
#39382D
(57,56,45)
#2C2A23
(44,42,35)
#1F1C19
(31,28,25)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #949A73

#949A73
(148,154,115)
#9DA37F
(157,163,127)
#A6AC8B
(166,172,139)
#AFB597
(175,181,151)
#B8BEA3
(184,190,163)
#C1C7AF
(193,199,175)
#CAD0BB
(202,208,187)
#D3D9C7
(211,217,199)
#DCE2D3
(220,226,211)
#E5EBDF
(229,235,223)
#EEF4EB
(238,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949A73; }

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

This text font color is #949A73.


Background Color

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

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

This div background color is #949A73.


Border color

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

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

This div border color is #949A73.


Opacity

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

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

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

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

This text has shadow with #949A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949A73 on black background.


Color preview on white background

This text has color #949A73 on white background.



Black color preview on #949A73 background

This text has black color on #949A73 background.


White color preview on #949A73 background

This text has white color on #949A73 background.