COLOR #999757

HEX: #999757
RGB: (153,151,87)

Color info

#999757 contains mainly red and green colors. Web safe color of #999757 is #999966 (or #996).

RGB color model

#999757 color RGB value is (153,151,87).

  • red value is 153;
  • green value is 151;
  • blue value is 87.
RGB:
(153,151,87)
(60%,59%,34%)

RGB channels and saturation

R 153 of 255 = 60%
G 151 of 255 = 59%
B 87 of 255 = 34%

153
151
87

R + G + B ~ 51%. #999757 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 151 + 87 = 391 (100%)
R 153 of 391 ~ 39.13%
G 151 of 391 ~ 38.62%
B 87 of 391 ~ 22.25%

%39.13
%38.62
%22.25

CMYK color model

#999757 color CMYK value is (0,1,43,40).

  • cyan value is 0.00%
  • magenta value is 1.31%
  • yellow value is 43.14%
  • key color value is 40.00%
CMYK:
(0,1,43,40)
C0M1Y43K40 
(0%,1%,43%,40%)
(0.00/0.01/0.43/0.40)	

CMYK percentages

%0
%1.31
%43.14
%40

Codes

Color #999757 in popluar color models

999757
RGB15315187
HSL58°27.50%47.06%
HSB/HSV58°43.14%60.00%
CMYK0.00%1.31%43.14%
40.00%

Color #999757 in popluar number systems.

HEX999757
Decimal15315187
Binary10011001100101111010111
Octal231227127

Shades and tints

Shades of #999757

#999757
(153,151,87)
#8C8A50
(140,138,80)
#7F7D49
(127,125,73)
#727042
(114,112,66)
#65633B
(101,99,59)
#585634
(88,86,52)
#4B492D
(75,73,45)
#3E3C26
(62,60,38)
#312F1F
(49,47,31)
#242218
(36,34,24)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #999757

#999757
(153,151,87)
#A2A066
(162,160,102)
#ABA975
(171,169,117)
#B4B284
(180,178,132)
#BDBB93
(189,187,147)
#C6C4A2
(198,196,162)
#CFCDB1
(207,205,177)
#D8D6C0
(216,214,192)
#E1DFCF
(225,223,207)
#EAE8DE
(234,232,222)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #999757 color. Also use rgb(153,151,87) instead hex code.

Text Font Color

.myTextColor { color: #999757; }

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

This text font color is #999757.


Background Color

.myBgColor { background-color: #999757; }

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

This div background color is #999757.


Border color

.myBorderColor { border: 1px solid #999757; }

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

This div border color is #999757.


Opacity

.myOpacity80 { color: #999757; opacity: 0.8; }

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

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

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

This text has shadow with #999757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999757 on black background.


Color preview on white background

This text has color #999757 on white background.



Black color preview on #999757 background

This text has black color on #999757 background.


White color preview on #999757 background

This text has white color on #999757 background.