COLOR #949D5F

HEX: #949D5F
RGB: (148,157,95)

Color info

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

RGB color model

#949D5F color RGB value is (148,157,95).

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

RGB channels and saturation

R 148 of 255 = 58%
G 157 of 255 = 62%
B 95 of 255 = 37%

148
157
95

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

Portions of RGB colors in percentages

R + G + B =
148 + 157 + 95 = 400 (100%)
R 148 of 400 ~ 37%
G 157 of 400 ~ 39.25%
B 95 of 400 ~ 23.75%

%37
%39.25
%23.75

CMYK color model

#949D5F color CMYK value is (6,0,39,38).

  • cyan value is 5.73%
  • magenta value is 0.00%
  • yellow value is 39.49%
  • key color value is 38.43%
CMYK:
(6,0,39,38)
C6M0Y39K38 
(6%,0%,39%,38%)
(0.06/0.00/0.39/0.38)	

CMYK percentages

%5.73
%0
%39.49
%38.43

Codes

Color #949D5F in popluar color models

949D5F
RGB14815795
HSL69°24.60%49.41%
HSB/HSV69°39.49%61.57%
CMYK5.73%0.00%39.49%
38.43%

Color #949D5F in popluar number systems.

HEX949D5F
Decimal14815795
Binary10010100100111011011111
Octal224235137

Shades and tints

Shades of #949D5F

#949D5F
(148,157,95)
#878F57
(135,143,87)
#7A814F
(122,129,79)
#6D7347
(109,115,71)
#60653F
(96,101,63)
#535737
(83,87,55)
#46492F
(70,73,47)
#393B27
(57,59,39)
#2C2D1F
(44,45,31)
#1F1F17
(31,31,23)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #949D5F

#949D5F
(148,157,95)
#9DA56D
(157,165,109)
#A6AD7B
(166,173,123)
#AFB589
(175,181,137)
#B8BD97
(184,189,151)
#C1C5A5
(193,197,165)
#CACDB3
(202,205,179)
#D3D5C1
(211,213,193)
#DCDDCF
(220,221,207)
#E5E5DD
(229,229,221)
#EEEDEB
(238,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949D5F; }

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

This text font color is #949D5F.


Background Color

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

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

This div background color is #949D5F.


Border color

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

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

This div border color is #949D5F.


Opacity

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

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

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

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

This text has shadow with #949D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949D5F on black background.


Color preview on white background

This text has color #949D5F on white background.



Black color preview on #949D5F background

This text has black color on #949D5F background.


White color preview on #949D5F background

This text has white color on #949D5F background.