COLOR #000E34

HEX: #000E34
RGB: (0,14,52)

Color info

#000E34 contains only green and blue colors. Web safe color of #000E34 is #000033 (or #003).

RGB color model

#000E34 color RGB value is (0,14,52).

  • red value is 0;
  • green value is 14;
  • blue value is 52.
RGB:
(0,14,52)
(0%,5%,20%)

RGB channels and saturation

R 0 of 255 = 0%
G 14 of 255 = 5%
B 52 of 255 = 20%

0
14
52

R + G + B ~ 8%. #000E34 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 14 + 52 = 66 (100%)
R 0 of 66 ~ 0%
G 14 of 66 ~ 21.21%
B 52 of 66 ~ 78.79%

%21.21
%78.79

CMYK color model

#000E34 color CMYK value is (100,73,0,80).

  • cyan value is 100.00%
  • magenta value is 73.08%
  • yellow value is 0.00%
  • key color value is 79.61%
CMYK:
(100,73,0,80)
C100M73Y0K80 
(100%,73%,0%,80%)
(1.00/0.73/0.00/0.80)	

CMYK percentages

%100
%73.08
%0
%79.61

Codes

Color #000E34 in popluar color models

000E34
RGB01452
HSL224°100.00%10.20%
HSB/HSV224°100.00%20.39%
CMYK100.00%73.08%0.00%
79.61%

Color #000E34 in popluar number systems.

HEX000E34
Decimal01452
Binary01110110100
Octal01664

Shades and tints

Shades of #000E34

#000E34
(0,14,52)
#000D30
(0,13,48)
#000C2C
(0,12,44)
#000B28
(0,11,40)
#000A24
(0,10,36)
#000920
(0,9,32)
#00081C
(0,8,28)
#000718
(0,7,24)
#000614
(0,6,20)
#000510
(0,5,16)
#00040C
(0,4,12)
#000000
(0,0,0)

Tints of #000E34

#000E34
(0,14,52)
#172346
(23,35,70)
#2E3858
(46,56,88)
#454D6A
(69,77,106)
#5C627C
(92,98,124)
#73778E
(115,119,142)
#8A8CA0
(138,140,160)
#A1A1B2
(161,161,178)
#B8B6C4
(184,182,196)
#CFCBD6
(207,203,214)
#E6E0E8
(230,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #000E34 color. Also use rgb(0,14,52) instead hex code.

Text Font Color

.myTextColor { color: #000E34; }

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

This text font color is #000E34.


Background Color

.myBgColor { background-color: #000E34; }

<div style="background-color:#000E34">Inner text</div>

This div background color is #000E34.


Border color

.myBorderColor { border: 1px solid #000E34; }

<div style="border:3px solid #000E34">Div</div>

This div border color is #000E34.


Opacity

.myOpacity80 { color: #000E34; opacity: 0.8; }

<p style="color:#000E34;opacity:0.8;">80%</p>

Text with #000E34 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 #000E34;}

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

This text has shadow with #000E34 color.

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

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

This text has shadow with #000E34 primary color and red secondary color.


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

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

This text has shadow with #000E34 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000E34 on black background.


Color preview on white background

This text has color #000E34 on white background.



Black color preview on #000E34 background

This text has black color on #000E34 background.


White color preview on #000E34 background

This text has white color on #000E34 background.