COLOR #949977

HEX: #949977
RGB: (148,153,119)

Color info

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

RGB color model

#949977 color RGB value is (148,153,119).

  • red value is 148;
  • green value is 153;
  • blue value is 119.
RGB:
(148,153,119)
(58%,60%,47%)

RGB channels and saturation

R 148 of 255 = 58%
G 153 of 255 = 60%
B 119 of 255 = 47%

148
153
119

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

Portions of RGB colors in percentages

R + G + B =
148 + 153 + 119 = 420 (100%)
R 148 of 420 ~ 35.24%
G 153 of 420 ~ 36.43%
B 119 of 420 ~ 28.33%

%35.24
%36.43
%28.33

CMYK color model

#949977 color CMYK value is (3,0,22,40).

  • cyan value is 3.27%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 40.00%
CMYK:
(3,0,22,40)
C3M0Y22K40 
(3%,0%,22%,40%)
(0.03/0.00/0.22/0.40)	

CMYK percentages

%3.27
%0
%22.22
%40

Codes

Color #949977 in popluar color models

949977
RGB148153119
HSL69°14.29%53.33%
HSB/HSV69°22.22%60.00%
CMYK3.27%0.00%22.22%
40.00%

Color #949977 in popluar number systems.

HEX949977
Decimal148153119
Binary10010100100110011110111
Octal224231167

Shades and tints

Shades of #949977

#949977
(148,153,119)
#878C6D
(135,140,109)
#7A7F63
(122,127,99)
#6D7259
(109,114,89)
#60654F
(96,101,79)
#535845
(83,88,69)
#464B3B
(70,75,59)
#393E31
(57,62,49)
#2C3127
(44,49,39)
#1F241D
(31,36,29)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #949977

#949977
(148,153,119)
#9DA283
(157,162,131)
#A6AB8F
(166,171,143)
#AFB49B
(175,180,155)
#B8BDA7
(184,189,167)
#C1C6B3
(193,198,179)
#CACFBF
(202,207,191)
#D3D8CB
(211,216,203)
#DCE1D7
(220,225,215)
#E5EAE3
(229,234,227)
#EEF3EF
(238,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #949977 color. Also use rgb(148,153,119) instead hex code.

Text Font Color

.myTextColor { color: #949977; }

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

This text font color is #949977.


Background Color

.myBgColor { background-color: #949977; }

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

This div background color is #949977.


Border color

.myBorderColor { border: 1px solid #949977; }

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

This div border color is #949977.


Opacity

.myOpacity80 { color: #949977; opacity: 0.8; }

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

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

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

This text has shadow with #949977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949977 on black background.


Color preview on white background

This text has color #949977 on white background.



Black color preview on #949977 background

This text has black color on #949977 background.


White color preview on #949977 background

This text has white color on #949977 background.