COLOR #999C73

HEX: #999C73 RGB: (153,156,115)

Color info

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

RGB color model

#999C73 color RGB value is (153,156,115).

RGB: (153,156,115) (60%, 61%, 45%)

RGB channels and saturation

R 153 of 255 = 60%
G 156 of 255 = 61%
B 115 of 255 = 45%

153
156
115

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

Portions of RGB colors in percentages

R + G + B = 153 + 156 + 115 = 424 (100%)
R 153 of 424 ~ 36.08%
G 156 of 424 ~ 36.79%
B 115 of 424 ~ 27.12'%

%36.08
%36.79
%27.12

CMYK color model

#999C73 color CMYK value is (2,0,26,39).

  • cyan value is 1.92%
  • magenta value is 0.00%
  • yellow value is 26.28%
  • key color value is 38.82%
CMYK: (2,0,26,39) C2M0Y26K39 (2%,0%,26%,39%) (0.02/0.00/0.26/0.39) 

CMYK percentages

%1.92
%0
%26.28
%38.82

Codes

Color #999C73 in popluar color models

99 9C 73
RGB 153 156 115
HSL 64° 17.15% 53.14%
HSB/HSV 64° 26.28% 61.18%
CMYK 1.92% 0.00% 26.28%
38.82%

Color #999C73 in popluar number systems.

HEX 99 9C 73
Decimal 153 156 115
Binary 10011001 10011100 1110011
Octal 231 234 163

Shades and tints

Shades of #999C73

#999C73
(153,156,115)
#8C8E69
(140,142,105)
#7F805F
(127,128,95)
#727255
(114,114,85)
#65644B
(101,100,75)
#585641
(88,86,65)
#4B4837
(75,72,55)
#3E3A2D
(62,58,45)
#312C23
(49,44,35)
#241E19
(36,30,25)
#17100F
(23,16,15)
#000000
(0,0,0)

Tints of #999C73

#999C73
(153,156,115)
#A2A57F
(162,165,127)
#ABAE8B
(171,174,139)
#B4B797
(180,183,151)
#BDC0A3
(189,192,163)
#C6C9AF
(198,201,175)
#CFD2BB
(207,210,187)
#D8DBC7
(216,219,199)
#E1E4D3
(225,228,211)
#EAEDDF
(234,237,223)
#F3F6EB
(243,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999C73; }

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

This text font color is #999C73.

Background Color

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

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

This div background color is #999C73.

Border color

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

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

This div border color is #999C73.

Opacity

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

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

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

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

This text has shadow with #999C73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #999C73.

Preview

Color preview on black background

This text has color #999C73 on black background.


Color preview on white background

This text has color #999C73 on white background.


Black color preview on #999C73 background

This text has black color on #999C73 background.


White color preview on #999C73 background

This text has white color on #999C73 background.


Related colors

Complementary color

Complementary color for #hex is #66638C.


I love getcolorcode.com

Triadic colors

1 #73999C and #9C7399 with #999C73 are triadic colors.

2 #739C99 and #9C9973 with #999C73 are triadic colors.