COLOR #999F73

HEX: #999F73 RGB: (153,159,115)

Color info

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

RGB color model

#999F73 color RGB value is (153,159,115).

RGB: (153,159,115) (60%, 62%, 45%)

RGB channels and saturation

R 153 of 255 = 60%
G 159 of 255 = 62%
B 115 of 255 = 45%

153
159
115

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

Portions of RGB colors in percentages

R + G + B = 153 + 159 + 115 = 427 (100%)
R 153 of 427 ~ 35.83%
G 159 of 427 ~ 37.24%
B 115 of 427 ~ 26.93'%

%35.83
%37.24
%26.93

CMYK color model

#999F73 color CMYK value is (4,0,28,38).

  • cyan value is 3.77%
  • magenta value is 0.00%
  • yellow value is 27.67%
  • key color value is 37.65%

CMYK: (4,0,28,38)
C4M0Y28K38 (4%, 0%, 28%, 38%)
(0.04 / 0.00 / 0.28 / 0.38)

CMYK percentages

%3.77
%0
%27.67
%37.65

Codes

Color #999F73 in popluar color models

99 9F 73
RGB 153 159 115
HSL 68° 18.64% 53.73%
HSB/HSV 68° 27.67% 62.35%
CMYK 3.77% 0.00% 27.67%
37.65%

Color #999F73 in popluar number systems.

HEX 99 9F 73
Decimal 153 159 115
Binary 10011001 10011111 1110011
Octal 231 237 163

Shades and tints

Shades of #999F73

#999F73
(153,159,115)
#8C9169
(140,145,105)
#7F835F
(127,131,95)
#727555
(114,117,85)
#65674B
(101,103,75)
#585941
(88,89,65)
#4B4B37
(75,75,55)
#3E3D2D
(62,61,45)
#312F23
(49,47,35)
#242119
(36,33,25)
#17130F
(23,19,15)
#000000
(0,0,0)

Tints of #999F73

#999F73
(153,159,115)
#A2A77F
(162,167,127)
#ABAF8B
(171,175,139)
#B4B797
(180,183,151)
#BDBFA3
(189,191,163)
#C6C7AF
(198,199,175)
#CFCFBB
(207,207,187)
#D8D7C7
(216,215,199)
#E1DFD3
(225,223,211)
#EAE7DF
(234,231,223)
#F3EFEB
(243,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999F73; }

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

This text font color is #999F73.

Background Color

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

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

This div background color is #999F73.

Border color

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

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

This div border color is #999F73.

Opacity

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

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

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

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

This text has shadow with #999F73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #999F73.

Preview

Color preview on black background

This text has color #999F73 on black background.


Color preview on white background

This text has color #999F73 on white background.


Black color preview on #999F73 background

This text has black color on #999F73 background.


White color preview on #999F73 background

This text has white color on #999F73 background.


Related colors

Complementary color

Complementary color for #hex is #66608C.


I love getcolorcode.com

Triadic colors

1 #73999F and #9F7399 with #999F73 are triadic colors.

2 #739F99 and #9F9973 with #999F73 are triadic colors.