COLOR #1E6326

HEX: #1E6326
RGB: (30,99,38)

Color info

#1E6326 contains mainly green color. Web safe color of #1E6326 is #336633 (or #363).

RGB color model

#1E6326 color RGB value is (30,99,38).

  • red value is 30;
  • green value is 99;
  • blue value is 38.
RGB:
(30,99,38)
(12%,39%,15%)

RGB channels and saturation

R 30 of 255 = 12%
G 99 of 255 = 39%
B 38 of 255 = 15%

30
99
38

R + G + B ~ 22%. #1E6326 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 99 + 38 = 167 (100%)
R 30 of 167 ~ 17.96%
G 99 of 167 ~ 59.28%
B 38 of 167 ~ 22.75%

%17.96
%59.28
%22.75

CMYK color model

#1E6326 color CMYK value is (70,0,62,61).

  • cyan value is 69.70%
  • magenta value is 0.00%
  • yellow value is 61.62%
  • key color value is 61.18%
CMYK:
(70,0,62,61)
C70M0Y62K61 
(70%,0%,62%,61%)
(0.70/0.00/0.62/0.61)	

CMYK percentages

%69.7
%0
%61.62
%61.18

Codes

Color #1E6326 in popluar color models

1E6326
RGB309938
HSL127°53.49%25.29%
HSB/HSV127°69.70%38.82%
CMYK69.70%0.00%61.62%
61.18%

Color #1E6326 in popluar number systems.

HEX1E6326
Decimal309938
Binary111101100011100110
Octal3614346

Shades and tints

Shades of #1E6326

#1E6326
(30,99,38)
#1C5A23
(28,90,35)
#1A5120
(26,81,32)
#18481D
(24,72,29)
#163F1A
(22,63,26)
#143617
(20,54,23)
#122D14
(18,45,20)
#102411
(16,36,17)
#0E1B0E
(14,27,14)
#0C120B
(12,18,11)
#0A0908
(10,9,8)
#000000
(0,0,0)

Tints of #1E6326

#1E6326
(30,99,38)
#327139
(50,113,57)
#467F4C
(70,127,76)
#5A8D5F
(90,141,95)
#6E9B72
(110,155,114)
#82A985
(130,169,133)
#96B798
(150,183,152)
#AAC5AB
(170,197,171)
#BED3BE
(190,211,190)
#D2E1D1
(210,225,209)
#E6EFE4
(230,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E6326 color. Also use rgb(30,99,38) instead hex code.

Text Font Color

.myTextColor { color: #1E6326; }

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

This text font color is #1E6326.


Background Color

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

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

This div background color is #1E6326.


Border color

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

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

This div border color is #1E6326.


Opacity

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

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

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

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

This text has shadow with #1E6326 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E6326 on black background.


Color preview on white background

This text has color #1E6326 on white background.



Black color preview on #1E6326 background

This text has black color on #1E6326 background.


White color preview on #1E6326 background

This text has white color on #1E6326 background.