COLOR #949F6F

HEX: #949F6F
RGB: (148,159,111)

Color info

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

RGB color model

#949F6F color RGB value is (148,159,111).

  • red value is 148;
  • green value is 159;
  • blue value is 111.
RGB:
(148,159,111)
(58%,62%,44%)

RGB channels and saturation

R 148 of 255 = 58%
G 159 of 255 = 62%
B 111 of 255 = 44%

148
159
111

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

Portions of RGB colors in percentages

R + G + B =
148 + 159 + 111 = 418 (100%)
R 148 of 418 ~ 35.41%
G 159 of 418 ~ 38.04%
B 111 of 418 ~ 26.56%

%35.41
%38.04
%26.56

CMYK color model

#949F6F color CMYK value is (7,0,30,38).

  • cyan value is 6.92%
  • magenta value is 0.00%
  • yellow value is 30.19%
  • key color value is 37.65%
CMYK:
(7,0,30,38)
C7M0Y30K38 
(7%,0%,30%,38%)
(0.07/0.00/0.30/0.38)	

CMYK percentages

%6.92
%0
%30.19
%37.65

Codes

Color #949F6F in popluar color models

949F6F
RGB148159111
HSL74°20.00%52.94%
HSB/HSV74°30.19%62.35%
CMYK6.92%0.00%30.19%
37.65%

Color #949F6F in popluar number systems.

HEX949F6F
Decimal148159111
Binary10010100100111111101111
Octal224237157

Shades and tints

Shades of #949F6F

#949F6F
(148,159,111)
#879165
(135,145,101)
#7A835B
(122,131,91)
#6D7551
(109,117,81)
#606747
(96,103,71)
#53593D
(83,89,61)
#464B33
(70,75,51)
#393D29
(57,61,41)
#2C2F1F
(44,47,31)
#1F2115
(31,33,21)
#12130B
(18,19,11)
#000000
(0,0,0)

Tints of #949F6F

#949F6F
(148,159,111)
#9DA77C
(157,167,124)
#A6AF89
(166,175,137)
#AFB796
(175,183,150)
#B8BFA3
(184,191,163)
#C1C7B0
(193,199,176)
#CACFBD
(202,207,189)
#D3D7CA
(211,215,202)
#DCDFD7
(220,223,215)
#E5E7E4
(229,231,228)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #949F6F color. Also use rgb(148,159,111) instead hex code.

Text Font Color

.myTextColor { color: #949F6F; }

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

This text font color is #949F6F.


Background Color

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

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

This div background color is #949F6F.


Border color

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

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

This div border color is #949F6F.


Opacity

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

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

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

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

This text has shadow with #949F6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949F6F on black background.


Color preview on white background

This text has color #949F6F on white background.



Black color preview on #949F6F background

This text has black color on #949F6F background.


White color preview on #949F6F background

This text has white color on #949F6F background.