COLOR #949E76

HEX: #949E76
RGB: (148,158,118)

Color info

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

RGB color model

#949E76 color RGB value is (148,158,118).

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

RGB channels and saturation

R 148 of 255 = 58%
G 158 of 255 = 62%
B 118 of 255 = 46%

148
158
118

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

Portions of RGB colors in percentages

R + G + B =
148 + 158 + 118 = 424 (100%)
R 148 of 424 ~ 34.91%
G 158 of 424 ~ 37.26%
B 118 of 424 ~ 27.83%

%34.91
%37.26
%27.83

CMYK color model

#949E76 color CMYK value is (6,0,25,38).

  • cyan value is 6.33%
  • magenta value is 0.00%
  • yellow value is 25.32%
  • key color value is 38.04%
CMYK:
(6,0,25,38)
C6M0Y25K38 
(6%,0%,25%,38%)
(0.06/0.00/0.25/0.38)	

CMYK percentages

%6.33
%0
%25.32
%38.04

Codes

Color #949E76 in popluar color models

949E76
RGB148158118
HSL75°17.09%54.12%
HSB/HSV75°25.32%61.96%
CMYK6.33%0.00%25.32%
38.04%

Color #949E76 in popluar number systems.

HEX949E76
Decimal148158118
Binary10010100100111101110110
Octal224236166

Shades and tints

Shades of #949E76

#949E76
(148,158,118)
#87906C
(135,144,108)
#7A8262
(122,130,98)
#6D7458
(109,116,88)
#60664E
(96,102,78)
#535844
(83,88,68)
#464A3A
(70,74,58)
#393C30
(57,60,48)
#2C2E26
(44,46,38)
#1F201C
(31,32,28)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #949E76

#949E76
(148,158,118)
#9DA682
(157,166,130)
#A6AE8E
(166,174,142)
#AFB69A
(175,182,154)
#B8BEA6
(184,190,166)
#C1C6B2
(193,198,178)
#CACEBE
(202,206,190)
#D3D6CA
(211,214,202)
#DCDED6
(220,222,214)
#E5E6E2
(229,230,226)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949E76; }

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

This text font color is #949E76.


Background Color

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

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

This div background color is #949E76.


Border color

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

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

This div border color is #949E76.


Opacity

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

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

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

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

This text has shadow with #949E76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949E76 on black background.


Color preview on white background

This text has color #949E76 on white background.



Black color preview on #949E76 background

This text has black color on #949E76 background.


White color preview on #949E76 background

This text has white color on #949E76 background.