COLOR #1E5B76

HEX: #1E5B76
RGB: (30,91,118)

Color info

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

RGB color model

#1E5B76 color RGB value is (30,91,118).

  • red value is 30;
  • green value is 91;
  • blue value is 118.
RGB:
(30,91,118)
(12%,36%,46%)

RGB channels and saturation

R 30 of 255 = 12%
G 91 of 255 = 36%
B 118 of 255 = 46%

30
91
118

R + G + B ~ 31%. #1E5B76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 91 + 118 = 239 (100%)
R 30 of 239 ~ 12.55%
G 91 of 239 ~ 38.08%
B 118 of 239 ~ 49.37%

%12.55
%38.08
%49.37

CMYK color model

#1E5B76 color CMYK value is (75,23,0,54).

  • cyan value is 74.58%
  • magenta value is 22.88%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(75,23,0,54)
C75M23Y0K54 
(75%,23%,0%,54%)
(0.75/0.23/0.00/0.54)	

CMYK percentages

%74.58
%22.88
%0
%53.73

Codes

Color #1E5B76 in popluar color models

1E5B76
RGB3091118
HSL198°59.46%29.02%
HSB/HSV198°74.58%46.27%
CMYK74.58%22.88%0.00%
53.73%

Color #1E5B76 in popluar number systems.

HEX1E5B76
Decimal3091118
Binary1111010110111110110
Octal36133166

Shades and tints

Shades of #1E5B76

#1E5B76
(30,91,118)
#1C536C
(28,83,108)
#1A4B62
(26,75,98)
#184358
(24,67,88)
#163B4E
(22,59,78)
#143344
(20,51,68)
#122B3A
(18,43,58)
#102330
(16,35,48)
#0E1B26
(14,27,38)
#0C131C
(12,19,28)
#0A0B12
(10,11,18)
#000000
(0,0,0)

Tints of #1E5B76

#1E5B76
(30,91,118)
#326982
(50,105,130)
#46778E
(70,119,142)
#5A859A
(90,133,154)
#6E93A6
(110,147,166)
#82A1B2
(130,161,178)
#96AFBE
(150,175,190)
#AABDCA
(170,189,202)
#BECBD6
(190,203,214)
#D2D9E2
(210,217,226)
#E6E7EE
(230,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E5B76 color. Also use rgb(30,91,118) instead hex code.

Text Font Color

.myTextColor { color: #1E5B76; }

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

This text font color is #1E5B76.


Background Color

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

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

This div background color is #1E5B76.


Border color

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

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

This div border color is #1E5B76.


Opacity

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

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

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

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

This text has shadow with #1E5B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E5B76 on black background.


Color preview on white background

This text has color #1E5B76 on white background.



Black color preview on #1E5B76 background

This text has black color on #1E5B76 background.


White color preview on #1E5B76 background

This text has white color on #1E5B76 background.