COLOR #999A75

HEX: #999A75
RGB: (153,154,117)

Color info

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

RGB color model

#999A75 color RGB value is (153,154,117).

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

RGB channels and saturation

R 153 of 255 = 60%
G 154 of 255 = 60%
B 117 of 255 = 46%

153
154
117

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

Portions of RGB colors in percentages

R + G + B =
153 + 154 + 117 = 424 (100%)
R 153 of 424 ~ 36.08%
G 154 of 424 ~ 36.32%
B 117 of 424 ~ 27.59%

%36.08
%36.32
%27.59

CMYK color model

#999A75 color CMYK value is (1,0,24,40).

  • cyan value is 0.65%
  • magenta value is 0.00%
  • yellow value is 24.03%
  • key color value is 39.61%
CMYK:
(1,0,24,40)
C1M0Y24K40 
(1%,0%,24%,40%)
(0.01/0.00/0.24/0.40)	

CMYK percentages

%0.65
%0
%24.03
%39.61

Codes

Color #999A75 in popluar color models

999A75
RGB153154117
HSL62°15.48%53.14%
HSB/HSV62°24.03%60.39%
CMYK0.65%0.00%24.03%
39.61%

Color #999A75 in popluar number systems.

HEX999A75
Decimal153154117
Binary10011001100110101110101
Octal231232165

Shades and tints

Shades of #999A75

#999A75
(153,154,117)
#8C8C6B
(140,140,107)
#7F7E61
(127,126,97)
#727057
(114,112,87)
#65624D
(101,98,77)
#585443
(88,84,67)
#4B4639
(75,70,57)
#3E382F
(62,56,47)
#312A25
(49,42,37)
#241C1B
(36,28,27)
#170E11
(23,14,17)
#000000
(0,0,0)

Tints of #999A75

#999A75
(153,154,117)
#A2A381
(162,163,129)
#ABAC8D
(171,172,141)
#B4B599
(180,181,153)
#BDBEA5
(189,190,165)
#C6C7B1
(198,199,177)
#CFD0BD
(207,208,189)
#D8D9C9
(216,217,201)
#E1E2D5
(225,226,213)
#EAEBE1
(234,235,225)
#F3F4ED
(243,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999A75; }

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

This text font color is #999A75.


Background Color

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

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

This div background color is #999A75.


Border color

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

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

This div border color is #999A75.


Opacity

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

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

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

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

This text has shadow with #999A75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999A75 on black background.


Color preview on white background

This text has color #999A75 on white background.



Black color preview on #999A75 background

This text has black color on #999A75 background.


White color preview on #999A75 background

This text has white color on #999A75 background.