COLOR #949E74

HEX: #949E74
RGB: (148,158,116)

Color info

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

RGB color model

#949E74 color RGB value is (148,158,116).

  • red value is 148;
  • green value is 158;
  • blue value is 116.
RGB:
(148,158,116)
(58%,62%,45%)

RGB channels and saturation

R 148 of 255 = 58%
G 158 of 255 = 62%
B 116 of 255 = 45%

148
158
116

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

Portions of RGB colors in percentages

R + G + B =
148 + 158 + 116 = 422 (100%)
R 148 of 422 ~ 35.07%
G 158 of 422 ~ 37.44%
B 116 of 422 ~ 27.49%

%35.07
%37.44
%27.49

CMYK color model

#949E74 color CMYK value is (6,0,27,38).

  • cyan value is 6.33%
  • magenta value is 0.00%
  • yellow value is 26.58%
  • key color value is 38.04%
CMYK:
(6,0,27,38)
C6M0Y27K38 
(6%,0%,27%,38%)
(0.06/0.00/0.27/0.38)	

CMYK percentages

%6.33
%0
%26.58
%38.04

Codes

Color #949E74 in popluar color models

949E74
RGB148158116
HSL74°17.80%53.73%
HSB/HSV74°26.58%61.96%
CMYK6.33%0.00%26.58%
38.04%

Color #949E74 in popluar number systems.

HEX949E74
Decimal148158116
Binary10010100100111101110100
Octal224236164

Shades and tints

Shades of #949E74

#949E74
(148,158,116)
#87906A
(135,144,106)
#7A8260
(122,130,96)
#6D7456
(109,116,86)
#60664C
(96,102,76)
#535842
(83,88,66)
#464A38
(70,74,56)
#393C2E
(57,60,46)
#2C2E24
(44,46,36)
#1F201A
(31,32,26)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #949E74

#949E74
(148,158,116)
#9DA680
(157,166,128)
#A6AE8C
(166,174,140)
#AFB698
(175,182,152)
#B8BEA4
(184,190,164)
#C1C6B0
(193,198,176)
#CACEBC
(202,206,188)
#D3D6C8
(211,214,200)
#DCDED4
(220,222,212)
#E5E6E0
(229,230,224)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #949E74 color. Also use rgb(148,158,116) instead hex code.

Text Font Color

.myTextColor { color: #949E74; }

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

This text font color is #949E74.


Background Color

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

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

This div background color is #949E74.


Border color

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

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

This div border color is #949E74.


Opacity

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

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

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

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

This text has shadow with #949E74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949E74 on black background.


Color preview on white background

This text has color #949E74 on white background.



Black color preview on #949E74 background

This text has black color on #949E74 background.


White color preview on #949E74 background

This text has white color on #949E74 background.