COLOR #1E6639

HEX: #1E6639
RGB: (30,102,57)

Color info

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

RGB color model

#1E6639 color RGB value is (30,102,57).

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

RGB channels and saturation

R 30 of 255 = 12%
G 102 of 255 = 40%
B 57 of 255 = 22%

30
102
57

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

Portions of RGB colors in percentages

R + G + B =
30 + 102 + 57 = 189 (100%)
R 30 of 189 ~ 15.87%
G 102 of 189 ~ 53.97%
B 57 of 189 ~ 30.16%

%15.87
%53.97
%30.16

CMYK color model

#1E6639 color CMYK value is (71,0,44,60).

  • cyan value is 70.59%
  • magenta value is 0.00%
  • yellow value is 44.12%
  • key color value is 60.00%
CMYK:
(71,0,44,60)
C71M0Y44K60 
(71%,0%,44%,60%)
(0.71/0.00/0.44/0.60)	

CMYK percentages

%70.59
%0
%44.12
%60

Codes

Color #1E6639 in popluar color models

1E6639
RGB3010257
HSL143°54.55%25.88%
HSB/HSV143°70.59%40.00%
CMYK70.59%0.00%44.12%
60.00%

Color #1E6639 in popluar number systems.

HEX1E6639
Decimal3010257
Binary111101100110111001
Octal3614671

Shades and tints

Shades of #1E6639

#1E6639
(30,102,57)
#1C5D34
(28,93,52)
#1A542F
(26,84,47)
#184B2A
(24,75,42)
#164225
(22,66,37)
#143920
(20,57,32)
#12301B
(18,48,27)
#102716
(16,39,22)
#0E1E11
(14,30,17)
#0C150C
(12,21,12)
#0A0C07
(10,12,7)
#000000
(0,0,0)

Tints of #1E6639

#1E6639
(30,102,57)
#32734B
(50,115,75)
#46805D
(70,128,93)
#5A8D6F
(90,141,111)
#6E9A81
(110,154,129)
#82A793
(130,167,147)
#96B4A5
(150,180,165)
#AAC1B7
(170,193,183)
#BECEC9
(190,206,201)
#D2DBDB
(210,219,219)
#E6E8ED
(230,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E6639; }

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

This text font color is #1E6639.


Background Color

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

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

This div background color is #1E6639.


Border color

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

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

This div border color is #1E6639.


Opacity

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

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

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

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

This text has shadow with #1E6639 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E6639 on black background.


Color preview on white background

This text has color #1E6639 on white background.



Black color preview on #1E6639 background

This text has black color on #1E6639 background.


White color preview on #1E6639 background

This text has white color on #1E6639 background.