COLOR #1E3E35

HEX: #1E3E35 RGB: (30,62,53)

Color info

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

RGB color model

#1E3E35 color RGB value is (30,62,53).

RGB: (30,62,53) (12%, 24%, 21%)

RGB channels and saturation

R 30 of 255 = 12%
G 62 of 255 = 24%
B 53 of 255 = 21%

30
62
53

R + G + B ~ 19%. #1E3E35 is dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 62 + 53 = 145 (100%)
R 30 of 145 ~ 20.69%
G 62 of 145 ~ 42.76%
B 53 of 145 ~ 36.55'%

%20.69
%42.76
%36.55

CMYK color model

#1E3E35 color CMYK value is (52,0,15,76).

  • cyan value is 51.61%
  • magenta value is 0.00%
  • yellow value is 14.52%
  • key color value is 75.69%

CMYK: (52,0,15,76)
C52M0Y15K76 (52%, 0%, 15%, 76%)
(0.52 / 0.00 / 0.15 / 0.76)

CMYK percentages

%51.61
%0
%14.52
%75.69

Codes

Color #1E3E35 in popluar color models

1E 3E 35
RGB 30 62 53
HSL 163° 34.78% 18.04%
HSB/HSV 163° 51.61% 24.31%
CMYK 51.61% 0.00% 14.52%
75.69%

Color #1E3E35 in popluar number systems.

HEX 1E 3E 35
Decimal 30 62 53
Binary 11110 111110 110101
Octal 36 76 65

Shades and tints

Shades of #1E3E35

#1E3E35
(30,62,53)
#1C3931
(28,57,49)
#1A342D
(26,52,45)
#182F29
(24,47,41)
#162A25
(22,42,37)
#142521
(20,37,33)
#12201D
(18,32,29)
#101B19
(16,27,25)
#0E1615
(14,22,21)
#0C1111
(12,17,17)
#0A0C0D
(10,12,13)
#000000
(0,0,0)

Tints of #1E3E35

#1E3E35
(30,62,53)
#324F47
(50,79,71)
#466059
(70,96,89)
#5A716B
(90,113,107)
#6E827D
(110,130,125)
#82938F
(130,147,143)
#96A4A1
(150,164,161)
#AAB5B3
(170,181,179)
#BEC6C5
(190,198,197)
#D2D7D7
(210,215,215)
#E6E8E9
(230,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E3E35; }

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

This text font color is #1E3E35.

Background Color

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

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

This div background color is #1E3E35.

Border color

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

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

This div border color is #1E3E35.

Opacity

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

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

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

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

This text has shadow with #1E3E35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E3E35.

Preview

Color preview on black background

This text has color #1E3E35 on black background.


Color preview on white background

This text has color #1E3E35 on white background.


Black color preview on #1E3E35 background

This text has black color on #1E3E35 background.


White color preview on #1E3E35 background

This text has white color on #1E3E35 background.


Related colors

Complementary color

Complementary color for #hex is #E1C1CA.


I love getcolorcode.com

Triadic colors

1 #351E3E and #3E351E with #1E3E35 are triadic colors.

2 #353E1E and #3E1E35 with #1E3E35 are triadic colors.