COLOR #1E5849

HEX: #1E5849
RGB: (30,88,73)

Color info

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

RGB color model

#1E5849 color RGB value is (30,88,73).

  • red value is 30;
  • green value is 88;
  • blue value is 73.
RGB:
(30,88,73)
(12%,35%,29%)

RGB channels and saturation

R 30 of 255 = 12%
G 88 of 255 = 35%
B 73 of 255 = 29%

30
88
73

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

Portions of RGB colors in percentages

R + G + B =
30 + 88 + 73 = 191 (100%)
R 30 of 191 ~ 15.71%
G 88 of 191 ~ 46.07%
B 73 of 191 ~ 38.22%

%15.71
%46.07
%38.22

CMYK color model

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

  • cyan value is 65.91%
  • magenta value is 0.00%
  • yellow value is 17.05%
  • key color value is 65.49%
CMYK:
(66,0,17,65)
C66M0Y17K65 
(66%,0%,17%,65%)
(0.66/0.00/0.17/0.65)	

CMYK percentages

%65.91
%0
%17.05
%65.49

Codes

Color #1E5849 in popluar color models

1E5849
RGB308873
HSL164°49.15%23.14%
HSB/HSV164°65.91%34.51%
CMYK65.91%0.00%17.05%
65.49%

Color #1E5849 in popluar number systems.

HEX1E5849
Decimal308873
Binary1111010110001001001
Octal36130111

Shades and tints

Shades of #1E5849

#1E5849
(30,88,73)
#1C5043
(28,80,67)
#1A483D
(26,72,61)
#184037
(24,64,55)
#163831
(22,56,49)
#14302B
(20,48,43)
#122825
(18,40,37)
#10201F
(16,32,31)
#0E1819
(14,24,25)
#0C1013
(12,16,19)
#0A080D
(10,8,13)
#000000
(0,0,0)

Tints of #1E5849

#1E5849
(30,88,73)
#326759
(50,103,89)
#467669
(70,118,105)
#5A8579
(90,133,121)
#6E9489
(110,148,137)
#82A399
(130,163,153)
#96B2A9
(150,178,169)
#AAC1B9
(170,193,185)
#BED0C9
(190,208,201)
#D2DFD9
(210,223,217)
#E6EEE9
(230,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E5849 color. Also use rgb(30,88,73) instead hex code.

Text Font Color

.myTextColor { color: #1E5849; }

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

This text font color is #1E5849.


Background Color

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

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

This div background color is #1E5849.


Border color

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

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

This div border color is #1E5849.


Opacity

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

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

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

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

This text has shadow with #1E5849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E5849 on black background.


Color preview on white background

This text has color #1E5849 on white background.



Black color preview on #1E5849 background

This text has black color on #1E5849 background.


White color preview on #1E5849 background

This text has white color on #1E5849 background.