COLOR #949C4D

HEX: #949C4D RGB: (148,156,77)

Color info

#949C4D contains mainly red and green colors. Web safe color of #949C4D is #999933 (or #993).

RGB color model

#949C4D color RGB value is (148,156,77).

RGB: (148,156,77) (58%, 61%, 30%)

RGB channels and saturation

R 148 of 255 = 58%
G 156 of 255 = 61%
B 77 of 255 = 30%

148
156
77

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

Portions of RGB colors in percentages

R + G + B = 148 + 156 + 77 = 381 (100%)
R 148 of 381 ~ 38.85%
G 156 of 381 ~ 40.94%
B 77 of 381 ~ 20.21'%

%38.85
%40.94
%20.21

CMYK color model

#949C4D color CMYK value is (5,0,51,39).

  • cyan value is 5.13%
  • magenta value is 0.00%
  • yellow value is 50.64%
  • key color value is 38.82%

CMYK: (5,0,51,39)
C5M0Y51K39 (5%, 0%, 51%, 39%)
(0.05 / 0.00 / 0.51 / 0.39)

CMYK percentages

%5.13
%0
%50.64
%38.82

Codes

Color #949C4D in popluar color models

94 9C 4D
RGB 148 156 77
HSL 66° 33.91% 45.69%
HSB/HSV 66° 50.64% 61.18%
CMYK 5.13% 0.00% 50.64%
38.82%

Color #949C4D in popluar number systems.

HEX 94 9C 4D
Decimal 148 156 77
Binary 10010100 10011100 1001101
Octal 224 234 115

Shades and tints

Shades of #949C4D

#949C4D
(148,156,77)
#878E46
(135,142,70)
#7A803F
(122,128,63)
#6D7238
(109,114,56)
#606431
(96,100,49)
#53562A
(83,86,42)
#464823
(70,72,35)
#393A1C
(57,58,28)
#2C2C15
(44,44,21)
#1F1E0E
(31,30,14)
#121007
(18,16,7)
#000000
(0,0,0)

Tints of #949C4D

#949C4D
(148,156,77)
#9DA55D
(157,165,93)
#A6AE6D
(166,174,109)
#AFB77D
(175,183,125)
#B8C08D
(184,192,141)
#C1C99D
(193,201,157)
#CAD2AD
(202,210,173)
#D3DBBD
(211,219,189)
#DCE4CD
(220,228,205)
#E5EDDD
(229,237,221)
#EEF6ED
(238,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949C4D; }

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

This text font color is #949C4D.

Background Color

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

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

This div background color is #949C4D.

Border color

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

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

This div border color is #949C4D.

Opacity

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

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

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

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

This text has shadow with #949C4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #949C4D.

Preview

Color preview on black background

This text has color #949C4D on black background.


Color preview on white background

This text has color #949C4D on white background.


Black color preview on #949C4D background

This text has black color on #949C4D background.


White color preview on #949C4D background

This text has white color on #949C4D background.


Related colors

Complementary color

Complementary color for #hex is #6B63B2.


I love getcolorcode.com

Triadic colors

1 #4D949C and #9C4D94 with #949C4D are triadic colors.

2 #4D9C94 and #9C944D with #949C4D are triadic colors.