COLOR #1E5355

HEX: #1E5355
RGB: (30,83,85)

Color info

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

RGB color model

#1E5355 color RGB value is (30,83,85).

  • red value is 30;
  • green value is 83;
  • blue value is 85.
RGB:
(30,83,85)
(12%,33%,33%)

RGB channels and saturation

R 30 of 255 = 12%
G 83 of 255 = 33%
B 85 of 255 = 33%

30
83
85

R + G + B ~ 26%. #1E5355 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 83 + 85 = 198 (100%)
R 30 of 198 ~ 15.15%
G 83 of 198 ~ 41.92%
B 85 of 198 ~ 42.93%

%15.15
%41.92
%42.93

CMYK color model

#1E5355 color CMYK value is (65,2,0,67).

  • cyan value is 64.71%
  • magenta value is 2.35%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(65,2,0,67)
C65M2Y0K67 
(65%,2%,0%,67%)
(0.65/0.02/0.00/0.67)	

CMYK percentages

%64.71
%2.35
%0
%66.67

Codes

Color #1E5355 in popluar color models

1E5355
RGB308385
HSL182°47.83%22.55%
HSB/HSV182°64.71%33.33%
CMYK64.71%2.35%0.00%
66.67%

Color #1E5355 in popluar number systems.

HEX1E5355
Decimal308385
Binary1111010100111010101
Octal36123125

Shades and tints

Shades of #1E5355

#1E5355
(30,83,85)
#1C4C4E
(28,76,78)
#1A4547
(26,69,71)
#183E40
(24,62,64)
#163739
(22,55,57)
#143032
(20,48,50)
#12292B
(18,41,43)
#102224
(16,34,36)
#0E1B1D
(14,27,29)
#0C1416
(12,20,22)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #1E5355

#1E5355
(30,83,85)
#326264
(50,98,100)
#467173
(70,113,115)
#5A8082
(90,128,130)
#6E8F91
(110,143,145)
#829EA0
(130,158,160)
#96ADAF
(150,173,175)
#AABCBE
(170,188,190)
#BECBCD
(190,203,205)
#D2DADC
(210,218,220)
#E6E9EB
(230,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E5355 color. Also use rgb(30,83,85) instead hex code.

Text Font Color

.myTextColor { color: #1E5355; }

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

This text font color is #1E5355.


Background Color

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

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

This div background color is #1E5355.


Border color

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

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

This div border color is #1E5355.


Opacity

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

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

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

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

This text has shadow with #1E5355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E5355 on black background.


Color preview on white background

This text has color #1E5355 on white background.



Black color preview on #1E5355 background

This text has black color on #1E5355 background.


White color preview on #1E5355 background

This text has white color on #1E5355 background.