COLOR #8C8C0D

HEX: #8C8C0D
RGB: (140,140,13)

Color info

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

RGB color model

#8C8C0D color RGB value is (140,140,13).

  • red value is 140;
  • green value is 140;
  • blue value is 13.
RGB:
(140,140,13)
(55%,55%,5%)

RGB channels and saturation

R 140 of 255 = 55%
G 140 of 255 = 55%
B 13 of 255 = 5%

140
140
13

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

Portions of RGB colors in percentages

R + G + B =
140 + 140 + 13 = 293 (100%)
R 140 of 293 ~ 47.78%
G 140 of 293 ~ 47.78%
B 13 of 293 ~ 4.44%

%47.78
%47.78

CMYK color model

#8C8C0D color CMYK value is (0,0,91,45).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 90.71%
  • key color value is 45.10%
CMYK:
(0,0,91,45)
C0M0Y91K45 
(0%,0%,91%,45%)
(0.00/0.00/0.91/0.45)	

CMYK percentages

%0
%0
%90.71
%45.1

Codes

Color #8C8C0D in popluar color models

8C8C0D
RGB14014013
HSL60°83.01%30.00%
HSB/HSV60°90.71%54.90%
CMYK0.00%0.00%90.71%
45.10%

Color #8C8C0D in popluar number systems.

HEX8C8C0D
Decimal14014013
Binary10001100100011001101
Octal21421415

Shades and tints

Shades of #8C8C0D

#8C8C0D
(140,140,13)
#80800C
(128,128,12)
#74740B
(116,116,11)
#68680A
(104,104,10)
#5C5C09
(92,92,9)
#505008
(80,80,8)
#444407
(68,68,7)
#383806
(56,56,6)
#2C2C05
(44,44,5)
#202004
(32,32,4)
#141403
(20,20,3)
#000000
(0,0,0)

Tints of #8C8C0D

#8C8C0D
(140,140,13)
#969623
(150,150,35)
#A0A039
(160,160,57)
#AAAA4F
(170,170,79)
#B4B465
(180,180,101)
#BEBE7B
(190,190,123)
#C8C891
(200,200,145)
#D2D2A7
(210,210,167)
#DCDCBD
(220,220,189)
#E6E6D3
(230,230,211)
#F0F0E9
(240,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C8C0D; }

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

This text font color is #8C8C0D.


Background Color

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

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

This div background color is #8C8C0D.


Border color

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

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

This div border color is #8C8C0D.


Opacity

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

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

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

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

This text has shadow with #8C8C0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C8C0D on black background.


Color preview on white background

This text has color #8C8C0D on white background.



Black color preview on #8C8C0D background

This text has black color on #8C8C0D background.


White color preview on #8C8C0D background

This text has white color on #8C8C0D background.