COLOR #1E5F63

HEX: #1E5F63
RGB: (30,95,99)

Color info

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

RGB color model

#1E5F63 color RGB value is (30,95,99).

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

RGB channels and saturation

R 30 of 255 = 12%
G 95 of 255 = 37%
B 99 of 255 = 39%

30
95
99

R + G + B ~ 29%. #1E5F63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 95 + 99 = 224 (100%)
R 30 of 224 ~ 13.39%
G 95 of 224 ~ 42.41%
B 99 of 224 ~ 44.2%

%13.39
%42.41
%44.2

CMYK color model

#1E5F63 color CMYK value is (70,4,0,61).

  • cyan value is 69.70%
  • magenta value is 4.04%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(70,4,0,61)
C70M4Y0K61 
(70%,4%,0%,61%)
(0.70/0.04/0.00/0.61)	

CMYK percentages

%69.7
%4.04
%0
%61.18

Codes

Color #1E5F63 in popluar color models

1E5F63
RGB309599
HSL183°53.49%25.29%
HSB/HSV183°69.70%38.82%
CMYK69.70%4.04%0.00%
61.18%

Color #1E5F63 in popluar number systems.

HEX1E5F63
Decimal309599
Binary1111010111111100011
Octal36137143

Shades and tints

Shades of #1E5F63

#1E5F63
(30,95,99)
#1C575A
(28,87,90)
#1A4F51
(26,79,81)
#184748
(24,71,72)
#163F3F
(22,63,63)
#143736
(20,55,54)
#122F2D
(18,47,45)
#102724
(16,39,36)
#0E1F1B
(14,31,27)
#0C1712
(12,23,18)
#0A0F09
(10,15,9)
#000000
(0,0,0)

Tints of #1E5F63

#1E5F63
(30,95,99)
#326D71
(50,109,113)
#467B7F
(70,123,127)
#5A898D
(90,137,141)
#6E979B
(110,151,155)
#82A5A9
(130,165,169)
#96B3B7
(150,179,183)
#AAC1C5
(170,193,197)
#BECFD3
(190,207,211)
#D2DDE1
(210,221,225)
#E6EBEF
(230,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E5F63; }

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

This text font color is #1E5F63.


Background Color

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

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

This div background color is #1E5F63.


Border color

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

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

This div border color is #1E5F63.


Opacity

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

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

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

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

This text has shadow with #1E5F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E5F63 on black background.


Color preview on white background

This text has color #1E5F63 on white background.



Black color preview on #1E5F63 background

This text has black color on #1E5F63 background.


White color preview on #1E5F63 background

This text has white color on #1E5F63 background.