COLOR #949E6E

HEX: #949E6E RGB: (148,158,110)

Color info

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

RGB color model

#949E6E color RGB value is (148,158,110).

RGB: (148,158,110) (58%, 62%, 43%)

RGB channels and saturation

R 148 of 255 = 58%
G 158 of 255 = 62%
B 110 of 255 = 43%

148
158
110

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

Portions of RGB colors in percentages

R + G + B = 148 + 158 + 110 = 416 (100%)
R 148 of 416 ~ 35.58%
G 158 of 416 ~ 37.98%
B 110 of 416 ~ 26.44'%

%35.58
%37.98
%26.44

CMYK color model

#949E6E color CMYK value is (6,0,30,38).

  • cyan value is 6.33%
  • magenta value is 0.00%
  • yellow value is 30.38%
  • key color value is 38.04%

CMYK: (6,0,30,38)
C6M0Y30K38 (6%, 0%, 30%, 38%)
(0.06 / 0.00 / 0.30 / 0.38)

CMYK percentages

%6.33
%0
%30.38
%38.04

Codes

Color #949E6E in popluar color models

94 9E 6E
RGB 148 158 110
HSL 73° 19.83% 52.55%
HSB/HSV 73° 30.38% 61.96%
CMYK 6.33% 0.00% 30.38%
38.04%

Color #949E6E in popluar number systems.

HEX 94 9E 6E
Decimal 148 158 110
Binary 10010100 10011110 1101110
Octal 224 236 156

Shades and tints

Shades of #949E6E

#949E6E
(148,158,110)
#879064
(135,144,100)
#7A825A
(122,130,90)
#6D7450
(109,116,80)
#606646
(96,102,70)
#53583C
(83,88,60)
#464A32
(70,74,50)
#393C28
(57,60,40)
#2C2E1E
(44,46,30)
#1F2014
(31,32,20)
#12120A
(18,18,10)
#000000
(0,0,0)

Tints of #949E6E

#949E6E
(148,158,110)
#9DA67B
(157,166,123)
#A6AE88
(166,174,136)
#AFB695
(175,182,149)
#B8BEA2
(184,190,162)
#C1C6AF
(193,198,175)
#CACEBC
(202,206,188)
#D3D6C9
(211,214,201)
#DCDED6
(220,222,214)
#E5E6E3
(229,230,227)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949E6E; }

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

This text font color is #949E6E.

Background Color

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

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

This div background color is #949E6E.

Border color

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

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

This div border color is #949E6E.

Opacity

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

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

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

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

This text has shadow with #949E6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #949E6E.

Preview

Color preview on black background

This text has color #949E6E on black background.


Color preview on white background

This text has color #949E6E on white background.


Black color preview on #949E6E background

This text has black color on #949E6E background.


White color preview on #949E6E background

This text has white color on #949E6E background.


Related colors

Complementary color

Complementary color for #hex is #6B6191.


I love getcolorcode.com

Triadic colors

1 #6E949E and #9E6E94 with #949E6E are triadic colors.

2 #6E9E94 and #9E946E with #949E6E are triadic colors.