COLOR #1A740C

HEX: #1A740C
RGB: (26,116,12)

Color info

#1A740C contains mainly green color. Web safe color of #1A740C is #006600 (or #060).

RGB color model

#1A740C color RGB value is (26,116,12).

  • red value is 26;
  • green value is 116;
  • blue value is 12.
RGB:
(26,116,12)
(10%,45%,5%)

RGB channels and saturation

R 26 of 255 = 10%
G 116 of 255 = 45%
B 12 of 255 = 5%

26
116
12

R + G + B ~ 20%. #1A740C is dark color.

Portions of RGB colors in percentages

R + G + B =
26 + 116 + 12 = 154 (100%)
R 26 of 154 ~ 16.88%
G 116 of 154 ~ 75.32%
B 12 of 154 ~ 7.79%

%16.88
%75.32

CMYK color model

#1A740C color CMYK value is (78,0,90,55).

  • cyan value is 77.59%
  • magenta value is 0.00%
  • yellow value is 89.66%
  • key color value is 54.51%
CMYK:
(78,0,90,55)
C78M0Y90K55 
(78%,0%,90%,55%)
(0.78/0.00/0.90/0.55)	

CMYK percentages

%77.59
%0
%89.66
%54.51

Codes

Color #1A740C in popluar color models

1A740C
RGB2611612
HSL112°81.25%25.10%
HSB/HSV112°89.66%45.49%
CMYK77.59%0.00%89.66%
54.51%

Color #1A740C in popluar number systems.

HEX1A740C
Decimal2611612
Binary1101011101001100
Octal3216414

Shades and tints

Shades of #1A740C

#1A740C
(26,116,12)
#186A0B
(24,106,11)
#16600A
(22,96,10)
#145609
(20,86,9)
#124C08
(18,76,8)
#104207
(16,66,7)
#0E3806
(14,56,6)
#0C2E05
(12,46,5)
#0A2404
(10,36,4)
#081A03
(8,26,3)
#061002
(6,16,2)
#000000
(0,0,0)

Tints of #1A740C

#1A740C
(26,116,12)
#2E8022
(46,128,34)
#428C38
(66,140,56)
#56984E
(86,152,78)
#6AA464
(106,164,100)
#7EB07A
(126,176,122)
#92BC90
(146,188,144)
#A6C8A6
(166,200,166)
#BAD4BC
(186,212,188)
#CEE0D2
(206,224,210)
#E2ECE8
(226,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1A740C color. Also use rgb(26,116,12) instead hex code.

Text Font Color

.myTextColor { color: #1A740C; }

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

This text font color is #1A740C.


Background Color

.myBgColor { background-color: #1A740C; }

<div style="background-color:#1A740C">Inner text</div>

This div background color is #1A740C.


Border color

.myBorderColor { border: 1px solid #1A740C; }

<div style="border:3px solid #1A740C">Div</div>

This div border color is #1A740C.


Opacity

.myOpacity80 { color: #1A740C; opacity: 0.8; }

<p style="color:#1A740C;opacity:0.8;">80%</p>

Text with #1A740C 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 #1A740C;}

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

This text has shadow with #1A740C color.

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

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

This text has shadow with #1A740C primary color and red secondary color.


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

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

This text has shadow with #1A740C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1A740C on black background.


Color preview on white background

This text has color #1A740C on white background.



Black color preview on #1A740C background

This text has black color on #1A740C background.


White color preview on #1A740C background

This text has white color on #1A740C background.