COLOR #1C4E1E

HEX: #1C4E1E
RGB: (28,78,30)

Color info

#1C4E1E contains red, green and blue colors in about the same proportion. Web safe color of #1C4E1E is #336633 (or #363).

RGB color model

#1C4E1E color RGB value is (28,78,30).

  • red value is 28;
  • green value is 78;
  • blue value is 30.
RGB:
(28,78,30)
(11%,31%,12%)

RGB channels and saturation

R 28 of 255 = 11%
G 78 of 255 = 31%
B 30 of 255 = 12%

28
78
30

R + G + B ~ 18%. #1C4E1E is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 78 + 30 = 136 (100%)
R 28 of 136 ~ 20.59%
G 78 of 136 ~ 57.35%
B 30 of 136 ~ 22.06%

%20.59
%57.35
%22.06

CMYK color model

#1C4E1E color CMYK value is (64,0,62,69).

  • cyan value is 64.10%
  • magenta value is 0.00%
  • yellow value is 61.54%
  • key color value is 69.41%
CMYK:
(64,0,62,69)
C64M0Y62K69 
(64%,0%,62%,69%)
(0.64/0.00/0.62/0.69)	

CMYK percentages

%64.1
%0
%61.54
%69.41

Codes

Color #1C4E1E in popluar color models

1C4E1E
RGB287830
HSL122°47.17%20.78%
HSB/HSV122°64.10%30.59%
CMYK64.10%0.00%61.54%
69.41%

Color #1C4E1E in popluar number systems.

HEX1C4E1E
Decimal287830
Binary11100100111011110
Octal3411636

Shades and tints

Shades of #1C4E1E

#1C4E1E
(28,78,30)
#1A471C
(26,71,28)
#18401A
(24,64,26)
#163918
(22,57,24)
#143216
(20,50,22)
#122B14
(18,43,20)
#102412
(16,36,18)
#0E1D10
(14,29,16)
#0C160E
(12,22,14)
#0A0F0C
(10,15,12)
#08080A
(8,8,10)
#000000
(0,0,0)

Tints of #1C4E1E

#1C4E1E
(28,78,30)
#305E32
(48,94,50)
#446E46
(68,110,70)
#587E5A
(88,126,90)
#6C8E6E
(108,142,110)
#809E82
(128,158,130)
#94AE96
(148,174,150)
#A8BEAA
(168,190,170)
#BCCEBE
(188,206,190)
#D0DED2
(208,222,210)
#E4EEE6
(228,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C4E1E color. Also use rgb(28,78,30) instead hex code.

Text Font Color

.myTextColor { color: #1C4E1E; }

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

This text font color is #1C4E1E.


Background Color

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

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

This div background color is #1C4E1E.


Border color

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

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

This div border color is #1C4E1E.


Opacity

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

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

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

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

This text has shadow with #1C4E1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C4E1E on black background.


Color preview on white background

This text has color #1C4E1E on white background.



Black color preview on #1C4E1E background

This text has black color on #1C4E1E background.


White color preview on #1C4E1E background

This text has white color on #1C4E1E background.