COLOR #1E6762

HEX: #1E6762
RGB: (30,103,98)

Color info

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

RGB color model

#1E6762 color RGB value is (30,103,98).

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

RGB channels and saturation

R 30 of 255 = 12%
G 103 of 255 = 40%
B 98 of 255 = 38%

30
103
98

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

Portions of RGB colors in percentages

R + G + B =
30 + 103 + 98 = 231 (100%)
R 30 of 231 ~ 12.99%
G 103 of 231 ~ 44.59%
B 98 of 231 ~ 42.42%

%12.99
%44.59
%42.42

CMYK color model

#1E6762 color CMYK value is (71,0,5,60).

  • cyan value is 70.87%
  • magenta value is 0.00%
  • yellow value is 4.85%
  • key color value is 59.61%
CMYK:
(71,0,5,60)
C71M0Y5K60 
(71%,0%,5%,60%)
(0.71/0.00/0.05/0.60)	

CMYK percentages

%70.87
%0
%4.85
%59.61

Codes

Color #1E6762 in popluar color models

1E6762
RGB3010398
HSL176°54.89%26.08%
HSB/HSV176°70.87%40.39%
CMYK70.87%0.00%4.85%
59.61%

Color #1E6762 in popluar number systems.

HEX1E6762
Decimal3010398
Binary1111011001111100010
Octal36147142

Shades and tints

Shades of #1E6762

#1E6762
(30,103,98)
#1C5E5A
(28,94,90)
#1A5552
(26,85,82)
#184C4A
(24,76,74)
#164342
(22,67,66)
#143A3A
(20,58,58)
#123132
(18,49,50)
#10282A
(16,40,42)
#0E1F22
(14,31,34)
#0C161A
(12,22,26)
#0A0D12
(10,13,18)
#000000
(0,0,0)

Tints of #1E6762

#1E6762
(30,103,98)
#327470
(50,116,112)
#46817E
(70,129,126)
#5A8E8C
(90,142,140)
#6E9B9A
(110,155,154)
#82A8A8
(130,168,168)
#96B5B6
(150,181,182)
#AAC2C4
(170,194,196)
#BECFD2
(190,207,210)
#D2DCE0
(210,220,224)
#E6E9EE
(230,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E6762; }

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

This text font color is #1E6762.


Background Color

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

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

This div background color is #1E6762.


Border color

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

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

This div border color is #1E6762.


Opacity

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

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

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

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

This text has shadow with #1E6762 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E6762 on black background.


Color preview on white background

This text has color #1E6762 on white background.



Black color preview on #1E6762 background

This text has black color on #1E6762 background.


White color preview on #1E6762 background

This text has white color on #1E6762 background.