COLOR #949A6B

HEX: #949A6B
RGB: (148,154,107)

Color info

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

RGB color model

#949A6B color RGB value is (148,154,107).

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

RGB channels and saturation

R 148 of 255 = 58%
G 154 of 255 = 60%
B 107 of 255 = 42%

148
154
107

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

Portions of RGB colors in percentages

R + G + B =
148 + 154 + 107 = 409 (100%)
R 148 of 409 ~ 36.19%
G 154 of 409 ~ 37.65%
B 107 of 409 ~ 26.16%

%36.19
%37.65
%26.16

CMYK color model

#949A6B color CMYK value is (4,0,31,40).

  • cyan value is 3.90%
  • magenta value is 0.00%
  • yellow value is 30.52%
  • key color value is 39.61%
CMYK:
(4,0,31,40)
C4M0Y31K40 
(4%,0%,31%,40%)
(0.04/0.00/0.31/0.40)	

CMYK percentages

%3.9
%0
%30.52
%39.61

Codes

Color #949A6B in popluar color models

949A6B
RGB148154107
HSL68°18.88%51.18%
HSB/HSV68°30.52%60.39%
CMYK3.90%0.00%30.52%
39.61%

Color #949A6B in popluar number systems.

HEX949A6B
Decimal148154107
Binary10010100100110101101011
Octal224232153

Shades and tints

Shades of #949A6B

#949A6B
(148,154,107)
#878C62
(135,140,98)
#7A7E59
(122,126,89)
#6D7050
(109,112,80)
#606247
(96,98,71)
#53543E
(83,84,62)
#464635
(70,70,53)
#39382C
(57,56,44)
#2C2A23
(44,42,35)
#1F1C1A
(31,28,26)
#120E11
(18,14,17)
#000000
(0,0,0)

Tints of #949A6B

#949A6B
(148,154,107)
#9DA378
(157,163,120)
#A6AC85
(166,172,133)
#AFB592
(175,181,146)
#B8BE9F
(184,190,159)
#C1C7AC
(193,199,172)
#CAD0B9
(202,208,185)
#D3D9C6
(211,217,198)
#DCE2D3
(220,226,211)
#E5EBE0
(229,235,224)
#EEF4ED
(238,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949A6B; }

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

This text font color is #949A6B.


Background Color

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

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

This div background color is #949A6B.


Border color

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

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

This div border color is #949A6B.


Opacity

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

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

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

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

This text has shadow with #949A6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949A6B on black background.


Color preview on white background

This text has color #949A6B on white background.



Black color preview on #949A6B background

This text has black color on #949A6B background.


White color preview on #949A6B background

This text has white color on #949A6B background.