COLOR #011E3D

HEX: #011E3D
RGB: (1,30,61)

Color info

#011E3D contains mainly green and blue colors. Web safe color of #011E3D is #003333 (or #033).

RGB color model

#011E3D color RGB value is (1,30,61).

  • red value is 1;
  • green value is 30;
  • blue value is 61.
RGB:
(1,30,61)
(0%,12%,24%)

RGB channels and saturation

R 1 of 255 = 0%
G 30 of 255 = 12%
B 61 of 255 = 24%

1
30
61

R + G + B ~ 12%. #011E3D is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 30 + 61 = 92 (100%)
R 1 of 92 ~ 1.09%
G 30 of 92 ~ 32.61%
B 61 of 92 ~ 66.3%

%32.61
%66.3

CMYK color model

#011E3D color CMYK value is (98,51,0,76).

  • cyan value is 98.36%
  • magenta value is 50.82%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(98,51,0,76)
C98M51Y0K76 
(98%,51%,0%,76%)
(0.98/0.51/0.00/0.76)	

CMYK percentages

%98.36
%50.82
%0
%76.08

Codes

Color #011E3D in popluar color models

011E3D
RGB13061
HSL211°96.77%12.16%
HSB/HSV211°98.36%23.92%
CMYK98.36%50.82%0.00%
76.08%

Color #011E3D in popluar number systems.

HEX011E3D
Decimal13061
Binary111110111101
Octal13675

Shades and tints

Shades of #011E3D

#011E3D
(1,30,61)
#011C38
(1,28,56)
#011A33
(1,26,51)
#01182E
(1,24,46)
#011629
(1,22,41)
#011424
(1,20,36)
#01121F
(1,18,31)
#01101A
(1,16,26)
#010E15
(1,14,21)
#010C10
(1,12,16)
#010A0B
(1,10,11)
#000000
(0,0,0)

Tints of #011E3D

#011E3D
(1,30,61)
#18324E
(24,50,78)
#2F465F
(47,70,95)
#465A70
(70,90,112)
#5D6E81
(93,110,129)
#748292
(116,130,146)
#8B96A3
(139,150,163)
#A2AAB4
(162,170,180)
#B9BEC5
(185,190,197)
#D0D2D6
(208,210,214)
#E7E6E7
(231,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #011E3D color. Also use rgb(1,30,61) instead hex code.

Text Font Color

.myTextColor { color: #011E3D; }

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

This text font color is #011E3D.


Background Color

.myBgColor { background-color: #011E3D; }

<div style="background-color:#011E3D">Inner text</div>

This div background color is #011E3D.


Border color

.myBorderColor { border: 1px solid #011E3D; }

<div style="border:3px solid #011E3D">Div</div>

This div border color is #011E3D.


Opacity

.myOpacity80 { color: #011E3D; opacity: 0.8; }

<p style="color:#011E3D;opacity:0.8;">80%</p>

Text with #011E3D 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 #011E3D;}

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

This text has shadow with #011E3D color.

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

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

This text has shadow with #011E3D primary color and red secondary color.


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

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

This text has shadow with #011E3D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #011E3D on black background.


Color preview on white background

This text has color #011E3D on white background.



Black color preview on #011E3D background

This text has black color on #011E3D background.


White color preview on #011E3D background

This text has white color on #011E3D background.