COLOR #0E2E35

HEX: #0E2E35
RGB: (14,46,53)

Color info

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

RGB color model

#0E2E35 color RGB value is (14,46,53).

  • red value is 14;
  • green value is 46;
  • blue value is 53.
RGB:
(14,46,53)
(5%,18%,21%)

RGB channels and saturation

R 14 of 255 = 5%
G 46 of 255 = 18%
B 53 of 255 = 21%

14
46
53

R + G + B ~ 15%. #0E2E35 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 46 + 53 = 113 (100%)
R 14 of 113 ~ 12.39%
G 46 of 113 ~ 40.71%
B 53 of 113 ~ 46.9%

%12.39
%40.71
%46.9

CMYK color model

#0E2E35 color CMYK value is (74,13,0,79).

  • cyan value is 73.58%
  • magenta value is 13.21%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(74,13,0,79)
C74M13Y0K79 
(74%,13%,0%,79%)
(0.74/0.13/0.00/0.79)	

CMYK percentages

%73.58
%13.21
%0
%79.22

Codes

Color #0E2E35 in popluar color models

0E2E35
RGB144653
HSL191°58.21%13.14%
HSB/HSV191°73.58%20.78%
CMYK73.58%13.21%0.00%
79.22%

Color #0E2E35 in popluar number systems.

HEX0E2E35
Decimal144653
Binary1110101110110101
Octal165665

Shades and tints

Shades of #0E2E35

#0E2E35
(14,46,53)
#0D2A31
(13,42,49)
#0C262D
(12,38,45)
#0B2229
(11,34,41)
#0A1E25
(10,30,37)
#091A21
(9,26,33)
#08161D
(8,22,29)
#071219
(7,18,25)
#060E15
(6,14,21)
#050A11
(5,10,17)
#04060D
(4,6,13)
#000000
(0,0,0)

Tints of #0E2E35

#0E2E35
(14,46,53)
#234147
(35,65,71)
#385459
(56,84,89)
#4D676B
(77,103,107)
#627A7D
(98,122,125)
#778D8F
(119,141,143)
#8CA0A1
(140,160,161)
#A1B3B3
(161,179,179)
#B6C6C5
(182,198,197)
#CBD9D7
(203,217,215)
#E0ECE9
(224,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E2E35 color. Also use rgb(14,46,53) instead hex code.

Text Font Color

.myTextColor { color: #0E2E35; }

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

This text font color is #0E2E35.


Background Color

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

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

This div background color is #0E2E35.


Border color

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

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

This div border color is #0E2E35.


Opacity

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

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

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

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

This text has shadow with #0E2E35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E2E35 on black background.


Color preview on white background

This text has color #0E2E35 on white background.



Black color preview on #0E2E35 background

This text has black color on #0E2E35 background.


White color preview on #0E2E35 background

This text has white color on #0E2E35 background.