COLOR #1E5348

HEX: #1E5348
RGB: (30,83,72)

Color info

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

RGB color model

#1E5348 color RGB value is (30,83,72).

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

RGB channels and saturation

R 30 of 255 = 12%
G 83 of 255 = 33%
B 72 of 255 = 28%

30
83
72

R + G + B ~ 24%. #1E5348 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 83 + 72 = 185 (100%)
R 30 of 185 ~ 16.22%
G 83 of 185 ~ 44.86%
B 72 of 185 ~ 38.92%

%16.22
%44.86
%38.92

CMYK color model

#1E5348 color CMYK value is (64,0,13,67).

  • cyan value is 63.86%
  • magenta value is 0.00%
  • yellow value is 13.25%
  • key color value is 67.45%
CMYK:
(64,0,13,67)
C64M0Y13K67 
(64%,0%,13%,67%)
(0.64/0.00/0.13/0.67)	

CMYK percentages

%63.86
%0
%13.25
%67.45

Codes

Color #1E5348 in popluar color models

1E5348
RGB308372
HSL168°46.90%22.16%
HSB/HSV168°63.86%32.55%
CMYK63.86%0.00%13.25%
67.45%

Color #1E5348 in popluar number systems.

HEX1E5348
Decimal308372
Binary1111010100111001000
Octal36123110

Shades and tints

Shades of #1E5348

#1E5348
(30,83,72)
#1C4C42
(28,76,66)
#1A453C
(26,69,60)
#183E36
(24,62,54)
#163730
(22,55,48)
#14302A
(20,48,42)
#122924
(18,41,36)
#10221E
(16,34,30)
#0E1B18
(14,27,24)
#0C1412
(12,20,18)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #1E5348

#1E5348
(30,83,72)
#326258
(50,98,88)
#467168
(70,113,104)
#5A8078
(90,128,120)
#6E8F88
(110,143,136)
#829E98
(130,158,152)
#96ADA8
(150,173,168)
#AABCB8
(170,188,184)
#BECBC8
(190,203,200)
#D2DAD8
(210,218,216)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E5348; }

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

This text font color is #1E5348.


Background Color

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

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

This div background color is #1E5348.


Border color

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

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

This div border color is #1E5348.


Opacity

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

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

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

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

This text has shadow with #1E5348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E5348 on black background.


Color preview on white background

This text has color #1E5348 on white background.



Black color preview on #1E5348 background

This text has black color on #1E5348 background.


White color preview on #1E5348 background

This text has white color on #1E5348 background.