COLOR #0E0D21

HEX: #0E0D21 RGB: (14,13,33)

Color info

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

RGB color model

#0E0D21 color RGB value is (14,13,33).

RGB: (14,13,33) (5%, 5%, 13%)

RGB channels and saturation

R 14 of 255 = 5%
G 13 of 255 = 5%
B 33 of 255 = 13%

14
13
33

R + G + B ~ 8%. #0E0D21 is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 13 + 33 = 60 (100%)
R 14 of 60 ~ 23.33%
G 13 of 60 ~ 21.67%
B 33 of 60 ~ 55'%

%23.33
%21.67
%55

CMYK color model

#0E0D21 color CMYK value is (58,61,0,87).

  • cyan value is 57.58%
  • magenta value is 60.61%
  • yellow value is 0.00%
  • key color value is 87.06%

CMYK: (58,61,0,87)
C58M61Y0K87 (58%, 61%, 0%, 87%)
(0.58 / 0.61 / 0.00 / 0.87)

CMYK percentages

%57.58
%60.61
%0
%87.06

Codes

Color #0E0D21 in popluar color models

0E 0D 21
RGB 14 13 33
HSL 243° 43.48% 9.02%
HSB/HSV 243° 60.61% 12.94%
CMYK 57.58% 60.61% 0.00%
87.06%

Color #0E0D21 in popluar number systems.

HEX 0E 0D 21
Decimal 14 13 33
Binary 1110 1101 100001
Octal 16 15 41

Shades and tints

Shades of #0E0D21

#0E0D21
(14,13,33)
#0D0C1E
(13,12,30)
#0C0B1B
(12,11,27)
#0B0A18
(11,10,24)
#0A0915
(10,9,21)
#090812
(9,8,18)
#08070F
(8,7,15)
#07060C
(7,6,12)
#060509
(6,5,9)
#050406
(5,4,6)
#040303
(4,3,3)
#000000
(0,0,0)

Tints of #0E0D21

#0E0D21
(14,13,33)
#232335
(35,35,53)
#383949
(56,57,73)
#4D4F5D
(77,79,93)
#626571
(98,101,113)
#777B85
(119,123,133)
#8C9199
(140,145,153)
#A1A7AD
(161,167,173)
#B6BDC1
(182,189,193)
#CBD3D5
(203,211,213)
#E0E9E9
(224,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E0D21 color. Also use rgb(14,13,33) instead hex code.

Text Font Color

.myTextColor { color: #0E0D21; }

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

This text font color is #0E0D21.

Background Color

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

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

This div background color is #0E0D21.

Border color

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

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

This div border color is #0E0D21.

Opacity

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

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

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

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

This text has shadow with #0E0D21 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E0D21.

Preview

Color preview on black background

This text has color #0E0D21 on black background.


Color preview on white background

This text has color #0E0D21 on white background.


Black color preview on #0E0D21 background

This text has black color on #0E0D21 background.


White color preview on #0E0D21 background

This text has white color on #0E0D21 background.


Related colors

Complementary color

Complementary color for #hex is #F1F2DE.


I love getcolorcode.com

Triadic colors

1 #210E0D and #0D210E with #0E0D21 are triadic colors.

2 #210D0E and #0D0E21 with #0E0D21 are triadic colors.