COLOR #8C9C30

HEX: #8C9C30 RGB: (140,156,48)

Color info

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

RGB color model

#8C9C30 color RGB value is (140,156,48).

RGB: (140,156,48) (55%, 61%, 19%)

RGB channels and saturation

R 140 of 255 = 55%
G 156 of 255 = 61%
B 48 of 255 = 19%

140
156
48

R + G + B ~ 45%. #8C9C30 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 140 + 156 + 48 = 344 (100%)
R 140 of 344 ~ 40.7%
G 156 of 344 ~ 45.35%
B 48 of 344 ~ 13.95'%

%40.7
%45.35
%13.95

CMYK color model

#8C9C30 color CMYK value is (10,0,69,39).

  • cyan value is 10.26%
  • magenta value is 0.00%
  • yellow value is 69.23%
  • key color value is 38.82%

CMYK: (10,0,69,39)
C10M0Y69K39 (10%, 0%, 69%, 39%)
(0.10 / 0.00 / 0.69 / 0.39)

CMYK percentages

%10.26
%0
%69.23
%38.82

Codes

Color #8C9C30 in popluar color models

8C 9C 30
RGB 140 156 48
HSL 69° 52.94% 40.00%
HSB/HSV 69° 69.23% 61.18%
CMYK 10.26% 0.00% 69.23%
38.82%

Color #8C9C30 in popluar number systems.

HEX 8C 9C 30
Decimal 140 156 48
Binary 10001100 10011100 110000
Octal 214 234 60

Shades and tints

Shades of #8C9C30

#8C9C30
(140,156,48)
#808E2C
(128,142,44)
#748028
(116,128,40)
#687224
(104,114,36)
#5C6420
(92,100,32)
#50561C
(80,86,28)
#444818
(68,72,24)
#383A14
(56,58,20)
#2C2C10
(44,44,16)
#201E0C
(32,30,12)
#141008
(20,16,8)
#000000
(0,0,0)

Tints of #8C9C30

#8C9C30
(140,156,48)
#96A542
(150,165,66)
#A0AE54
(160,174,84)
#AAB766
(170,183,102)
#B4C078
(180,192,120)
#BEC98A
(190,201,138)
#C8D29C
(200,210,156)
#D2DBAE
(210,219,174)
#DCE4C0
(220,228,192)
#E6EDD2
(230,237,210)
#F0F6E4
(240,246,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C9C30 color. Also use rgb(140,156,48) instead hex code.

Text Font Color

.myTextColor { color: #8C9C30; }

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

This text font color is #8C9C30.

Background Color

.myBgColor { background-color: #8C9C30; }

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

This div background color is #8C9C30.

Border color

.myBorderColor { border: 1px solid #8C9C30; }

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

This div border color is #8C9C30.

Opacity

.myOpacity80 { color: #8C9C30; opacity: 0.8; }

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

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

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

This text has shadow with #8C9C30 color.


.textShadow {text-shadow: 3px 3px 1px #8C9C30', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8C9C30; -webkit-box-shadow: 1px 1px 3px 2px #8C9C30; box-shadow:1px 1px 3px 2px #8C9C30;">
Div content here
</div>

This div box has shadow with color #8C9C30.

Preview

Color preview on black background

This text has color #8C9C30 on black background.


Color preview on white background

This text has color #8C9C30 on white background.


Black color preview on #8C9C30 background

This text has black color on #8C9C30 background.


White color preview on #8C9C30 background

This text has white color on #8C9C30 background.


Related colors

Complementary color

Complementary color for #hex is #7363CF.


I love getcolorcode.com

Triadic colors

1 #308C9C and #9C308C with #8C9C30 are triadic colors.

2 #309C8C and #9C8C30 with #8C9C30 are triadic colors.