COLOR #999E75

HEX: #999E75
RGB: (153,158,117)

Color info

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

RGB color model

#999E75 color RGB value is (153,158,117).

  • red value is 153;
  • green value is 158;
  • blue value is 117.
RGB:
(153,158,117)
(60%,62%,46%)

RGB channels and saturation

R 153 of 255 = 60%
G 158 of 255 = 62%
B 117 of 255 = 46%

153
158
117

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

Portions of RGB colors in percentages

R + G + B =
153 + 158 + 117 = 428 (100%)
R 153 of 428 ~ 35.75%
G 158 of 428 ~ 36.92%
B 117 of 428 ~ 27.34%

%35.75
%36.92
%27.34

CMYK color model

#999E75 color CMYK value is (3,0,26,38).

  • cyan value is 3.16%
  • magenta value is 0.00%
  • yellow value is 25.95%
  • key color value is 38.04%
CMYK:
(3,0,26,38)
C3M0Y26K38 
(3%,0%,26%,38%)
(0.03/0.00/0.26/0.38)	

CMYK percentages

%3.16
%0
%25.95
%38.04

Codes

Color #999E75 in popluar color models

999E75
RGB153158117
HSL67°17.45%53.92%
HSB/HSV67°25.95%61.96%
CMYK3.16%0.00%25.95%
38.04%

Color #999E75 in popluar number systems.

HEX999E75
Decimal153158117
Binary10011001100111101110101
Octal231236165

Shades and tints

Shades of #999E75

#999E75
(153,158,117)
#8C906B
(140,144,107)
#7F8261
(127,130,97)
#727457
(114,116,87)
#65664D
(101,102,77)
#585843
(88,88,67)
#4B4A39
(75,74,57)
#3E3C2F
(62,60,47)
#312E25
(49,46,37)
#24201B
(36,32,27)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #999E75

#999E75
(153,158,117)
#A2A681
(162,166,129)
#ABAE8D
(171,174,141)
#B4B699
(180,182,153)
#BDBEA5
(189,190,165)
#C6C6B1
(198,198,177)
#CFCEBD
(207,206,189)
#D8D6C9
(216,214,201)
#E1DED5
(225,222,213)
#EAE6E1
(234,230,225)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #999E75 color. Also use rgb(153,158,117) instead hex code.

Text Font Color

.myTextColor { color: #999E75; }

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

This text font color is #999E75.


Background Color

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

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

This div background color is #999E75.


Border color

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

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

This div border color is #999E75.


Opacity

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

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

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

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

This text has shadow with #999E75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999E75 on black background.


Color preview on white background

This text has color #999E75 on white background.



Black color preview on #999E75 background

This text has black color on #999E75 background.


White color preview on #999E75 background

This text has white color on #999E75 background.