COLOR #1E6063

HEX: #1E6063 RGB: (30,96,99)

Color info

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

RGB color model

#1E6063 color RGB value is (30,96,99).

RGB: (30,96,99) (12%, 38%, 39%)

RGB channels and saturation

R 30 of 255 = 12%
G 96 of 255 = 38%
B 99 of 255 = 39%

30
96
99

R + G + B ~ 30%. #1E6063 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 96 + 99 = 225 (100%)
R 30 of 225 ~ 13.33%
G 96 of 225 ~ 42.67%
B 99 of 225 ~ 44'%

%13.33
%42.67
%44

CMYK color model

#1E6063 color CMYK value is (70,3,0,61).

  • cyan value is 69.70%
  • magenta value is 3.03%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (70,3,0,61)
C70M3Y0K61 (70%, 3%, 0%, 61%)
(0.70 / 0.03 / 0.00 / 0.61)

CMYK percentages

%69.7
%3.03
%0
%61.18

Codes

Color #1E6063 in popluar color models

1E 60 63
RGB 30 96 99
HSL 183° 53.49% 25.29%
HSB/HSV 183° 69.70% 38.82%
CMYK 69.70% 3.03% 0.00%
61.18%

Color #1E6063 in popluar number systems.

HEX 1E 60 63
Decimal 30 96 99
Binary 11110 1100000 1100011
Octal 36 140 143

Shades and tints

Shades of #1E6063

#1E6063
(30,96,99)
#1C585A
(28,88,90)
#1A5051
(26,80,81)
#184848
(24,72,72)
#16403F
(22,64,63)
#143836
(20,56,54)
#12302D
(18,48,45)
#102824
(16,40,36)
#0E201B
(14,32,27)
#0C1812
(12,24,18)
#0A1009
(10,16,9)
#000000
(0,0,0)

Tints of #1E6063

#1E6063
(30,96,99)
#326E71
(50,110,113)
#467C7F
(70,124,127)
#5A8A8D
(90,138,141)
#6E989B
(110,152,155)
#82A6A9
(130,166,169)
#96B4B7
(150,180,183)
#AAC2C5
(170,194,197)
#BED0D3
(190,208,211)
#D2DEE1
(210,222,225)
#E6ECEF
(230,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E6063; }

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

This text font color is #1E6063.

Background Color

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

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

This div background color is #1E6063.

Border color

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

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

This div border color is #1E6063.

Opacity

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

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

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

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

This text has shadow with #1E6063 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E6063.

Preview

Color preview on black background

This text has color #1E6063 on black background.


Color preview on white background

This text has color #1E6063 on white background.


Black color preview on #1E6063 background

This text has black color on #1E6063 background.


White color preview on #1E6063 background

This text has white color on #1E6063 background.


Related colors

Complementary color

Complementary color for #hex is #E19F9C.


I love getcolorcode.com

Triadic colors

1 #631E60 and #60631E with #1E6063 are triadic colors.

2 #63601E and #601E63 with #1E6063 are triadic colors.