COLOR #1E5B28

HEX: #1E5B28
RGB: (30,91,40)

Color info

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

RGB color model

#1E5B28 color RGB value is (30,91,40).

  • red value is 30;
  • green value is 91;
  • blue value is 40.
RGB:
(30,91,40)
(12%,36%,16%)

RGB channels and saturation

R 30 of 255 = 12%
G 91 of 255 = 36%
B 40 of 255 = 16%

30
91
40

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

Portions of RGB colors in percentages

R + G + B =
30 + 91 + 40 = 161 (100%)
R 30 of 161 ~ 18.63%
G 91 of 161 ~ 56.52%
B 40 of 161 ~ 24.84%

%18.63
%56.52
%24.84

CMYK color model

#1E5B28 color CMYK value is (67,0,56,64).

  • cyan value is 67.03%
  • magenta value is 0.00%
  • yellow value is 56.04%
  • key color value is 64.31%
CMYK:
(67,0,56,64)
C67M0Y56K64 
(67%,0%,56%,64%)
(0.67/0.00/0.56/0.64)	

CMYK percentages

%67.03
%0
%56.04
%64.31

Codes

Color #1E5B28 in popluar color models

1E5B28
RGB309140
HSL130°50.41%23.73%
HSB/HSV130°67.03%35.69%
CMYK67.03%0.00%56.04%
64.31%

Color #1E5B28 in popluar number systems.

HEX1E5B28
Decimal309140
Binary111101011011101000
Octal3613350

Shades and tints

Shades of #1E5B28

#1E5B28
(30,91,40)
#1C5325
(28,83,37)
#1A4B22
(26,75,34)
#18431F
(24,67,31)
#163B1C
(22,59,28)
#143319
(20,51,25)
#122B16
(18,43,22)
#102313
(16,35,19)
#0E1B10
(14,27,16)
#0C130D
(12,19,13)
#0A0B0A
(10,11,10)
#000000
(0,0,0)

Tints of #1E5B28

#1E5B28
(30,91,40)
#32693B
(50,105,59)
#46774E
(70,119,78)
#5A8561
(90,133,97)
#6E9374
(110,147,116)
#82A187
(130,161,135)
#96AF9A
(150,175,154)
#AABDAD
(170,189,173)
#BECBC0
(190,203,192)
#D2D9D3
(210,217,211)
#E6E7E6
(230,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E5B28 color. Also use rgb(30,91,40) instead hex code.

Text Font Color

.myTextColor { color: #1E5B28; }

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

This text font color is #1E5B28.


Background Color

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

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

This div background color is #1E5B28.


Border color

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

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

This div border color is #1E5B28.


Opacity

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

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

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

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

This text has shadow with #1E5B28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E5B28 on black background.


Color preview on white background

This text has color #1E5B28 on white background.



Black color preview on #1E5B28 background

This text has black color on #1E5B28 background.


White color preview on #1E5B28 background

This text has white color on #1E5B28 background.