COLOR #949C6E

HEX: #949C6E RGB: (148,156,110)

Color info

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

RGB color model

#949C6E color RGB value is (148,156,110).

RGB: (148,156,110) (58%, 61%, 43%)

RGB channels and saturation

R 148 of 255 = 58%
G 156 of 255 = 61%
B 110 of 255 = 43%

148
156
110

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

Portions of RGB colors in percentages

R + G + B = 148 + 156 + 110 = 414 (100%)
R 148 of 414 ~ 35.75%
G 156 of 414 ~ 37.68%
B 110 of 414 ~ 26.57'%

%35.75
%37.68
%26.57

CMYK color model

#949C6E color CMYK value is (5,0,29,39).

  • cyan value is 5.13%
  • magenta value is 0.00%
  • yellow value is 29.49%
  • key color value is 38.82%

CMYK: (5,0,29,39)
C5M0Y29K39 (5%, 0%, 29%, 39%)
(0.05 / 0.00 / 0.29 / 0.39)

CMYK percentages

%5.13
%0
%29.49
%38.82

Codes

Color #949C6E in popluar color models

94 9C 6E
RGB 148 156 110
HSL 70° 18.85% 52.16%
HSB/HSV 70° 29.49% 61.18%
CMYK 5.13% 0.00% 29.49%
38.82%

Color #949C6E in popluar number systems.

HEX 94 9C 6E
Decimal 148 156 110
Binary 10010100 10011100 1101110
Octal 224 234 156

Shades and tints

Shades of #949C6E

#949C6E
(148,156,110)
#878E64
(135,142,100)
#7A805A
(122,128,90)
#6D7250
(109,114,80)
#606446
(96,100,70)
#53563C
(83,86,60)
#464832
(70,72,50)
#393A28
(57,58,40)
#2C2C1E
(44,44,30)
#1F1E14
(31,30,20)
#12100A
(18,16,10)
#000000
(0,0,0)

Tints of #949C6E

#949C6E
(148,156,110)
#9DA57B
(157,165,123)
#A6AE88
(166,174,136)
#AFB795
(175,183,149)
#B8C0A2
(184,192,162)
#C1C9AF
(193,201,175)
#CAD2BC
(202,210,188)
#D3DBC9
(211,219,201)
#DCE4D6
(220,228,214)
#E5EDE3
(229,237,227)
#EEF6F0
(238,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949C6E; }

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

This text font color is #949C6E.

Background Color

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

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

This div background color is #949C6E.

Border color

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

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

This div border color is #949C6E.

Opacity

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

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

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

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

This text has shadow with #949C6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #949C6E.

Preview

Color preview on black background

This text has color #949C6E on black background.


Color preview on white background

This text has color #949C6E on white background.


Black color preview on #949C6E background

This text has black color on #949C6E background.


White color preview on #949C6E background

This text has white color on #949C6E background.


Related colors

Complementary color

Complementary color for #hex is #6B6391.


I love getcolorcode.com

Triadic colors

1 #6E949C and #9C6E94 with #949C6E are triadic colors.

2 #6E9C94 and #9C946E with #949C6E are triadic colors.