COLOR #1E3537

HEX: #1E3537
RGB: (30,53,55)

Color info

#1E3537 contains red, green and blue colors in about the same proportion. Web safe color of #1E3537 is #333333 (or #333).

RGB color model

#1E3537 color RGB value is (30,53,55).

  • red value is 30;
  • green value is 53;
  • blue value is 55.
RGB:
(30,53,55)
(12%,21%,22%)

RGB channels and saturation

R 30 of 255 = 12%
G 53 of 255 = 21%
B 55 of 255 = 22%

30
53
55

R + G + B ~ 18%. #1E3537 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 53 + 55 = 138 (100%)
R 30 of 138 ~ 21.74%
G 53 of 138 ~ 38.41%
B 55 of 138 ~ 39.86%

%21.74
%38.41
%39.86

CMYK color model

#1E3537 color CMYK value is (45,4,0,78).

  • cyan value is 45.45%
  • magenta value is 3.64%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(45,4,0,78)
C45M4Y0K78 
(45%,4%,0%,78%)
(0.45/0.04/0.00/0.78)	

CMYK percentages

%45.45
%3.64
%0
%78.43

Codes

Color #1E3537 in popluar color models

1E3537
RGB305355
HSL185°29.41%16.67%
HSB/HSV185°45.45%21.57%
CMYK45.45%3.64%0.00%
78.43%

Color #1E3537 in popluar number systems.

HEX1E3537
Decimal305355
Binary11110110101110111
Octal366567

Shades and tints

Shades of #1E3537

#1E3537
(30,53,55)
#1C3132
(28,49,50)
#1A2D2D
(26,45,45)
#182928
(24,41,40)
#162523
(22,37,35)
#14211E
(20,33,30)
#121D19
(18,29,25)
#101914
(16,25,20)
#0E150F
(14,21,15)
#0C110A
(12,17,10)
#0A0D05
(10,13,5)
#000000
(0,0,0)

Tints of #1E3537

#1E3537
(30,53,55)
#324749
(50,71,73)
#46595B
(70,89,91)
#5A6B6D
(90,107,109)
#6E7D7F
(110,125,127)
#828F91
(130,143,145)
#96A1A3
(150,161,163)
#AAB3B5
(170,179,181)
#BEC5C7
(190,197,199)
#D2D7D9
(210,215,217)
#E6E9EB
(230,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E3537 color. Also use rgb(30,53,55) instead hex code.

Text Font Color

.myTextColor { color: #1E3537; }

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

This text font color is #1E3537.


Background Color

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

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

This div background color is #1E3537.


Border color

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

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

This div border color is #1E3537.


Opacity

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

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

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

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

This text has shadow with #1E3537 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E3537 on black background.


Color preview on white background

This text has color #1E3537 on white background.



Black color preview on #1E3537 background

This text has black color on #1E3537 background.


White color preview on #1E3537 background

This text has white color on #1E3537 background.