COLOR #999366

HEX: #999366
RGB: (153,147,102)

Color info

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

RGB color model

#999366 color RGB value is (153,147,102).

  • red value is 153;
  • green value is 147;
  • blue value is 102.
RGB:
(153,147,102)
(60%,58%,40%)

RGB channels and saturation

R 153 of 255 = 60%
G 147 of 255 = 58%
B 102 of 255 = 40%

153
147
102

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

Portions of RGB colors in percentages

R + G + B =
153 + 147 + 102 = 402 (100%)
R 153 of 402 ~ 38.06%
G 147 of 402 ~ 36.57%
B 102 of 402 ~ 25.37%

%38.06
%36.57
%25.37

CMYK color model

#999366 color CMYK value is (0,4,33,40).

  • cyan value is 0.00%
  • magenta value is 3.92%
  • yellow value is 33.33%
  • key color value is 40.00%
CMYK:
(0,4,33,40)
C0M4Y33K40 
(0%,4%,33%,40%)
(0.00/0.04/0.33/0.40)	

CMYK percentages

%0
%3.92
%33.33
%40

Codes

Color #999366 in popluar color models

999366
RGB153147102
HSL53°20.00%50.00%
HSB/HSV53°33.33%60.00%
CMYK0.00%3.92%33.33%
40.00%

Color #999366 in popluar number systems.

HEX999366
Decimal153147102
Binary10011001100100111100110
Octal231223146

Shades and tints

Shades of #999366

#999366
(153,147,102)
#8C865D
(140,134,93)
#7F7954
(127,121,84)
#726C4B
(114,108,75)
#655F42
(101,95,66)
#585239
(88,82,57)
#4B4530
(75,69,48)
#3E3827
(62,56,39)
#312B1E
(49,43,30)
#241E15
(36,30,21)
#17110C
(23,17,12)
#000000
(0,0,0)

Tints of #999366

#999366
(153,147,102)
#A29C73
(162,156,115)
#ABA580
(171,165,128)
#B4AE8D
(180,174,141)
#BDB79A
(189,183,154)
#C6C0A7
(198,192,167)
#CFC9B4
(207,201,180)
#D8D2C1
(216,210,193)
#E1DBCE
(225,219,206)
#EAE4DB
(234,228,219)
#F3EDE8
(243,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #999366 color. Also use rgb(153,147,102) instead hex code.

Text Font Color

.myTextColor { color: #999366; }

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

This text font color is #999366.


Background Color

.myBgColor { background-color: #999366; }

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

This div background color is #999366.


Border color

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

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

This div border color is #999366.


Opacity

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

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

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

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

This text has shadow with #999366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999366 on black background.


Color preview on white background

This text has color #999366 on white background.



Black color preview on #999366 background

This text has black color on #999366 background.


White color preview on #999366 background

This text has white color on #999366 background.