COLOR #999F6E

HEX: #999F6E
RGB: (153,159,110)

Color info

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

RGB color model

#999F6E color RGB value is (153,159,110).

  • red value is 153;
  • green value is 159;
  • blue value is 110.
RGB:
(153,159,110)
(60%,62%,43%)

RGB channels and saturation

R 153 of 255 = 60%
G 159 of 255 = 62%
B 110 of 255 = 43%

153
159
110

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

Portions of RGB colors in percentages

R + G + B =
153 + 159 + 110 = 422 (100%)
R 153 of 422 ~ 36.26%
G 159 of 422 ~ 37.68%
B 110 of 422 ~ 26.07%

%36.26
%37.68
%26.07

CMYK color model

#999F6E color CMYK value is (4,0,31,38).

  • cyan value is 3.77%
  • magenta value is 0.00%
  • yellow value is 30.82%
  • key color value is 37.65%
CMYK:
(4,0,31,38)
C4M0Y31K38 
(4%,0%,31%,38%)
(0.04/0.00/0.31/0.38)	

CMYK percentages

%3.77
%0
%30.82
%37.65

Codes

Color #999F6E in popluar color models

999F6E
RGB153159110
HSL67°20.33%52.75%
HSB/HSV67°30.82%62.35%
CMYK3.77%0.00%30.82%
37.65%

Color #999F6E in popluar number systems.

HEX999F6E
Decimal153159110
Binary10011001100111111101110
Octal231237156

Shades and tints

Shades of #999F6E

#999F6E
(153,159,110)
#8C9164
(140,145,100)
#7F835A
(127,131,90)
#727550
(114,117,80)
#656746
(101,103,70)
#58593C
(88,89,60)
#4B4B32
(75,75,50)
#3E3D28
(62,61,40)
#312F1E
(49,47,30)
#242114
(36,33,20)
#17130A
(23,19,10)
#000000
(0,0,0)

Tints of #999F6E

#999F6E
(153,159,110)
#A2A77B
(162,167,123)
#ABAF88
(171,175,136)
#B4B795
(180,183,149)
#BDBFA2
(189,191,162)
#C6C7AF
(198,199,175)
#CFCFBC
(207,207,188)
#D8D7C9
(216,215,201)
#E1DFD6
(225,223,214)
#EAE7E3
(234,231,227)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999F6E; }

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

This text font color is #999F6E.


Background Color

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

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

This div background color is #999F6E.


Border color

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

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

This div border color is #999F6E.


Opacity

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

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

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

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

This text has shadow with #999F6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999F6E on black background.


Color preview on white background

This text has color #999F6E on white background.



Black color preview on #999F6E background

This text has black color on #999F6E background.


White color preview on #999F6E background

This text has white color on #999F6E background.