COLOR #1E6559

HEX: #1E6559 RGB: (30,101,89)

Color info

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

RGB color model

#1E6559 color RGB value is (30,101,89).

RGB: (30,101,89) (12%, 40%, 35%)

RGB channels and saturation

R 30 of 255 = 12%
G 101 of 255 = 40%
B 89 of 255 = 35%

30
101
89

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

Portions of RGB colors in percentages

R + G + B = 30 + 101 + 89 = 220 (100%)
R 30 of 220 ~ 13.64%
G 101 of 220 ~ 45.91%
B 89 of 220 ~ 40.45'%

%13.64
%45.91
%40.45

CMYK color model

#1E6559 color CMYK value is (70,0,12,60).

  • cyan value is 70.30%
  • magenta value is 0.00%
  • yellow value is 11.88%
  • key color value is 60.39%

CMYK: (70,0,12,60)
C70M0Y12K60 (70%, 0%, 12%, 60%)
(0.70 / 0.00 / 0.12 / 0.60)

CMYK percentages

%70.3
%0
%11.88
%60.39

Codes

Color #1E6559 in popluar color models

1E 65 59
RGB 30 101 89
HSL 170° 54.20% 25.69%
HSB/HSV 170° 70.30% 39.61%
CMYK 70.30% 0.00% 11.88%
60.39%

Color #1E6559 in popluar number systems.

HEX 1E 65 59
Decimal 30 101 89
Binary 11110 1100101 1011001
Octal 36 145 131

Shades and tints

Shades of #1E6559

#1E6559
(30,101,89)
#1C5C51
(28,92,81)
#1A5349
(26,83,73)
#184A41
(24,74,65)
#164139
(22,65,57)
#143831
(20,56,49)
#122F29
(18,47,41)
#102621
(16,38,33)
#0E1D19
(14,29,25)
#0C1411
(12,20,17)
#0A0B09
(10,11,9)
#000000
(0,0,0)

Tints of #1E6559

#1E6559
(30,101,89)
#327368
(50,115,104)
#468177
(70,129,119)
#5A8F86
(90,143,134)
#6E9D95
(110,157,149)
#82ABA4
(130,171,164)
#96B9B3
(150,185,179)
#AAC7C2
(170,199,194)
#BED5D1
(190,213,209)
#D2E3E0
(210,227,224)
#E6F1EF
(230,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E6559 color. Also use rgb(30,101,89) instead hex code.

Text Font Color

.myTextColor { color: #1E6559; }

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

This text font color is #1E6559.

Background Color

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

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

This div background color is #1E6559.

Border color

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

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

This div border color is #1E6559.

Opacity

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

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

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

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

This text has shadow with #1E6559 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E6559.

Preview

Color preview on black background

This text has color #1E6559 on black background.


Color preview on white background

This text has color #1E6559 on white background.


Black color preview on #1E6559 background

This text has black color on #1E6559 background.


White color preview on #1E6559 background

This text has white color on #1E6559 background.


Related colors

Complementary color

Complementary color for #hex is #E19AA6.


I love getcolorcode.com

Triadic colors

1 #591E65 and #65591E with #1E6559 are triadic colors.

2 #59651E and #651E59 with #1E6559 are triadic colors.