COLOR #1E504E

HEX: #1E504E
RGB: (30,80,78)

Color info

#1E504E contains red, green and blue colors in about the same proportion. Web safe color of #1E504E is #336666 (or #366).

RGB color model

#1E504E color RGB value is (30,80,78).

  • red value is 30;
  • green value is 80;
  • blue value is 78.
RGB:
(30,80,78)
(12%,31%,31%)

RGB channels and saturation

R 30 of 255 = 12%
G 80 of 255 = 31%
B 78 of 255 = 31%

30
80
78

R + G + B ~ 25%. #1E504E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 80 + 78 = 188 (100%)
R 30 of 188 ~ 15.96%
G 80 of 188 ~ 42.55%
B 78 of 188 ~ 41.49%

%15.96
%42.55
%41.49

CMYK color model

#1E504E color CMYK value is (63,0,2,69).

  • cyan value is 62.50%
  • magenta value is 0.00%
  • yellow value is 2.50%
  • key color value is 68.63%
CMYK:
(63,0,2,69)
C63M0Y2K69 
(63%,0%,2%,69%)
(0.63/0.00/0.02/0.69)	

CMYK percentages

%62.5
%0
%2.5
%68.63

Codes

Color #1E504E in popluar color models

1E504E
RGB308078
HSL178°45.45%21.57%
HSB/HSV178°62.50%31.37%
CMYK62.50%0.00%2.50%
68.63%

Color #1E504E in popluar number systems.

HEX1E504E
Decimal308078
Binary1111010100001001110
Octal36120116

Shades and tints

Shades of #1E504E

#1E504E
(30,80,78)
#1C4947
(28,73,71)
#1A4240
(26,66,64)
#183B39
(24,59,57)
#163432
(22,52,50)
#142D2B
(20,45,43)
#122624
(18,38,36)
#101F1D
(16,31,29)
#0E1816
(14,24,22)
#0C110F
(12,17,15)
#0A0A08
(10,10,8)
#000000
(0,0,0)

Tints of #1E504E

#1E504E
(30,80,78)
#325F5E
(50,95,94)
#466E6E
(70,110,110)
#5A7D7E
(90,125,126)
#6E8C8E
(110,140,142)
#829B9E
(130,155,158)
#96AAAE
(150,170,174)
#AAB9BE
(170,185,190)
#BEC8CE
(190,200,206)
#D2D7DE
(210,215,222)
#E6E6EE
(230,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E504E color. Also use rgb(30,80,78) instead hex code.

Text Font Color

.myTextColor { color: #1E504E; }

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

This text font color is #1E504E.


Background Color

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

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

This div background color is #1E504E.


Border color

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

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

This div border color is #1E504E.


Opacity

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

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

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

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

This text has shadow with #1E504E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E504E on black background.


Color preview on white background

This text has color #1E504E on white background.



Black color preview on #1E504E background

This text has black color on #1E504E background.


White color preview on #1E504E background

This text has white color on #1E504E background.