COLOR #1E5556

HEX: #1E5556
RGB: (30,85,86)

Color info

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

RGB color model

#1E5556 color RGB value is (30,85,86).

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

RGB channels and saturation

R 30 of 255 = 12%
G 85 of 255 = 33%
B 86 of 255 = 34%

30
85
86

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

Portions of RGB colors in percentages

R + G + B =
30 + 85 + 86 = 201 (100%)
R 30 of 201 ~ 14.93%
G 85 of 201 ~ 42.29%
B 86 of 201 ~ 42.79%

%14.93
%42.29
%42.79

CMYK color model

#1E5556 color CMYK value is (65,1,0,66).

  • cyan value is 65.12%
  • magenta value is 1.16%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(65,1,0,66)
C65M1Y0K66 
(65%,1%,0%,66%)
(0.65/0.01/0.00/0.66)	

CMYK percentages

%65.12
%1.16
%0
%66.27

Codes

Color #1E5556 in popluar color models

1E5556
RGB308586
HSL181°48.28%22.75%
HSB/HSV181°65.12%33.73%
CMYK65.12%1.16%0.00%
66.27%

Color #1E5556 in popluar number systems.

HEX1E5556
Decimal308586
Binary1111010101011010110
Octal36125126

Shades and tints

Shades of #1E5556

#1E5556
(30,85,86)
#1C4E4F
(28,78,79)
#1A4748
(26,71,72)
#184041
(24,64,65)
#16393A
(22,57,58)
#143233
(20,50,51)
#122B2C
(18,43,44)
#102425
(16,36,37)
#0E1D1E
(14,29,30)
#0C1617
(12,22,23)
#0A0F10
(10,15,16)
#000000
(0,0,0)

Tints of #1E5556

#1E5556
(30,85,86)
#326465
(50,100,101)
#467374
(70,115,116)
#5A8283
(90,130,131)
#6E9192
(110,145,146)
#82A0A1
(130,160,161)
#96AFB0
(150,175,176)
#AABEBF
(170,190,191)
#BECDCE
(190,205,206)
#D2DCDD
(210,220,221)
#E6EBEC
(230,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E5556; }

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

This text font color is #1E5556.


Background Color

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

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

This div background color is #1E5556.


Border color

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

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

This div border color is #1E5556.


Opacity

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

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

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

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

This text has shadow with #1E5556 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E5556 on black background.


Color preview on white background

This text has color #1E5556 on white background.



Black color preview on #1E5556 background

This text has black color on #1E5556 background.


White color preview on #1E5556 background

This text has white color on #1E5556 background.