COLOR #8C730B

HEX: #8C730B
RGB: (140,115,11)

Color info

#8C730B contains mainly red and green colors. Web safe color of #8C730B is #996600 (or #960).

RGB color model

#8C730B color RGB value is (140,115,11).

  • red value is 140;
  • green value is 115;
  • blue value is 11.
RGB:
(140,115,11)
(55%,45%,4%)

RGB channels and saturation

R 140 of 255 = 55%
G 115 of 255 = 45%
B 11 of 255 = 4%

140
115
11

R + G + B ~ 35%. #8C730B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 115 + 11 = 266 (100%)
R 140 of 266 ~ 52.63%
G 115 of 266 ~ 43.23%
B 11 of 266 ~ 4.14%

%52.63
%43.23

CMYK color model

#8C730B color CMYK value is (0,18,92,45).

  • cyan value is 0.00%
  • magenta value is 17.86%
  • yellow value is 92.14%
  • key color value is 45.10%
CMYK:
(0,18,92,45)
C0M18Y92K45 
(0%,18%,92%,45%)
(0.00/0.18/0.92/0.45)	

CMYK percentages

%0
%17.86
%92.14
%45.1

Codes

Color #8C730B in popluar color models

8C730B
RGB14011511
HSL48°85.43%29.61%
HSB/HSV48°92.14%54.90%
CMYK0.00%17.86%92.14%
45.10%

Color #8C730B in popluar number systems.

HEX8C730B
Decimal14011511
Binary1000110011100111011
Octal21416313

Shades and tints

Shades of #8C730B

#8C730B
(140,115,11)
#80690A
(128,105,10)
#745F09
(116,95,9)
#685508
(104,85,8)
#5C4B07
(92,75,7)
#504106
(80,65,6)
#443705
(68,55,5)
#382D04
(56,45,4)
#2C2303
(44,35,3)
#201902
(32,25,2)
#140F01
(20,15,1)
#000000
(0,0,0)

Tints of #8C730B

#8C730B
(140,115,11)
#967F21
(150,127,33)
#A08B37
(160,139,55)
#AA974D
(170,151,77)
#B4A363
(180,163,99)
#BEAF79
(190,175,121)
#C8BB8F
(200,187,143)
#D2C7A5
(210,199,165)
#DCD3BB
(220,211,187)
#E6DFD1
(230,223,209)
#F0EBE7
(240,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C730B; }

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

This text font color is #8C730B.


Background Color

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

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

This div background color is #8C730B.


Border color

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

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

This div border color is #8C730B.


Opacity

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

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

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

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

This text has shadow with #8C730B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C730B on black background.


Color preview on white background

This text has color #8C730B on white background.



Black color preview on #8C730B background

This text has black color on #8C730B background.


White color preview on #8C730B background

This text has white color on #8C730B background.