COLOR #0E2430

HEX: #0E2430 RGB: (14,36,48)

Color info

#0E2430 contains red, green and blue colors in about the same proportion. Web safe color of #0E2430 is #003333 (or #033).

RGB color model

#0E2430 color RGB value is (14,36,48).

RGB: (14,36,48) (5%, 14%, 19%)

RGB channels and saturation

R 14 of 255 = 5%
G 36 of 255 = 14%
B 48 of 255 = 19%

14
36
48

R + G + B ~ 13%. #0E2430 is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 36 + 48 = 98 (100%)
R 14 of 98 ~ 14.29%
G 36 of 98 ~ 36.73%
B 48 of 98 ~ 48.98'%

%14.29
%36.73
%48.98

CMYK color model

#0E2430 color CMYK value is (71,25,0,81).

  • cyan value is 70.83%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 81.18%

CMYK: (71,25,0,81)
C71M25Y0K81 (71%, 25%, 0%, 81%)
(0.71 / 0.25 / 0.00 / 0.81)

CMYK percentages

%70.83
%25
%0
%81.18

Codes

Color #0E2430 in popluar color models

0E 24 30
RGB 14 36 48
HSL 201° 54.84% 12.16%
HSB/HSV 201° 70.83% 18.82%
CMYK 70.83% 25.00% 0.00%
81.18%

Color #0E2430 in popluar number systems.

HEX 0E 24 30
Decimal 14 36 48
Binary 1110 100100 110000
Octal 16 44 60

Shades and tints

Shades of #0E2430

#0E2430
(14,36,48)
#0D212C
(13,33,44)
#0C1E28
(12,30,40)
#0B1B24
(11,27,36)
#0A1820
(10,24,32)
#09151C
(9,21,28)
#081218
(8,18,24)
#070F14
(7,15,20)
#060C10
(6,12,16)
#05090C
(5,9,12)
#040608
(4,6,8)
#000000
(0,0,0)

Tints of #0E2430

#0E2430
(14,36,48)
#233742
(35,55,66)
#384A54
(56,74,84)
#4D5D66
(77,93,102)
#627078
(98,112,120)
#77838A
(119,131,138)
#8C969C
(140,150,156)
#A1A9AE
(161,169,174)
#B6BCC0
(182,188,192)
#CBCFD2
(203,207,210)
#E0E2E4
(224,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E2430 color. Also use rgb(14,36,48) instead hex code.

Text Font Color

.myTextColor { color: #0E2430; }

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

This text font color is #0E2430.

Background Color

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

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

This div background color is #0E2430.

Border color

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

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

This div border color is #0E2430.

Opacity

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

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

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

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

This text has shadow with #0E2430 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E2430.

Preview

Color preview on black background

This text has color #0E2430 on black background.


Color preview on white background

This text has color #0E2430 on white background.


Black color preview on #0E2430 background

This text has black color on #0E2430 background.


White color preview on #0E2430 background

This text has white color on #0E2430 background.


Related colors

Complementary color

Complementary color for #hex is #F1DBCF.


I love getcolorcode.com

Triadic colors

1 #300E24 and #24300E with #0E2430 are triadic colors.

2 #30240E and #240E30 with #0E2430 are triadic colors.