COLOR #1C4E28

HEX: #1C4E28
RGB: (28,78,40)

Color info

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

RGB color model

#1C4E28 color RGB value is (28,78,40).

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

RGB channels and saturation

R 28 of 255 = 11%
G 78 of 255 = 31%
B 40 of 255 = 16%

28
78
40

R + G + B ~ 19%. #1C4E28 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 78 + 40 = 146 (100%)
R 28 of 146 ~ 19.18%
G 78 of 146 ~ 53.42%
B 40 of 146 ~ 27.4%

%19.18
%53.42
%27.4

CMYK color model

#1C4E28 color CMYK value is (64,0,49,69).

  • cyan value is 64.10%
  • magenta value is 0.00%
  • yellow value is 48.72%
  • key color value is 69.41%
CMYK:
(64,0,49,69)
C64M0Y49K69 
(64%,0%,49%,69%)
(0.64/0.00/0.49/0.69)	

CMYK percentages

%64.1
%0
%48.72
%69.41

Codes

Color #1C4E28 in popluar color models

1C4E28
RGB287840
HSL134°47.17%20.78%
HSB/HSV134°64.10%30.59%
CMYK64.10%0.00%48.72%
69.41%

Color #1C4E28 in popluar number systems.

HEX1C4E28
Decimal287840
Binary111001001110101000
Octal3411650

Shades and tints

Shades of #1C4E28

#1C4E28
(28,78,40)
#1A4725
(26,71,37)
#184022
(24,64,34)
#16391F
(22,57,31)
#14321C
(20,50,28)
#122B19
(18,43,25)
#102416
(16,36,22)
#0E1D13
(14,29,19)
#0C1610
(12,22,16)
#0A0F0D
(10,15,13)
#08080A
(8,8,10)
#000000
(0,0,0)

Tints of #1C4E28

#1C4E28
(28,78,40)
#305E3B
(48,94,59)
#446E4E
(68,110,78)
#587E61
(88,126,97)
#6C8E74
(108,142,116)
#809E87
(128,158,135)
#94AE9A
(148,174,154)
#A8BEAD
(168,190,173)
#BCCEC0
(188,206,192)
#D0DED3
(208,222,211)
#E4EEE6
(228,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C4E28; }

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

This text font color is #1C4E28.


Background Color

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

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

This div background color is #1C4E28.


Border color

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

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

This div border color is #1C4E28.


Opacity

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

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

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

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

This text has shadow with #1C4E28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C4E28 on black background.


Color preview on white background

This text has color #1C4E28 on white background.



Black color preview on #1C4E28 background

This text has black color on #1C4E28 background.


White color preview on #1C4E28 background

This text has white color on #1C4E28 background.