COLOR #1E4B07

HEX: #1E4B07
RGB: (30,75,7)

Color info

#1E4B07 contains mainly red and green colors. Web safe color of #1E4B07 is #333300 (or #330).

RGB color model

#1E4B07 color RGB value is (30,75,7).

  • red value is 30;
  • green value is 75;
  • blue value is 7.
RGB:
(30,75,7)
(12%,29%,3%)

RGB channels and saturation

R 30 of 255 = 12%
G 75 of 255 = 29%
B 7 of 255 = 3%

30
75
7

R + G + B ~ 15%. #1E4B07 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 75 + 7 = 112 (100%)
R 30 of 112 ~ 26.79%
G 75 of 112 ~ 66.96%
B 7 of 112 ~ 6.25%

%26.79
%66.96

CMYK color model

#1E4B07 color CMYK value is (60,0,91,71).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 90.67%
  • key color value is 70.59%
CMYK:
(60,0,91,71)
C60M0Y91K71 
(60%,0%,91%,71%)
(0.60/0.00/0.91/0.71)	

CMYK percentages

%60
%0
%90.67
%70.59

Codes

Color #1E4B07 in popluar color models

1E4B07
RGB30757
HSL100°82.93%16.08%
HSB/HSV100°90.67%29.41%
CMYK60.00%0.00%90.67%
70.59%

Color #1E4B07 in popluar number systems.

HEX1E4B07
Decimal30757
Binary111101001011111
Octal361137

Shades and tints

Shades of #1E4B07

#1E4B07
(30,75,7)
#1C4507
(28,69,7)
#1A3F07
(26,63,7)
#183907
(24,57,7)
#163307
(22,51,7)
#142D07
(20,45,7)
#122707
(18,39,7)
#102107
(16,33,7)
#0E1B07
(14,27,7)
#0C1507
(12,21,7)
#0A0F07
(10,15,7)
#000000
(0,0,0)

Tints of #1E4B07

#1E4B07
(30,75,7)
#325B1D
(50,91,29)
#466B33
(70,107,51)
#5A7B49
(90,123,73)
#6E8B5F
(110,139,95)
#829B75
(130,155,117)
#96AB8B
(150,171,139)
#AABBA1
(170,187,161)
#BECBB7
(190,203,183)
#D2DBCD
(210,219,205)
#E6EBE3
(230,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E4B07 color. Also use rgb(30,75,7) instead hex code.

Text Font Color

.myTextColor { color: #1E4B07; }

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

This text font color is #1E4B07.


Background Color

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

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

This div background color is #1E4B07.


Border color

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

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

This div border color is #1E4B07.


Opacity

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

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

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

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

This text has shadow with #1E4B07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E4B07 on black background.


Color preview on white background

This text has color #1E4B07 on white background.



Black color preview on #1E4B07 background

This text has black color on #1E4B07 background.


White color preview on #1E4B07 background

This text has white color on #1E4B07 background.