COLOR #1C7E0E

HEX: #1C7E0E RGB: (28,126,14)

Color info

#1C7E0E contains mainly green color. Web safe color of #1C7E0E is #336600 (or #360).

RGB color model

#1C7E0E color RGB value is (28,126,14).

RGB: (28,126,14) (11%, 49%, 5%)

RGB channels and saturation

R 28 of 255 = 11%
G 126 of 255 = 49%
B 14 of 255 = 5%

28
126
14

R + G + B ~ 22%. #1C7E0E is dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 126 + 14 = 168 (100%)
R 28 of 168 ~ 16.67%
G 126 of 168 ~ 75%
B 14 of 168 ~ 8.33'%

%16.67
%75

CMYK color model

#1C7E0E color CMYK value is (78,0,89,51).

  • cyan value is 77.78%
  • magenta value is 0.00%
  • yellow value is 88.89%
  • key color value is 50.59%
CMYK: (78,0,89,51) C78M0Y89K51 (78%,0%,89%,51%) (0.78/0.00/0.89/0.51) 

CMYK percentages

%77.78
%0
%88.89
%50.59

Codes

Color #1C7E0E in popluar color models

1C 7E 0E
RGB 28 126 14
HSL 113° 80.00% 27.45%
HSB/HSV 113° 88.89% 49.41%
CMYK 77.78% 0.00% 88.89%
50.59%

Color #1C7E0E in popluar number systems.

HEX 1C 7E 0E
Decimal 28 126 14
Binary 11100 1111110 1110
Octal 34 176 16

Shades and tints

Shades of #1C7E0E

#1C7E0E
(28,126,14)
#1A730D
(26,115,13)
#18680C
(24,104,12)
#165D0B
(22,93,11)
#14520A
(20,82,10)
#124709
(18,71,9)
#103C08
(16,60,8)
#0E3107
(14,49,7)
#0C2606
(12,38,6)
#0A1B05
(10,27,5)
#081004
(8,16,4)
#000000
(0,0,0)

Tints of #1C7E0E

#1C7E0E
(28,126,14)
#308923
(48,137,35)
#449438
(68,148,56)
#589F4D
(88,159,77)
#6CAA62
(108,170,98)
#80B577
(128,181,119)
#94C08C
(148,192,140)
#A8CBA1
(168,203,161)
#BCD6B6
(188,214,182)
#D0E1CB
(208,225,203)
#E4ECE0
(228,236,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C7E0E color. Also use rgb(28,126,14) instead hex code.

Text Font Color

.myTextColor { color: #1C7E0E; }

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

This text font color is #1C7E0E.

Background Color

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

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

This div background color is #1C7E0E.

Border color

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

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

This div border color is #1C7E0E.

Opacity

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

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

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

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

This text has shadow with #1C7E0E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C7E0E.

Preview

Color preview on black background

This text has color #1C7E0E on black background.


Color preview on white background

This text has color #1C7E0E on white background.


Black color preview on #1C7E0E background

This text has black color on #1C7E0E background.


White color preview on #1C7E0E background

This text has white color on #1C7E0E background.


Related colors

Complementary color

Complementary color for #hex is #E381F1.


I love getcolorcode.com

Triadic colors

1 #0E1C7E and #7E0E1C with #1C7E0E are triadic colors.

2 #0E7E1C and #7E1C0E with #1C7E0E are triadic colors.