COLOR #1E7463

HEX: #1E7463
RGB: (30,116,99)

Color info

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

RGB color model

#1E7463 color RGB value is (30,116,99).

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

RGB channels and saturation

R 30 of 255 = 12%
G 116 of 255 = 45%
B 99 of 255 = 39%

30
116
99

R + G + B ~ 32%. #1E7463 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 116 + 99 = 245 (100%)
R 30 of 245 ~ 12.24%
G 116 of 245 ~ 47.35%
B 99 of 245 ~ 40.41%

%12.24
%47.35
%40.41

CMYK color model

#1E7463 color CMYK value is (74,0,15,55).

  • cyan value is 74.14%
  • magenta value is 0.00%
  • yellow value is 14.66%
  • key color value is 54.51%
CMYK:
(74,0,15,55)
C74M0Y15K55 
(74%,0%,15%,55%)
(0.74/0.00/0.15/0.55)	

CMYK percentages

%74.14
%0
%14.66
%54.51

Codes

Color #1E7463 in popluar color models

1E7463
RGB3011699
HSL168°58.90%28.63%
HSB/HSV168°74.14%45.49%
CMYK74.14%0.00%14.66%
54.51%

Color #1E7463 in popluar number systems.

HEX1E7463
Decimal3011699
Binary1111011101001100011
Octal36164143

Shades and tints

Shades of #1E7463

#1E7463
(30,116,99)
#1C6A5A
(28,106,90)
#1A6051
(26,96,81)
#185648
(24,86,72)
#164C3F
(22,76,63)
#144236
(20,66,54)
#12382D
(18,56,45)
#102E24
(16,46,36)
#0E241B
(14,36,27)
#0C1A12
(12,26,18)
#0A1009
(10,16,9)
#000000
(0,0,0)

Tints of #1E7463

#1E7463
(30,116,99)
#328071
(50,128,113)
#468C7F
(70,140,127)
#5A988D
(90,152,141)
#6EA49B
(110,164,155)
#82B0A9
(130,176,169)
#96BCB7
(150,188,183)
#AAC8C5
(170,200,197)
#BED4D3
(190,212,211)
#D2E0E1
(210,224,225)
#E6ECEF
(230,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E7463; }

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

This text font color is #1E7463.


Background Color

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

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

This div background color is #1E7463.


Border color

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

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

This div border color is #1E7463.


Opacity

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

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

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

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

This text has shadow with #1E7463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E7463 on black background.


Color preview on white background

This text has color #1E7463 on white background.



Black color preview on #1E7463 background

This text has black color on #1E7463 background.


White color preview on #1E7463 background

This text has white color on #1E7463 background.