COLOR #1E625A

HEX: #1E625A
RGB: (30,98,90)

Color info

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

RGB color model

#1E625A color RGB value is (30,98,90).

  • red value is 30;
  • green value is 98;
  • blue value is 90.
RGB:
(30,98,90)
(12%,38%,35%)

RGB channels and saturation

R 30 of 255 = 12%
G 98 of 255 = 38%
B 90 of 255 = 35%

30
98
90

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

Portions of RGB colors in percentages

R + G + B =
30 + 98 + 90 = 218 (100%)
R 30 of 218 ~ 13.76%
G 98 of 218 ~ 44.95%
B 90 of 218 ~ 41.28%

%13.76
%44.95
%41.28

CMYK color model

#1E625A color CMYK value is (69,0,8,62).

  • cyan value is 69.39%
  • magenta value is 0.00%
  • yellow value is 8.16%
  • key color value is 61.57%
CMYK:
(69,0,8,62)
C69M0Y8K62 
(69%,0%,8%,62%)
(0.69/0.00/0.08/0.62)	

CMYK percentages

%69.39
%0
%8.16
%61.57

Codes

Color #1E625A in popluar color models

1E625A
RGB309890
HSL173°53.13%25.10%
HSB/HSV173°69.39%38.43%
CMYK69.39%0.00%8.16%
61.57%

Color #1E625A in popluar number systems.

HEX1E625A
Decimal309890
Binary1111011000101011010
Octal36142132

Shades and tints

Shades of #1E625A

#1E625A
(30,98,90)
#1C5A52
(28,90,82)
#1A524A
(26,82,74)
#184A42
(24,74,66)
#16423A
(22,66,58)
#143A32
(20,58,50)
#12322A
(18,50,42)
#102A22
(16,42,34)
#0E221A
(14,34,26)
#0C1A12
(12,26,18)
#0A120A
(10,18,10)
#000000
(0,0,0)

Tints of #1E625A

#1E625A
(30,98,90)
#327069
(50,112,105)
#467E78
(70,126,120)
#5A8C87
(90,140,135)
#6E9A96
(110,154,150)
#82A8A5
(130,168,165)
#96B6B4
(150,182,180)
#AAC4C3
(170,196,195)
#BED2D2
(190,210,210)
#D2E0E1
(210,224,225)
#E6EEF0
(230,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E625A color. Also use rgb(30,98,90) instead hex code.

Text Font Color

.myTextColor { color: #1E625A; }

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

This text font color is #1E625A.


Background Color

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

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

This div background color is #1E625A.


Border color

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

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

This div border color is #1E625A.


Opacity

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

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

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

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

This text has shadow with #1E625A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E625A on black background.


Color preview on white background

This text has color #1E625A on white background.



Black color preview on #1E625A background

This text has black color on #1E625A background.


White color preview on #1E625A background

This text has white color on #1E625A background.