COLOR #94967F

HEX: #94967F
RGB: (148,150,127)

Color info

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

RGB color model

#94967F color RGB value is (148,150,127).

  • red value is 148;
  • green value is 150;
  • blue value is 127.
RGB:
(148,150,127)
(58%,59%,50%)

RGB channels and saturation

R 148 of 255 = 58%
G 150 of 255 = 59%
B 127 of 255 = 50%

148
150
127

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

Portions of RGB colors in percentages

R + G + B =
148 + 150 + 127 = 425 (100%)
R 148 of 425 ~ 34.82%
G 150 of 425 ~ 35.29%
B 127 of 425 ~ 29.88%

%34.82
%35.29
%29.88

CMYK color model

#94967F color CMYK value is (1,0,15,41).

  • cyan value is 1.33%
  • magenta value is 0.00%
  • yellow value is 15.33%
  • key color value is 41.18%
CMYK:
(1,0,15,41)
C1M0Y15K41 
(1%,0%,15%,41%)
(0.01/0.00/0.15/0.41)	

CMYK percentages

%1.33
%0
%15.33
%41.18

Codes

Color #94967F in popluar color models

94967F
RGB148150127
HSL65°9.87%54.31%
HSB/HSV65°15.33%58.82%
CMYK1.33%0.00%15.33%
41.18%

Color #94967F in popluar number systems.

HEX94967F
Decimal148150127
Binary10010100100101101111111
Octal224226177

Shades and tints

Shades of #94967F

#94967F
(148,150,127)
#878974
(135,137,116)
#7A7C69
(122,124,105)
#6D6F5E
(109,111,94)
#606253
(96,98,83)
#535548
(83,85,72)
#46483D
(70,72,61)
#393B32
(57,59,50)
#2C2E27
(44,46,39)
#1F211C
(31,33,28)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #94967F

#94967F
(148,150,127)
#9D9F8A
(157,159,138)
#A6A895
(166,168,149)
#AFB1A0
(175,177,160)
#B8BAAB
(184,186,171)
#C1C3B6
(193,195,182)
#CACCC1
(202,204,193)
#D3D5CC
(211,213,204)
#DCDED7
(220,222,215)
#E5E7E2
(229,231,226)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94967F color. Also use rgb(148,150,127) instead hex code.

Text Font Color

.myTextColor { color: #94967F; }

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

This text font color is #94967F.


Background Color

.myBgColor { background-color: #94967F; }

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

This div background color is #94967F.


Border color

.myBorderColor { border: 1px solid #94967F; }

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

This div border color is #94967F.


Opacity

.myOpacity80 { color: #94967F; opacity: 0.8; }

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

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

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

This text has shadow with #94967F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94967F on black background.


Color preview on white background

This text has color #94967F on white background.



Black color preview on #94967F background

This text has black color on #94967F background.


White color preview on #94967F background

This text has white color on #94967F background.