COLOR #0E1522

HEX: #0E1522
RGB: (14,21,34)

Color info

#0E1522 contains red, green and blue colors in about the same proportion. Web safe color of #0E1522 is #000033 (or #003).

RGB color model

#0E1522 color RGB value is (14,21,34).

  • red value is 14;
  • green value is 21;
  • blue value is 34.
RGB:
(14,21,34)
(5%,8%,13%)

RGB channels and saturation

R 14 of 255 = 5%
G 21 of 255 = 8%
B 34 of 255 = 13%

14
21
34

R + G + B ~ 9%. #0E1522 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 21 + 34 = 69 (100%)
R 14 of 69 ~ 20.29%
G 21 of 69 ~ 30.43%
B 34 of 69 ~ 49.28%

%20.29
%30.43
%49.28

CMYK color model

#0E1522 color CMYK value is (59,38,0,87).

  • cyan value is 58.82%
  • magenta value is 38.24%
  • yellow value is 0.00%
  • key color value is 86.67%
CMYK:
(59,38,0,87)
C59M38Y0K87 
(59%,38%,0%,87%)
(0.59/0.38/0.00/0.87)	

CMYK percentages

%58.82
%38.24
%0
%86.67

Codes

Color #0E1522 in popluar color models

0E1522
RGB142134
HSL219°41.67%9.41%
HSB/HSV219°58.82%13.33%
CMYK58.82%38.24%0.00%
86.67%

Color #0E1522 in popluar number systems.

HEX0E1522
Decimal142134
Binary111010101100010
Octal162542

Shades and tints

Shades of #0E1522

#0E1522
(14,21,34)
#0D141F
(13,20,31)
#0C131C
(12,19,28)
#0B1219
(11,18,25)
#0A1116
(10,17,22)
#091013
(9,16,19)
#080F10
(8,15,16)
#070E0D
(7,14,13)
#060D0A
(6,13,10)
#050C07
(5,12,7)
#040B04
(4,11,4)
#000000
(0,0,0)

Tints of #0E1522

#0E1522
(14,21,34)
#232A36
(35,42,54)
#383F4A
(56,63,74)
#4D545E
(77,84,94)
#626972
(98,105,114)
#777E86
(119,126,134)
#8C939A
(140,147,154)
#A1A8AE
(161,168,174)
#B6BDC2
(182,189,194)
#CBD2D6
(203,210,214)
#E0E7EA
(224,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E1522 color. Also use rgb(14,21,34) instead hex code.

Text Font Color

.myTextColor { color: #0E1522; }

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

This text font color is #0E1522.


Background Color

.myBgColor { background-color: #0E1522; }

<div style="background-color:#0E1522">Inner text</div>

This div background color is #0E1522.


Border color

.myBorderColor { border: 1px solid #0E1522; }

<div style="border:3px solid #0E1522">Div</div>

This div border color is #0E1522.


Opacity

.myOpacity80 { color: #0E1522; opacity: 0.8; }

<p style="color:#0E1522;opacity:0.8;">80%</p>

Text with #0E1522 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 #0E1522;}

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

This text has shadow with #0E1522 color.

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

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

This text has shadow with #0E1522 primary color and red secondary color.


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

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

This text has shadow with #0E1522 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1522 on black background.


Color preview on white background

This text has color #0E1522 on white background.



Black color preview on #0E1522 background

This text has black color on #0E1522 background.


White color preview on #0E1522 background

This text has white color on #0E1522 background.