COLOR #1E6451

HEX: #1E6451
RGB: (30,100,81)

Color info

#1E6451 contains mainly green and blue colors. Web safe color of #1E6451 is #336666 (or #366).

RGB color model

#1E6451 color RGB value is (30,100,81).

  • red value is 30;
  • green value is 100;
  • blue value is 81.
RGB:
(30,100,81)
(12%,39%,32%)

RGB channels and saturation

R 30 of 255 = 12%
G 100 of 255 = 39%
B 81 of 255 = 32%

30
100
81

R + G + B ~ 28%. #1E6451 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 100 + 81 = 211 (100%)
R 30 of 211 ~ 14.22%
G 100 of 211 ~ 47.39%
B 81 of 211 ~ 38.39%

%14.22
%47.39
%38.39

CMYK color model

#1E6451 color CMYK value is (70,0,19,61).

  • cyan value is 70.00%
  • magenta value is 0.00%
  • yellow value is 19.00%
  • key color value is 60.78%
CMYK:
(70,0,19,61)
C70M0Y19K61 
(70%,0%,19%,61%)
(0.70/0.00/0.19/0.61)	

CMYK percentages

%70
%0
%19
%60.78

Codes

Color #1E6451 in popluar color models

1E6451
RGB3010081
HSL164°53.85%25.49%
HSB/HSV164°70.00%39.22%
CMYK70.00%0.00%19.00%
60.78%

Color #1E6451 in popluar number systems.

HEX1E6451
Decimal3010081
Binary1111011001001010001
Octal36144121

Shades and tints

Shades of #1E6451

#1E6451
(30,100,81)
#1C5B4A
(28,91,74)
#1A5243
(26,82,67)
#18493C
(24,73,60)
#164035
(22,64,53)
#14372E
(20,55,46)
#122E27
(18,46,39)
#102520
(16,37,32)
#0E1C19
(14,28,25)
#0C1312
(12,19,18)
#0A0A0B
(10,10,11)
#000000
(0,0,0)

Tints of #1E6451

#1E6451
(30,100,81)
#327260
(50,114,96)
#46806F
(70,128,111)
#5A8E7E
(90,142,126)
#6E9C8D
(110,156,141)
#82AA9C
(130,170,156)
#96B8AB
(150,184,171)
#AAC6BA
(170,198,186)
#BED4C9
(190,212,201)
#D2E2D8
(210,226,216)
#E6F0E7
(230,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E6451 color. Also use rgb(30,100,81) instead hex code.

Text Font Color

.myTextColor { color: #1E6451; }

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

This text font color is #1E6451.


Background Color

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

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

This div background color is #1E6451.


Border color

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

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

This div border color is #1E6451.


Opacity

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

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

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

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

This text has shadow with #1E6451 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E6451 on black background.


Color preview on white background

This text has color #1E6451 on white background.



Black color preview on #1E6451 background

This text has black color on #1E6451 background.


White color preview on #1E6451 background

This text has white color on #1E6451 background.