COLOR #9CA338

HEX: #9CA338
RGB: (156,163,56)

Color info

#9CA338 contains mainly red and green colors. Web safe color of #9CA338 is #999933 (or #993).

RGB color model

#9CA338 color RGB value is (156,163,56).

  • red value is 156;
  • green value is 163;
  • blue value is 56.
RGB:
(156,163,56)
(61%,64%,22%)

RGB channels and saturation

R 156 of 255 = 61%
G 163 of 255 = 64%
B 56 of 255 = 22%

156
163
56

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

Portions of RGB colors in percentages

R + G + B =
156 + 163 + 56 = 375 (100%)
R 156 of 375 ~ 41.6%
G 163 of 375 ~ 43.47%
B 56 of 375 ~ 14.93%

%41.6
%43.47
%14.93

CMYK color model

#9CA338 color CMYK value is (4,0,66,36).

  • cyan value is 4.29%
  • magenta value is 0.00%
  • yellow value is 65.64%
  • key color value is 36.08%
CMYK:
(4,0,66,36)
C4M0Y66K36 
(4%,0%,66%,36%)
(0.04/0.00/0.66/0.36)	

CMYK percentages

%4.29
%0
%65.64
%36.08

Codes

Color #9CA338 in popluar color models

9CA338
RGB15616356
HSL64°48.86%42.94%
HSB/HSV64°65.64%63.92%
CMYK4.29%0.00%65.64%
36.08%

Color #9CA338 in popluar number systems.

HEX9CA338
Decimal15616356
Binary1001110010100011111000
Octal23424370

Shades and tints

Shades of #9CA338

#9CA338
(156,163,56)
#8E9533
(142,149,51)
#80872E
(128,135,46)
#727929
(114,121,41)
#646B24
(100,107,36)
#565D1F
(86,93,31)
#484F1A
(72,79,26)
#3A4115
(58,65,21)
#2C3310
(44,51,16)
#1E250B
(30,37,11)
#101706
(16,23,6)
#000000
(0,0,0)

Tints of #9CA338

#9CA338
(156,163,56)
#A5AB4A
(165,171,74)
#AEB35C
(174,179,92)
#B7BB6E
(183,187,110)
#C0C380
(192,195,128)
#C9CB92
(201,203,146)
#D2D3A4
(210,211,164)
#DBDBB6
(219,219,182)
#E4E3C8
(228,227,200)
#EDEBDA
(237,235,218)
#F6F3EC
(246,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CA338 color. Also use rgb(156,163,56) instead hex code.

Text Font Color

.myTextColor { color: #9CA338; }

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

This text font color is #9CA338.


Background Color

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

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

This div background color is #9CA338.


Border color

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

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

This div border color is #9CA338.


Opacity

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

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

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

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

This text has shadow with #9CA338 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CA338 on black background.


Color preview on white background

This text has color #9CA338 on white background.



Black color preview on #9CA338 background

This text has black color on #9CA338 background.


White color preview on #9CA338 background

This text has white color on #9CA338 background.