COLOR #1E6C38

HEX: #1E6C38
RGB: (30,108,56)

Color info

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

RGB color model

#1E6C38 color RGB value is (30,108,56).

  • red value is 30;
  • green value is 108;
  • blue value is 56.
RGB:
(30,108,56)
(12%,42%,22%)

RGB channels and saturation

R 30 of 255 = 12%
G 108 of 255 = 42%
B 56 of 255 = 22%

30
108
56

R + G + B ~ 25%. #1E6C38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 108 + 56 = 194 (100%)
R 30 of 194 ~ 15.46%
G 108 of 194 ~ 55.67%
B 56 of 194 ~ 28.87%

%15.46
%55.67
%28.87

CMYK color model

#1E6C38 color CMYK value is (72,0,48,58).

  • cyan value is 72.22%
  • magenta value is 0.00%
  • yellow value is 48.15%
  • key color value is 57.65%
CMYK:
(72,0,48,58)
C72M0Y48K58 
(72%,0%,48%,58%)
(0.72/0.00/0.48/0.58)	

CMYK percentages

%72.22
%0
%48.15
%57.65

Codes

Color #1E6C38 in popluar color models

1E6C38
RGB3010856
HSL140°56.52%27.06%
HSB/HSV140°72.22%42.35%
CMYK72.22%0.00%48.15%
57.65%

Color #1E6C38 in popluar number systems.

HEX1E6C38
Decimal3010856
Binary111101101100111000
Octal3615470

Shades and tints

Shades of #1E6C38

#1E6C38
(30,108,56)
#1C6333
(28,99,51)
#1A5A2E
(26,90,46)
#185129
(24,81,41)
#164824
(22,72,36)
#143F1F
(20,63,31)
#12361A
(18,54,26)
#102D15
(16,45,21)
#0E2410
(14,36,16)
#0C1B0B
(12,27,11)
#0A1206
(10,18,6)
#000000
(0,0,0)

Tints of #1E6C38

#1E6C38
(30,108,56)
#32794A
(50,121,74)
#46865C
(70,134,92)
#5A936E
(90,147,110)
#6EA080
(110,160,128)
#82AD92
(130,173,146)
#96BAA4
(150,186,164)
#AAC7B6
(170,199,182)
#BED4C8
(190,212,200)
#D2E1DA
(210,225,218)
#E6EEEC
(230,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E6C38 color. Also use rgb(30,108,56) instead hex code.

Text Font Color

.myTextColor { color: #1E6C38; }

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

This text font color is #1E6C38.


Background Color

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

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

This div background color is #1E6C38.


Border color

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

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

This div border color is #1E6C38.


Opacity

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

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

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

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

This text has shadow with #1E6C38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E6C38 on black background.


Color preview on white background

This text has color #1E6C38 on white background.



Black color preview on #1E6C38 background

This text has black color on #1E6C38 background.


White color preview on #1E6C38 background

This text has white color on #1E6C38 background.