COLOR #1E5648

HEX: #1E5648
RGB: (30,86,72)

Color info

#1E5648 contains red, green and blue colors in about the same proportion. Web safe color of #1E5648 is #336633 (or #363).

RGB color model

#1E5648 color RGB value is (30,86,72).

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

RGB channels and saturation

R 30 of 255 = 12%
G 86 of 255 = 34%
B 72 of 255 = 28%

30
86
72

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

Portions of RGB colors in percentages

R + G + B =
30 + 86 + 72 = 188 (100%)
R 30 of 188 ~ 15.96%
G 86 of 188 ~ 45.74%
B 72 of 188 ~ 38.3%

%15.96
%45.74
%38.3

CMYK color model

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

  • cyan value is 65.12%
  • magenta value is 0.00%
  • yellow value is 16.28%
  • key color value is 66.27%
CMYK:
(65,0,16,66)
C65M0Y16K66 
(65%,0%,16%,66%)
(0.65/0.00/0.16/0.66)	

CMYK percentages

%65.12
%0
%16.28
%66.27

Codes

Color #1E5648 in popluar color models

1E5648
RGB308672
HSL165°48.28%22.75%
HSB/HSV165°65.12%33.73%
CMYK65.12%0.00%16.28%
66.27%

Color #1E5648 in popluar number systems.

HEX1E5648
Decimal308672
Binary1111010101101001000
Octal36126110

Shades and tints

Shades of #1E5648

#1E5648
(30,86,72)
#1C4F42
(28,79,66)
#1A483C
(26,72,60)
#184136
(24,65,54)
#163A30
(22,58,48)
#14332A
(20,51,42)
#122C24
(18,44,36)
#10251E
(16,37,30)
#0E1E18
(14,30,24)
#0C1712
(12,23,18)
#0A100C
(10,16,12)
#000000
(0,0,0)

Tints of #1E5648

#1E5648
(30,86,72)
#326558
(50,101,88)
#467468
(70,116,104)
#5A8378
(90,131,120)
#6E9288
(110,146,136)
#82A198
(130,161,152)
#96B0A8
(150,176,168)
#AABFB8
(170,191,184)
#BECEC8
(190,206,200)
#D2DDD8
(210,221,216)
#E6ECE8
(230,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E5648; }

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

This text font color is #1E5648.


Background Color

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

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

This div background color is #1E5648.


Border color

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

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

This div border color is #1E5648.


Opacity

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

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

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

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

This text has shadow with #1E5648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E5648 on black background.


Color preview on white background

This text has color #1E5648 on white background.



Black color preview on #1E5648 background

This text has black color on #1E5648 background.


White color preview on #1E5648 background

This text has white color on #1E5648 background.