COLOR #999782

HEX: #999782
RGB: (153,151,130)

Color info

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

RGB color model

#999782 color RGB value is (153,151,130).

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

RGB channels and saturation

R 153 of 255 = 60%
G 151 of 255 = 59%
B 130 of 255 = 51%

153
151
130

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

Portions of RGB colors in percentages

R + G + B =
153 + 151 + 130 = 434 (100%)
R 153 of 434 ~ 35.25%
G 151 of 434 ~ 34.79%
B 130 of 434 ~ 29.95%

%35.25
%34.79
%29.95

CMYK color model

#999782 color CMYK value is (0,1,15,40).

  • cyan value is 0.00%
  • magenta value is 1.31%
  • yellow value is 15.03%
  • key color value is 40.00%
CMYK:
(0,1,15,40)
C0M1Y15K40 
(0%,1%,15%,40%)
(0.00/0.01/0.15/0.40)	

CMYK percentages

%0
%1.31
%15.03
%40

Codes

Color #999782 in popluar color models

999782
RGB153151130
HSL55°10.13%55.49%
HSB/HSV55°15.03%60.00%
CMYK0.00%1.31%15.03%
40.00%

Color #999782 in popluar number systems.

HEX999782
Decimal153151130
Binary100110011001011110000010
Octal231227202

Shades and tints

Shades of #999782

#999782
(153,151,130)
#8C8A77
(140,138,119)
#7F7D6C
(127,125,108)
#727061
(114,112,97)
#656356
(101,99,86)
#58564B
(88,86,75)
#4B4940
(75,73,64)
#3E3C35
(62,60,53)
#312F2A
(49,47,42)
#24221F
(36,34,31)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #999782

#999782
(153,151,130)
#A2A08D
(162,160,141)
#ABA998
(171,169,152)
#B4B2A3
(180,178,163)
#BDBBAE
(189,187,174)
#C6C4B9
(198,196,185)
#CFCDC4
(207,205,196)
#D8D6CF
(216,214,207)
#E1DFDA
(225,223,218)
#EAE8E5
(234,232,229)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999782; }

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

This text font color is #999782.


Background Color

.myBgColor { background-color: #999782; }

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

This div background color is #999782.


Border color

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

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

This div border color is #999782.


Opacity

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

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

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

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

This text has shadow with #999782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999782 on black background.


Color preview on white background

This text has color #999782 on white background.



Black color preview on #999782 background

This text has black color on #999782 background.


White color preview on #999782 background

This text has white color on #999782 background.