COLOR #999727

HEX: #999727
RGB: (153,151,39)

Color info

#999727 contains mainly red and green colors. Web safe color of #999727 is #999933 (or #993).

RGB color model

#999727 color RGB value is (153,151,39).

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

RGB channels and saturation

R 153 of 255 = 60%
G 151 of 255 = 59%
B 39 of 255 = 15%

153
151
39

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

Portions of RGB colors in percentages

R + G + B =
153 + 151 + 39 = 343 (100%)
R 153 of 343 ~ 44.61%
G 151 of 343 ~ 44.02%
B 39 of 343 ~ 11.37%

%44.61
%44.02
%11.37

CMYK color model

#999727 color CMYK value is (0,1,75,40).

  • cyan value is 0.00%
  • magenta value is 1.31%
  • yellow value is 74.51%
  • key color value is 40.00%
CMYK:
(0,1,75,40)
C0M1Y75K40 
(0%,1%,75%,40%)
(0.00/0.01/0.75/0.40)	

CMYK percentages

%0
%1.31
%74.51
%40

Codes

Color #999727 in popluar color models

999727
RGB15315139
HSL59°59.38%37.65%
HSB/HSV59°74.51%60.00%
CMYK0.00%1.31%74.51%
40.00%

Color #999727 in popluar number systems.

HEX999727
Decimal15315139
Binary1001100110010111100111
Octal23122747

Shades and tints

Shades of #999727

#999727
(153,151,39)
#8C8A24
(140,138,36)
#7F7D21
(127,125,33)
#72701E
(114,112,30)
#65631B
(101,99,27)
#585618
(88,86,24)
#4B4915
(75,73,21)
#3E3C12
(62,60,18)
#312F0F
(49,47,15)
#24220C
(36,34,12)
#171509
(23,21,9)
#000000
(0,0,0)

Tints of #999727

#999727
(153,151,39)
#A2A03A
(162,160,58)
#ABA94D
(171,169,77)
#B4B260
(180,178,96)
#BDBB73
(189,187,115)
#C6C486
(198,196,134)
#CFCD99
(207,205,153)
#D8D6AC
(216,214,172)
#E1DFBF
(225,223,191)
#EAE8D2
(234,232,210)
#F3F1E5
(243,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999727; }

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

This text font color is #999727.


Background Color

.myBgColor { background-color: #999727; }

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

This div background color is #999727.


Border color

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

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

This div border color is #999727.


Opacity

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

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

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

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

This text has shadow with #999727 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999727 on black background.


Color preview on white background

This text has color #999727 on white background.



Black color preview on #999727 background

This text has black color on #999727 background.


White color preview on #999727 background

This text has white color on #999727 background.