COLOR #1E5F39

HEX: #1E5F39
RGB: (30,95,57)

Color info

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

RGB color model

#1E5F39 color RGB value is (30,95,57).

  • red value is 30;
  • green value is 95;
  • blue value is 57.
RGB:
(30,95,57)
(12%,37%,22%)

RGB channels and saturation

R 30 of 255 = 12%
G 95 of 255 = 37%
B 57 of 255 = 22%

30
95
57

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

Portions of RGB colors in percentages

R + G + B =
30 + 95 + 57 = 182 (100%)
R 30 of 182 ~ 16.48%
G 95 of 182 ~ 52.2%
B 57 of 182 ~ 31.32%

%16.48
%52.2
%31.32

CMYK color model

#1E5F39 color CMYK value is (68,0,40,63).

  • cyan value is 68.42%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 62.75%
CMYK:
(68,0,40,63)
C68M0Y40K63 
(68%,0%,40%,63%)
(0.68/0.00/0.40/0.63)	

CMYK percentages

%68.42
%0
%40
%62.75

Codes

Color #1E5F39 in popluar color models

1E5F39
RGB309557
HSL145°52.00%24.51%
HSB/HSV145°68.42%37.25%
CMYK68.42%0.00%40.00%
62.75%

Color #1E5F39 in popluar number systems.

HEX1E5F39
Decimal309557
Binary111101011111111001
Octal3613771

Shades and tints

Shades of #1E5F39

#1E5F39
(30,95,57)
#1C5734
(28,87,52)
#1A4F2F
(26,79,47)
#18472A
(24,71,42)
#163F25
(22,63,37)
#143720
(20,55,32)
#122F1B
(18,47,27)
#102716
(16,39,22)
#0E1F11
(14,31,17)
#0C170C
(12,23,12)
#0A0F07
(10,15,7)
#000000
(0,0,0)

Tints of #1E5F39

#1E5F39
(30,95,57)
#326D4B
(50,109,75)
#467B5D
(70,123,93)
#5A896F
(90,137,111)
#6E9781
(110,151,129)
#82A593
(130,165,147)
#96B3A5
(150,179,165)
#AAC1B7
(170,193,183)
#BECFC9
(190,207,201)
#D2DDDB
(210,221,219)
#E6EBED
(230,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E5F39 color. Also use rgb(30,95,57) instead hex code.

Text Font Color

.myTextColor { color: #1E5F39; }

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

This text font color is #1E5F39.


Background Color

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

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

This div background color is #1E5F39.


Border color

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

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

This div border color is #1E5F39.


Opacity

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

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

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

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

This text has shadow with #1E5F39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E5F39 on black background.


Color preview on white background

This text has color #1E5F39 on white background.



Black color preview on #1E5F39 background

This text has black color on #1E5F39 background.


White color preview on #1E5F39 background

This text has white color on #1E5F39 background.