COLOR #949D74

HEX: #949D74
RGB: (148,157,116)

Color info

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

RGB color model

#949D74 color RGB value is (148,157,116).

  • red value is 148;
  • green value is 157;
  • blue value is 116.
RGB:
(148,157,116)
(58%,62%,45%)

RGB channels and saturation

R 148 of 255 = 58%
G 157 of 255 = 62%
B 116 of 255 = 45%

148
157
116

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

Portions of RGB colors in percentages

R + G + B =
148 + 157 + 116 = 421 (100%)
R 148 of 421 ~ 35.15%
G 157 of 421 ~ 37.29%
B 116 of 421 ~ 27.55%

%35.15
%37.29
%27.55

CMYK color model

#949D74 color CMYK value is (6,0,26,38).

  • cyan value is 5.73%
  • magenta value is 0.00%
  • yellow value is 26.11%
  • key color value is 38.43%
CMYK:
(6,0,26,38)
C6M0Y26K38 
(6%,0%,26%,38%)
(0.06/0.00/0.26/0.38)	

CMYK percentages

%5.73
%0
%26.11
%38.43

Codes

Color #949D74 in popluar color models

949D74
RGB148157116
HSL73°17.30%53.53%
HSB/HSV73°26.11%61.57%
CMYK5.73%0.00%26.11%
38.43%

Color #949D74 in popluar number systems.

HEX949D74
Decimal148157116
Binary10010100100111011110100
Octal224235164

Shades and tints

Shades of #949D74

#949D74
(148,157,116)
#878F6A
(135,143,106)
#7A8160
(122,129,96)
#6D7356
(109,115,86)
#60654C
(96,101,76)
#535742
(83,87,66)
#464938
(70,73,56)
#393B2E
(57,59,46)
#2C2D24
(44,45,36)
#1F1F1A
(31,31,26)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #949D74

#949D74
(148,157,116)
#9DA580
(157,165,128)
#A6AD8C
(166,173,140)
#AFB598
(175,181,152)
#B8BDA4
(184,189,164)
#C1C5B0
(193,197,176)
#CACDBC
(202,205,188)
#D3D5C8
(211,213,200)
#DCDDD4
(220,221,212)
#E5E5E0
(229,229,224)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #949D74 color. Also use rgb(148,157,116) instead hex code.

Text Font Color

.myTextColor { color: #949D74; }

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

This text font color is #949D74.


Background Color

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

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

This div background color is #949D74.


Border color

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

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

This div border color is #949D74.


Opacity

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

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

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

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

This text has shadow with #949D74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949D74 on black background.


Color preview on white background

This text has color #949D74 on white background.



Black color preview on #949D74 background

This text has black color on #949D74 background.


White color preview on #949D74 background

This text has white color on #949D74 background.