COLOR #949A81

HEX: #949A81
RGB: (148,154,129)

Color info

#949A81 contains red, green and blue colors in about the same proportion. Web safe color of #949A81 is #999999 (or #999).

RGB color model

#949A81 color RGB value is (148,154,129).

  • red value is 148;
  • green value is 154;
  • blue value is 129.
RGB:
(148,154,129)
(58%,60%,51%)

RGB channels and saturation

R 148 of 255 = 58%
G 154 of 255 = 60%
B 129 of 255 = 51%

148
154
129

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

Portions of RGB colors in percentages

R + G + B =
148 + 154 + 129 = 431 (100%)
R 148 of 431 ~ 34.34%
G 154 of 431 ~ 35.73%
B 129 of 431 ~ 29.93%

%34.34
%35.73
%29.93

CMYK color model

#949A81 color CMYK value is (4,0,16,40).

  • cyan value is 3.90%
  • magenta value is 0.00%
  • yellow value is 16.23%
  • key color value is 39.61%
CMYK:
(4,0,16,40)
C4M0Y16K40 
(4%,0%,16%,40%)
(0.04/0.00/0.16/0.40)	

CMYK percentages

%3.9
%0
%16.23
%39.61

Codes

Color #949A81 in popluar color models

949A81
RGB148154129
HSL74°11.01%55.49%
HSB/HSV74°16.23%60.39%
CMYK3.90%0.00%16.23%
39.61%

Color #949A81 in popluar number systems.

HEX949A81
Decimal148154129
Binary100101001001101010000001
Octal224232201

Shades and tints

Shades of #949A81

#949A81
(148,154,129)
#878C76
(135,140,118)
#7A7E6B
(122,126,107)
#6D7060
(109,112,96)
#606255
(96,98,85)
#53544A
(83,84,74)
#46463F
(70,70,63)
#393834
(57,56,52)
#2C2A29
(44,42,41)
#1F1C1E
(31,28,30)
#120E13
(18,14,19)
#000000
(0,0,0)

Tints of #949A81

#949A81
(148,154,129)
#9DA38C
(157,163,140)
#A6AC97
(166,172,151)
#AFB5A2
(175,181,162)
#B8BEAD
(184,190,173)
#C1C7B8
(193,199,184)
#CAD0C3
(202,208,195)
#D3D9CE
(211,217,206)
#DCE2D9
(220,226,217)
#E5EBE4
(229,235,228)
#EEF4EF
(238,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #949A81 color. Also use rgb(148,154,129) instead hex code.

Text Font Color

.myTextColor { color: #949A81; }

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

This text font color is #949A81.


Background Color

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

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

This div background color is #949A81.


Border color

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

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

This div border color is #949A81.


Opacity

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

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

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

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

This text has shadow with #949A81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949A81 on black background.


Color preview on white background

This text has color #949A81 on white background.



Black color preview on #949A81 background

This text has black color on #949A81 background.


White color preview on #949A81 background

This text has white color on #949A81 background.