COLOR #949C54

HEX: #949C54
RGB: (148,156,84)

Color info

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

RGB color model

#949C54 color RGB value is (148,156,84).

  • red value is 148;
  • green value is 156;
  • blue value is 84.
RGB:
(148,156,84)
(58%,61%,33%)

RGB channels and saturation

R 148 of 255 = 58%
G 156 of 255 = 61%
B 84 of 255 = 33%

148
156
84

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

Portions of RGB colors in percentages

R + G + B =
148 + 156 + 84 = 388 (100%)
R 148 of 388 ~ 38.14%
G 156 of 388 ~ 40.21%
B 84 of 388 ~ 21.65%

%38.14
%40.21
%21.65

CMYK color model

#949C54 color CMYK value is (5,0,46,39).

  • cyan value is 5.13%
  • magenta value is 0.00%
  • yellow value is 46.15%
  • key color value is 38.82%
CMYK:
(5,0,46,39)
C5M0Y46K39 
(5%,0%,46%,39%)
(0.05/0.00/0.46/0.39)	

CMYK percentages

%5.13
%0
%46.15
%38.82

Codes

Color #949C54 in popluar color models

949C54
RGB14815684
HSL67°30.00%47.06%
HSB/HSV67°46.15%61.18%
CMYK5.13%0.00%46.15%
38.82%

Color #949C54 in popluar number systems.

HEX949C54
Decimal14815684
Binary10010100100111001010100
Octal224234124

Shades and tints

Shades of #949C54

#949C54
(148,156,84)
#878E4D
(135,142,77)
#7A8046
(122,128,70)
#6D723F
(109,114,63)
#606438
(96,100,56)
#535631
(83,86,49)
#46482A
(70,72,42)
#393A23
(57,58,35)
#2C2C1C
(44,44,28)
#1F1E15
(31,30,21)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #949C54

#949C54
(148,156,84)
#9DA563
(157,165,99)
#A6AE72
(166,174,114)
#AFB781
(175,183,129)
#B8C090
(184,192,144)
#C1C99F
(193,201,159)
#CAD2AE
(202,210,174)
#D3DBBD
(211,219,189)
#DCE4CC
(220,228,204)
#E5EDDB
(229,237,219)
#EEF6EA
(238,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949C54; }

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

This text font color is #949C54.


Background Color

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

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

This div background color is #949C54.


Border color

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

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

This div border color is #949C54.


Opacity

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

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

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

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

This text has shadow with #949C54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949C54 on black background.


Color preview on white background

This text has color #949C54 on white background.



Black color preview on #949C54 background

This text has black color on #949C54 background.


White color preview on #949C54 background

This text has white color on #949C54 background.