COLOR #1E6315

HEX: #1E6315
RGB: (30,99,21)

Color info

#1E6315 contains mainly green color. Web safe color of #1E6315 is #336600 (or #360).

RGB color model

#1E6315 color RGB value is (30,99,21).

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

RGB channels and saturation

R 30 of 255 = 12%
G 99 of 255 = 39%
B 21 of 255 = 8%

30
99
21

R + G + B ~ 20%. #1E6315 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 99 + 21 = 150 (100%)
R 30 of 150 ~ 20%
G 99 of 150 ~ 66%
B 21 of 150 ~ 14%

%20
%66
%14

CMYK color model

#1E6315 color CMYK value is (70,0,79,61).

  • cyan value is 69.70%
  • magenta value is 0.00%
  • yellow value is 78.79%
  • key color value is 61.18%
CMYK:
(70,0,79,61)
C70M0Y79K61 
(70%,0%,79%,61%)
(0.70/0.00/0.79/0.61)	

CMYK percentages

%69.7
%0
%78.79
%61.18

Codes

Color #1E6315 in popluar color models

1E6315
RGB309921
HSL113°65.00%23.53%
HSB/HSV113°78.79%38.82%
CMYK69.70%0.00%78.79%
61.18%

Color #1E6315 in popluar number systems.

HEX1E6315
Decimal309921
Binary11110110001110101
Octal3614325

Shades and tints

Shades of #1E6315

#1E6315
(30,99,21)
#1C5A14
(28,90,20)
#1A5113
(26,81,19)
#184812
(24,72,18)
#163F11
(22,63,17)
#143610
(20,54,16)
#122D0F
(18,45,15)
#10240E
(16,36,14)
#0E1B0D
(14,27,13)
#0C120C
(12,18,12)
#0A090B
(10,9,11)
#000000
(0,0,0)

Tints of #1E6315

#1E6315
(30,99,21)
#32712A
(50,113,42)
#467F3F
(70,127,63)
#5A8D54
(90,141,84)
#6E9B69
(110,155,105)
#82A97E
(130,169,126)
#96B793
(150,183,147)
#AAC5A8
(170,197,168)
#BED3BD
(190,211,189)
#D2E1D2
(210,225,210)
#E6EFE7
(230,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E6315; }

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

This text font color is #1E6315.


Background Color

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

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

This div background color is #1E6315.


Border color

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

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

This div border color is #1E6315.


Opacity

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

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

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

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

This text has shadow with #1E6315 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E6315 on black background.


Color preview on white background

This text has color #1E6315 on white background.



Black color preview on #1E6315 background

This text has black color on #1E6315 background.


White color preview on #1E6315 background

This text has white color on #1E6315 background.