COLOR #1E5B3B

HEX: #1E5B3B
RGB: (30,91,59)

Color info

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

RGB color model

#1E5B3B color RGB value is (30,91,59).

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

RGB channels and saturation

R 30 of 255 = 12%
G 91 of 255 = 36%
B 59 of 255 = 23%

30
91
59

R + G + B ~ 24%. #1E5B3B is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 91 + 59 = 180 (100%)
R 30 of 180 ~ 16.67%
G 91 of 180 ~ 50.56%
B 59 of 180 ~ 32.78%

%16.67
%50.56
%32.78

CMYK color model

#1E5B3B color CMYK value is (67,0,35,64).

  • cyan value is 67.03%
  • magenta value is 0.00%
  • yellow value is 35.16%
  • key color value is 64.31%
CMYK:
(67,0,35,64)
C67M0Y35K64 
(67%,0%,35%,64%)
(0.67/0.00/0.35/0.64)	

CMYK percentages

%67.03
%0
%35.16
%64.31

Codes

Color #1E5B3B in popluar color models

1E5B3B
RGB309159
HSL149°50.41%23.73%
HSB/HSV149°67.03%35.69%
CMYK67.03%0.00%35.16%
64.31%

Color #1E5B3B in popluar number systems.

HEX1E5B3B
Decimal309159
Binary111101011011111011
Octal3613373

Shades and tints

Shades of #1E5B3B

#1E5B3B
(30,91,59)
#1C5336
(28,83,54)
#1A4B31
(26,75,49)
#18432C
(24,67,44)
#163B27
(22,59,39)
#143322
(20,51,34)
#122B1D
(18,43,29)
#102318
(16,35,24)
#0E1B13
(14,27,19)
#0C130E
(12,19,14)
#0A0B09
(10,11,9)
#000000
(0,0,0)

Tints of #1E5B3B

#1E5B3B
(30,91,59)
#32694C
(50,105,76)
#46775D
(70,119,93)
#5A856E
(90,133,110)
#6E937F
(110,147,127)
#82A190
(130,161,144)
#96AFA1
(150,175,161)
#AABDB2
(170,189,178)
#BECBC3
(190,203,195)
#D2D9D4
(210,217,212)
#E6E7E5
(230,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E5B3B; }

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

This text font color is #1E5B3B.


Background Color

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

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

This div background color is #1E5B3B.


Border color

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

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

This div border color is #1E5B3B.


Opacity

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

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

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

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

This text has shadow with #1E5B3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E5B3B on black background.


Color preview on white background

This text has color #1E5B3B on white background.



Black color preview on #1E5B3B background

This text has black color on #1E5B3B background.


White color preview on #1E5B3B background

This text has white color on #1E5B3B background.