COLOR #949C73

HEX: #949C73 RGB: (148,156,115)

Color info

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

RGB color model

#949C73 color RGB value is (148,156,115).

RGB: (148,156,115) (58%, 61%, 45%)

RGB channels and saturation

R 148 of 255 = 58%
G 156 of 255 = 61%
B 115 of 255 = 45%

148
156
115

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

Portions of RGB colors in percentages

R + G + B = 148 + 156 + 115 = 419 (100%)
R 148 of 419 ~ 35.32%
G 156 of 419 ~ 37.23%
B 115 of 419 ~ 27.45'%

%35.32
%37.23
%27.45

CMYK color model

#949C73 color CMYK value is (5,0,26,39).

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

CMYK: (5,0,26,39)
C5M0Y26K39 (5%, 0%, 26%, 39%)
(0.05 / 0.00 / 0.26 / 0.39)

CMYK percentages

%5.13
%0
%26.28
%38.82

Codes

Color #949C73 in popluar color models

94 9C 73
RGB 148 156 115
HSL 72° 17.15% 53.14%
HSB/HSV 72° 26.28% 61.18%
CMYK 5.13% 0.00% 26.28%
38.82%

Color #949C73 in popluar number systems.

HEX 94 9C 73
Decimal 148 156 115
Binary 10010100 10011100 1110011
Octal 224 234 163

Shades and tints

Shades of #949C73

#949C73
(148,156,115)
#878E69
(135,142,105)
#7A805F
(122,128,95)
#6D7255
(109,114,85)
#60644B
(96,100,75)
#535641
(83,86,65)
#464837
(70,72,55)
#393A2D
(57,58,45)
#2C2C23
(44,44,35)
#1F1E19
(31,30,25)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #949C73

#949C73
(148,156,115)
#9DA57F
(157,165,127)
#A6AE8B
(166,174,139)
#AFB797
(175,183,151)
#B8C0A3
(184,192,163)
#C1C9AF
(193,201,175)
#CAD2BB
(202,210,187)
#D3DBC7
(211,219,199)
#DCE4D3
(220,228,211)
#E5EDDF
(229,237,223)
#EEF6EB
(238,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949C73; }

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

This text font color is #949C73.

Background Color

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

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

This div background color is #949C73.

Border color

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

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

This div border color is #949C73.

Opacity

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

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

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

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

This text has shadow with #949C73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #949C73.

Preview

Color preview on black background

This text has color #949C73 on black background.


Color preview on white background

This text has color #949C73 on white background.


Black color preview on #949C73 background

This text has black color on #949C73 background.


White color preview on #949C73 background

This text has white color on #949C73 background.


Related colors

Complementary color

Complementary color for #hex is #6B638C.


I love getcolorcode.com

Triadic colors

1 #73949C and #9C7394 with #949C73 are triadic colors.

2 #739C94 and #9C9473 with #949C73 are triadic colors.