COLOR #8C8B09

HEX: #8C8B09 RGB: (140,139,9)

Color info

#8C8B09 contains mainly red and green colors. Web safe color of #8C8B09 is #999900 (or #990).

RGB color model

#8C8B09 color RGB value is (140,139,9).

RGB: (140,139,9) (55%, 55%, 4%)

RGB channels and saturation

R 140 of 255 = 55%
G 139 of 255 = 55%
B 9 of 255 = 4%

140
139
9

R + G + B ~ 38%. #8C8B09 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 140 + 139 + 9 = 288 (100%)
R 140 of 288 ~ 48.61%
G 139 of 288 ~ 48.26%
B 9 of 288 ~ 3.13'%

%48.61
%48.26

CMYK color model

#8C8B09 color CMYK value is (0,1,94,45).

  • cyan value is 0.00%
  • magenta value is 0.71%
  • yellow value is 93.57%
  • key color value is 45.10%

CMYK: (0,1,94,45)
C0M1Y94K45 (0%, 1%, 94%, 45%)
(0.00 / 0.01 / 0.94 / 0.45)

CMYK percentages

%0
%0.71
%93.57
%45.1

Codes

Color #8C8B09 in popluar color models

8C 8B 09
RGB 140 139 9
HSL 60° 87.92% 29.22%
HSB/HSV 60° 93.57% 54.90%
CMYK 0.00% 0.71% 93.57%
45.10%

Color #8C8B09 in popluar number systems.

HEX 8C 8B 09
Decimal 140 139 9
Binary 10001100 10001011 1001
Octal 214 213 11

Shades and tints

Shades of #8C8B09

#8C8B09
(140,139,9)
#807F09
(128,127,9)
#747309
(116,115,9)
#686709
(104,103,9)
#5C5B09
(92,91,9)
#504F09
(80,79,9)
#444309
(68,67,9)
#383709
(56,55,9)
#2C2B09
(44,43,9)
#201F09
(32,31,9)
#141309
(20,19,9)
#000000
(0,0,0)

Tints of #8C8B09

#8C8B09
(140,139,9)
#96951F
(150,149,31)
#A09F35
(160,159,53)
#AAA94B
(170,169,75)
#B4B361
(180,179,97)
#BEBD77
(190,189,119)
#C8C78D
(200,199,141)
#D2D1A3
(210,209,163)
#DCDBB9
(220,219,185)
#E6E5CF
(230,229,207)
#F0EFE5
(240,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C8B09 color. Also use rgb(140,139,9) instead hex code.

Text Font Color

.myTextColor { color: #8C8B09; }

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

This text font color is #8C8B09.

Background Color

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

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

This div background color is #8C8B09.

Border color

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

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

This div border color is #8C8B09.

Opacity

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

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

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

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

This text has shadow with #8C8B09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C8B09.

Preview

Color preview on black background

This text has color #8C8B09 on black background.


Color preview on white background

This text has color #8C8B09 on white background.


Black color preview on #8C8B09 background

This text has black color on #8C8B09 background.


White color preview on #8C8B09 background

This text has white color on #8C8B09 background.


Related colors

Complementary color

Complementary color for #hex is #7374F6.


I love getcolorcode.com

Triadic colors

1 #098C8B and #8B098C with #8C8B09 are triadic colors.

2 #098B8C and #8B8C09 with #8C8B09 are triadic colors.