COLOR #9CB376

HEX: #9CB376
RGB: (156,179,118)

Color info

#9CB376 contains mainly red and green colors. Web safe color of #9CB376 is #999966 (or #996).

RGB color model

#9CB376 color RGB value is (156,179,118).

  • red value is 156;
  • green value is 179;
  • blue value is 118.
RGB:
(156,179,118)
(61%,70%,46%)

RGB channels and saturation

R 156 of 255 = 61%
G 179 of 255 = 70%
B 118 of 255 = 46%

156
179
118

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

Portions of RGB colors in percentages

R + G + B =
156 + 179 + 118 = 453 (100%)
R 156 of 453 ~ 34.44%
G 179 of 453 ~ 39.51%
B 118 of 453 ~ 26.05%

%34.44
%39.51
%26.05

CMYK color model

#9CB376 color CMYK value is (13,0,34,30).

  • cyan value is 12.85%
  • magenta value is 0.00%
  • yellow value is 34.08%
  • key color value is 29.80%
CMYK:
(13,0,34,30)
C13M0Y34K30 
(13%,0%,34%,30%)
(0.13/0.00/0.34/0.30)	

CMYK percentages

%12.85
%0
%34.08
%29.8

Codes

Color #9CB376 in popluar color models

9CB376
RGB156179118
HSL83°28.64%58.24%
HSB/HSV83°34.08%70.20%
CMYK12.85%0.00%34.08%
29.80%

Color #9CB376 in popluar number systems.

HEX9CB376
Decimal156179118
Binary10011100101100111110110
Octal234263166

Shades and tints

Shades of #9CB376

#9CB376
(156,179,118)
#8EA36C
(142,163,108)
#809362
(128,147,98)
#728358
(114,131,88)
#64734E
(100,115,78)
#566344
(86,99,68)
#48533A
(72,83,58)
#3A4330
(58,67,48)
#2C3326
(44,51,38)
#1E231C
(30,35,28)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #9CB376

#9CB376
(156,179,118)
#A5B982
(165,185,130)
#AEBF8E
(174,191,142)
#B7C59A
(183,197,154)
#C0CBA6
(192,203,166)
#C9D1B2
(201,209,178)
#D2D7BE
(210,215,190)
#DBDDCA
(219,221,202)
#E4E3D6
(228,227,214)
#EDE9E2
(237,233,226)
#F6EFEE
(246,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CB376 color. Also use rgb(156,179,118) instead hex code.

Text Font Color

.myTextColor { color: #9CB376; }

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

This text font color is #9CB376.


Background Color

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

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

This div background color is #9CB376.


Border color

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

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

This div border color is #9CB376.


Opacity

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

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

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

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

This text has shadow with #9CB376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CB376 on black background.


Color preview on white background

This text has color #9CB376 on white background.



Black color preview on #9CB376 background

This text has black color on #9CB376 background.


White color preview on #9CB376 background

This text has white color on #9CB376 background.