COLOR #1E484C

HEX: #1E484C
RGB: (30,72,76)

Color info

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

RGB color model

#1E484C color RGB value is (30,72,76).

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

RGB channels and saturation

R 30 of 255 = 12%
G 72 of 255 = 28%
B 76 of 255 = 30%

30
72
76

R + G + B ~ 23%. #1E484C is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 72 + 76 = 178 (100%)
R 30 of 178 ~ 16.85%
G 72 of 178 ~ 40.45%
B 76 of 178 ~ 42.7%

%16.85
%40.45
%42.7

CMYK color model

#1E484C color CMYK value is (61,5,0,70).

  • cyan value is 60.53%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(61,5,0,70)
C61M5Y0K70 
(61%,5%,0%,70%)
(0.61/0.05/0.00/0.70)	

CMYK percentages

%60.53
%5.26
%0
%70.2

Codes

Color #1E484C in popluar color models

1E484C
RGB307276
HSL185°43.40%20.78%
HSB/HSV185°60.53%29.80%
CMYK60.53%5.26%0.00%
70.20%

Color #1E484C in popluar number systems.

HEX1E484C
Decimal307276
Binary1111010010001001100
Octal36110114

Shades and tints

Shades of #1E484C

#1E484C
(30,72,76)
#1C4246
(28,66,70)
#1A3C40
(26,60,64)
#18363A
(24,54,58)
#163034
(22,48,52)
#142A2E
(20,42,46)
#122428
(18,36,40)
#101E22
(16,30,34)
#0E181C
(14,24,28)
#0C1216
(12,18,22)
#0A0C10
(10,12,16)
#000000
(0,0,0)

Tints of #1E484C

#1E484C
(30,72,76)
#32585C
(50,88,92)
#46686C
(70,104,108)
#5A787C
(90,120,124)
#6E888C
(110,136,140)
#82989C
(130,152,156)
#96A8AC
(150,168,172)
#AAB8BC
(170,184,188)
#BEC8CC
(190,200,204)
#D2D8DC
(210,216,220)
#E6E8EC
(230,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E484C; }

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

This text font color is #1E484C.


Background Color

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

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

This div background color is #1E484C.


Border color

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

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

This div border color is #1E484C.


Opacity

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

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

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

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

This text has shadow with #1E484C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E484C on black background.


Color preview on white background

This text has color #1E484C on white background.



Black color preview on #1E484C background

This text has black color on #1E484C background.


White color preview on #1E484C background

This text has white color on #1E484C background.