COLOR #1E4136

HEX: #1E4136 RGB: (30,65,54)

Color info

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

RGB color model

#1E4136 color RGB value is (30,65,54).

RGB: (30,65,54) (12%, 25%, 21%)

RGB channels and saturation

R 30 of 255 = 12%
G 65 of 255 = 25%
B 54 of 255 = 21%

30
65
54

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

Portions of RGB colors in percentages

R + G + B = 30 + 65 + 54 = 149 (100%)
R 30 of 149 ~ 20.13%
G 65 of 149 ~ 43.62%
B 54 of 149 ~ 36.24'%

%20.13
%43.62
%36.24

CMYK color model

#1E4136 color CMYK value is (54,0,17,75).

  • cyan value is 53.85%
  • magenta value is 0.00%
  • yellow value is 16.92%
  • key color value is 74.51%

CMYK: (54,0,17,75)
C54M0Y17K75 (54%, 0%, 17%, 75%)
(0.54 / 0.00 / 0.17 / 0.75)

CMYK percentages

%53.85
%0
%16.92
%74.51

Codes

Color #1E4136 in popluar color models

1E 41 36
RGB 30 65 54
HSL 161° 36.84% 18.63%
HSB/HSV 161° 53.85% 25.49%
CMYK 53.85% 0.00% 16.92%
74.51%

Color #1E4136 in popluar number systems.

HEX 1E 41 36
Decimal 30 65 54
Binary 11110 1000001 110110
Octal 36 101 66

Shades and tints

Shades of #1E4136

#1E4136
(30,65,54)
#1C3C32
(28,60,50)
#1A372E
(26,55,46)
#18322A
(24,50,42)
#162D26
(22,45,38)
#142822
(20,40,34)
#12231E
(18,35,30)
#101E1A
(16,30,26)
#0E1916
(14,25,22)
#0C1412
(12,20,18)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #1E4136

#1E4136
(30,65,54)
#325248
(50,82,72)
#46635A
(70,99,90)
#5A746C
(90,116,108)
#6E857E
(110,133,126)
#829690
(130,150,144)
#96A7A2
(150,167,162)
#AAB8B4
(170,184,180)
#BEC9C6
(190,201,198)
#D2DAD8
(210,218,216)
#E6EBEA
(230,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E4136 color. Also use rgb(30,65,54) instead hex code.

Text Font Color

.myTextColor { color: #1E4136; }

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

This text font color is #1E4136.

Background Color

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

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

This div background color is #1E4136.

Border color

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

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

This div border color is #1E4136.

Opacity

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

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

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

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

This text has shadow with #1E4136 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E4136.

Preview

Color preview on black background

This text has color #1E4136 on black background.


Color preview on white background

This text has color #1E4136 on white background.


Black color preview on #1E4136 background

This text has black color on #1E4136 background.


White color preview on #1E4136 background

This text has white color on #1E4136 background.


Related colors

Complementary color

Complementary color for #hex is #E1BEC9.


I love getcolorcode.com

Triadic colors

1 #361E41 and #41361E with #1E4136 are triadic colors.

2 #36411E and #411E36 with #1E4136 are triadic colors.