COLOR #8A781C

HEX: #8A781C
RGB: (138,120,28)

Color info

#8A781C contains mainly red and green colors. Web safe color of #8A781C is #996633 (or #963).

RGB color model

#8A781C color RGB value is (138,120,28).

  • red value is 138;
  • green value is 120;
  • blue value is 28.
RGB:
(138,120,28)
(54%,47%,11%)

RGB channels and saturation

R 138 of 255 = 54%
G 120 of 255 = 47%
B 28 of 255 = 11%

138
120
28

R + G + B ~ 37%. #8A781C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 120 + 28 = 286 (100%)
R 138 of 286 ~ 48.25%
G 120 of 286 ~ 41.96%
B 28 of 286 ~ 9.79%

%48.25
%41.96
%9.79

CMYK color model

#8A781C color CMYK value is (0,13,80,46).

  • cyan value is 0.00%
  • magenta value is 13.04%
  • yellow value is 79.71%
  • key color value is 45.88%
CMYK:
(0,13,80,46)
C0M13Y80K46 
(0%,13%,80%,46%)
(0.00/0.13/0.80/0.46)	

CMYK percentages

%0
%13.04
%79.71
%45.88

Codes

Color #8A781C in popluar color models

8A781C
RGB13812028
HSL50°66.27%32.55%
HSB/HSV50°79.71%54.12%
CMYK0.00%13.04%79.71%
45.88%

Color #8A781C in popluar number systems.

HEX8A781C
Decimal13812028
Binary10001010111100011100
Octal21217034

Shades and tints

Shades of #8A781C

#8A781C
(138,120,28)
#7E6E1A
(126,110,26)
#726418
(114,100,24)
#665A16
(102,90,22)
#5A5014
(90,80,20)
#4E4612
(78,70,18)
#423C10
(66,60,16)
#36320E
(54,50,14)
#2A280C
(42,40,12)
#1E1E0A
(30,30,10)
#121408
(18,20,8)
#000000
(0,0,0)

Tints of #8A781C

#8A781C
(138,120,28)
#948430
(148,132,48)
#9E9044
(158,144,68)
#A89C58
(168,156,88)
#B2A86C
(178,168,108)
#BCB480
(188,180,128)
#C6C094
(198,192,148)
#D0CCA8
(208,204,168)
#DAD8BC
(218,216,188)
#E4E4D0
(228,228,208)
#EEF0E4
(238,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A781C color. Also use rgb(138,120,28) instead hex code.

Text Font Color

.myTextColor { color: #8A781C; }

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

This text font color is #8A781C.


Background Color

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

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

This div background color is #8A781C.


Border color

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

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

This div border color is #8A781C.


Opacity

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

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

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

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

This text has shadow with #8A781C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A781C on black background.


Color preview on white background

This text has color #8A781C on white background.



Black color preview on #8A781C background

This text has black color on #8A781C background.


White color preview on #8A781C background

This text has white color on #8A781C background.