COLOR #9BA382

HEX: #9BA382
RGB: (155,163,130)

Color info

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

RGB color model

#9BA382 color RGB value is (155,163,130).

  • red value is 155;
  • green value is 163;
  • blue value is 130.
RGB:
(155,163,130)
(61%,64%,51%)

RGB channels and saturation

R 155 of 255 = 61%
G 163 of 255 = 64%
B 130 of 255 = 51%

155
163
130

R + G + B ~ 59%. #9BA382 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
155 + 163 + 130 = 448 (100%)
R 155 of 448 ~ 34.6%
G 163 of 448 ~ 36.38%
B 130 of 448 ~ 29.02%

%34.6
%36.38
%29.02

CMYK color model

#9BA382 color CMYK value is (5,0,20,36).

  • cyan value is 4.91%
  • magenta value is 0.00%
  • yellow value is 20.25%
  • key color value is 36.08%
CMYK:
(5,0,20,36)
C5M0Y20K36 
(5%,0%,20%,36%)
(0.05/0.00/0.20/0.36)	

CMYK percentages

%4.91
%0
%20.25
%36.08

Codes

Color #9BA382 in popluar color models

9BA382
RGB155163130
HSL75°15.21%57.45%
HSB/HSV75°20.25%63.92%
CMYK4.91%0.00%20.25%
36.08%

Color #9BA382 in popluar number systems.

HEX9BA382
Decimal155163130
Binary100110111010001110000010
Octal233243202

Shades and tints

Shades of #9BA382

#9BA382
(155,163,130)
#8D9577
(141,149,119)
#7F876C
(127,135,108)
#717961
(113,121,97)
#636B56
(99,107,86)
#555D4B
(85,93,75)
#474F40
(71,79,64)
#394135
(57,65,53)
#2B332A
(43,51,42)
#1D251F
(29,37,31)
#0F1714
(15,23,20)
#000000
(0,0,0)

Tints of #9BA382

#9BA382
(155,163,130)
#A4AB8D
(164,171,141)
#ADB398
(173,179,152)
#B6BBA3
(182,187,163)
#BFC3AE
(191,195,174)
#C8CBB9
(200,203,185)
#D1D3C4
(209,211,196)
#DADBCF
(218,219,207)
#E3E3DA
(227,227,218)
#ECEBE5
(236,235,229)
#F5F3F0
(245,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BA382 color. Also use rgb(155,163,130) instead hex code.

Text Font Color

.myTextColor { color: #9BA382; }

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

This text font color is #9BA382.


Background Color

.myBgColor { background-color: #9BA382; }

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

This div background color is #9BA382.


Border color

.myBorderColor { border: 1px solid #9BA382; }

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

This div border color is #9BA382.


Opacity

.myOpacity80 { color: #9BA382; opacity: 0.8; }

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

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

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

This text has shadow with #9BA382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA382 on black background.


Color preview on white background

This text has color #9BA382 on white background.



Black color preview on #9BA382 background

This text has black color on #9BA382 background.


White color preview on #9BA382 background

This text has white color on #9BA382 background.