COLOR #1E3330

HEX: #1E3330 RGB: (30,51,48)

Color info

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

RGB color model

#1E3330 color RGB value is (30,51,48).

RGB: (30,51,48) (12%, 20%, 19%)

RGB channels and saturation

R 30 of 255 = 12%
G 51 of 255 = 20%
B 48 of 255 = 19%

30
51
48

R + G + B ~ 17%. #1E3330 is dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 51 + 48 = 129 (100%)
R 30 of 129 ~ 23.26%
G 51 of 129 ~ 39.53%
B 48 of 129 ~ 37.21'%

%23.26
%39.53
%37.21

CMYK color model

#1E3330 color CMYK value is (41,0,6,80).

  • cyan value is 41.18%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 80.00%

CMYK: (41,0,6,80)
C41M0Y6K80 (41%, 0%, 6%, 80%)
(0.41 / 0.00 / 0.06 / 0.80)

CMYK percentages

%41.18
%0
%5.88
%80

Codes

Color #1E3330 in popluar color models

1E 33 30
RGB 30 51 48
HSL 171° 25.93% 15.88%
HSB/HSV 171° 41.18% 20.00%
CMYK 41.18% 0.00% 5.88%
80.00%

Color #1E3330 in popluar number systems.

HEX 1E 33 30
Decimal 30 51 48
Binary 11110 110011 110000
Octal 36 63 60

Shades and tints

Shades of #1E3330

#1E3330
(30,51,48)
#1C2F2C
(28,47,44)
#1A2B28
(26,43,40)
#182724
(24,39,36)
#162320
(22,35,32)
#141F1C
(20,31,28)
#121B18
(18,27,24)
#101714
(16,23,20)
#0E1310
(14,19,16)
#0C0F0C
(12,15,12)
#0A0B08
(10,11,8)
#000000
(0,0,0)

Tints of #1E3330

#1E3330
(30,51,48)
#324542
(50,69,66)
#465754
(70,87,84)
#5A6966
(90,105,102)
#6E7B78
(110,123,120)
#828D8A
(130,141,138)
#969F9C
(150,159,156)
#AAB1AE
(170,177,174)
#BEC3C0
(190,195,192)
#D2D5D2
(210,213,210)
#E6E7E4
(230,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E3330 color. Also use rgb(30,51,48) instead hex code.

Text Font Color

.myTextColor { color: #1E3330; }

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

This text font color is #1E3330.

Background Color

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

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

This div background color is #1E3330.

Border color

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

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

This div border color is #1E3330.

Opacity

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

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

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

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

This text has shadow with #1E3330 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E3330.

Preview

Color preview on black background

This text has color #1E3330 on black background.


Color preview on white background

This text has color #1E3330 on white background.


Black color preview on #1E3330 background

This text has black color on #1E3330 background.


White color preview on #1E3330 background

This text has white color on #1E3330 background.


Related colors

Complementary color

Complementary color for #hex is #E1CCCF.


I love getcolorcode.com

Triadic colors

1 #301E33 and #33301E with #1E3330 are triadic colors.

2 #30331E and #331E30 with #1E3330 are triadic colors.