COLOR #1E5C24

HEX: #1E5C24
RGB: (30,92,36)

Color info

#1E5C24 contains mainly green and blue colors. Web safe color of #1E5C24 is #336633 (or #363).

RGB color model

#1E5C24 color RGB value is (30,92,36).

  • red value is 30;
  • green value is 92;
  • blue value is 36.
RGB:
(30,92,36)
(12%,36%,14%)

RGB channels and saturation

R 30 of 255 = 12%
G 92 of 255 = 36%
B 36 of 255 = 14%

30
92
36

R + G + B ~ 21%. #1E5C24 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 92 + 36 = 158 (100%)
R 30 of 158 ~ 18.99%
G 92 of 158 ~ 58.23%
B 36 of 158 ~ 22.78%

%18.99
%58.23
%22.78

CMYK color model

#1E5C24 color CMYK value is (67,0,61,64).

  • cyan value is 67.39%
  • magenta value is 0.00%
  • yellow value is 60.87%
  • key color value is 63.92%
CMYK:
(67,0,61,64)
C67M0Y61K64 
(67%,0%,61%,64%)
(0.67/0.00/0.61/0.64)	

CMYK percentages

%67.39
%0
%60.87
%63.92

Codes

Color #1E5C24 in popluar color models

1E5C24
RGB309236
HSL126°50.82%23.92%
HSB/HSV126°67.39%36.08%
CMYK67.39%0.00%60.87%
63.92%

Color #1E5C24 in popluar number systems.

HEX1E5C24
Decimal309236
Binary111101011100100100
Octal3613444

Shades and tints

Shades of #1E5C24

#1E5C24
(30,92,36)
#1C5421
(28,84,33)
#1A4C1E
(26,76,30)
#18441B
(24,68,27)
#163C18
(22,60,24)
#143415
(20,52,21)
#122C12
(18,44,18)
#10240F
(16,36,15)
#0E1C0C
(14,28,12)
#0C1409
(12,20,9)
#0A0C06
(10,12,6)
#000000
(0,0,0)

Tints of #1E5C24

#1E5C24
(30,92,36)
#326A37
(50,106,55)
#46784A
(70,120,74)
#5A865D
(90,134,93)
#6E9470
(110,148,112)
#82A283
(130,162,131)
#96B096
(150,176,150)
#AABEA9
(170,190,169)
#BECCBC
(190,204,188)
#D2DACF
(210,218,207)
#E6E8E2
(230,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E5C24 color. Also use rgb(30,92,36) instead hex code.

Text Font Color

.myTextColor { color: #1E5C24; }

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

This text font color is #1E5C24.


Background Color

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

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

This div background color is #1E5C24.


Border color

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

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

This div border color is #1E5C24.


Opacity

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

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

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

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

This text has shadow with #1E5C24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E5C24 on black background.


Color preview on white background

This text has color #1E5C24 on white background.



Black color preview on #1E5C24 background

This text has black color on #1E5C24 background.


White color preview on #1E5C24 background

This text has white color on #1E5C24 background.