COLOR #99B382

HEX: #99B382
RGB: (153,179,130)

Color info

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

RGB color model

#99B382 color RGB value is (153,179,130).

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

RGB channels and saturation

R 153 of 255 = 60%
G 179 of 255 = 70%
B 130 of 255 = 51%

153
179
130

R + G + B ~ 60%. #99B382 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 179 + 130 = 462 (100%)
R 153 of 462 ~ 33.12%
G 179 of 462 ~ 38.74%
B 130 of 462 ~ 28.14%

%33.12
%38.74
%28.14

CMYK color model

#99B382 color CMYK value is (15,0,27,30).

  • cyan value is 14.53%
  • magenta value is 0.00%
  • yellow value is 27.37%
  • key color value is 29.80%
CMYK:
(15,0,27,30)
C15M0Y27K30 
(15%,0%,27%,30%)
(0.15/0.00/0.27/0.30)	

CMYK percentages

%14.53
%0
%27.37
%29.8

Codes

Color #99B382 in popluar color models

99B382
RGB153179130
HSL92°24.38%60.59%
HSB/HSV92°27.37%70.20%
CMYK14.53%0.00%27.37%
29.80%

Color #99B382 in popluar number systems.

HEX99B382
Decimal153179130
Binary100110011011001110000010
Octal231263202

Shades and tints

Shades of #99B382

#99B382
(153,179,130)
#8CA377
(140,163,119)
#7F936C
(127,147,108)
#728361
(114,131,97)
#657356
(101,115,86)
#58634B
(88,99,75)
#4B5340
(75,83,64)
#3E4335
(62,67,53)
#31332A
(49,51,42)
#24231F
(36,35,31)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #99B382

#99B382
(153,179,130)
#A2B98D
(162,185,141)
#ABBF98
(171,191,152)
#B4C5A3
(180,197,163)
#BDCBAE
(189,203,174)
#C6D1B9
(198,209,185)
#CFD7C4
(207,215,196)
#D8DDCF
(216,221,207)
#E1E3DA
(225,227,218)
#EAE9E5
(234,233,229)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99B382; }

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

This text font color is #99B382.


Background Color

.myBgColor { background-color: #99B382; }

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

This div background color is #99B382.


Border color

.myBorderColor { border: 1px solid #99B382; }

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

This div border color is #99B382.


Opacity

.myOpacity80 { color: #99B382; opacity: 0.8; }

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

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

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

This text has shadow with #99B382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B382 on black background.


Color preview on white background

This text has color #99B382 on white background.



Black color preview on #99B382 background

This text has black color on #99B382 background.


White color preview on #99B382 background

This text has white color on #99B382 background.