COLOR #0E0335

HEX: #0E0335
RGB: (14,3,53)

Color info

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

RGB color model

#0E0335 color RGB value is (14,3,53).

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

RGB channels and saturation

R 14 of 255 = 5%
G 3 of 255 = 1%
B 53 of 255 = 21%

14
3
53

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

Portions of RGB colors in percentages

R + G + B =
14 + 3 + 53 = 70 (100%)
R 14 of 70 ~ 20%
G 3 of 70 ~ 4.29%
B 53 of 70 ~ 75.71%

%20
%75.71

CMYK color model

#0E0335 color CMYK value is (74,94,0,79).

  • cyan value is 73.58%
  • magenta value is 94.34%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(74,94,0,79)
C74M94Y0K79 
(74%,94%,0%,79%)
(0.74/0.94/0.00/0.79)	

CMYK percentages

%73.58
%94.34
%0
%79.22

Codes

Color #0E0335 in popluar color models

0E0335
RGB14353
HSL253°89.29%10.98%
HSB/HSV253°94.34%20.78%
CMYK73.58%94.34%0.00%
79.22%

Color #0E0335 in popluar number systems.

HEX0E0335
Decimal14353
Binary111011110101
Octal16365

Shades and tints

Shades of #0E0335

#0E0335
(14,3,53)
#0D0331
(13,3,49)
#0C032D
(12,3,45)
#0B0329
(11,3,41)
#0A0325
(10,3,37)
#090321
(9,3,33)
#08031D
(8,3,29)
#070319
(7,3,25)
#060315
(6,3,21)
#050311
(5,3,17)
#04030D
(4,3,13)
#000000
(0,0,0)

Tints of #0E0335

#0E0335
(14,3,53)
#231947
(35,25,71)
#382F59
(56,47,89)
#4D456B
(77,69,107)
#625B7D
(98,91,125)
#77718F
(119,113,143)
#8C87A1
(140,135,161)
#A19DB3
(161,157,179)
#B6B3C5
(182,179,197)
#CBC9D7
(203,201,215)
#E0DFE9
(224,223,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E0335; }

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

This text font color is #0E0335.


Background Color

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

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

This div background color is #0E0335.


Border color

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

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

This div border color is #0E0335.


Opacity

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

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

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

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

This text has shadow with #0E0335 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E0335 on black background.


Color preview on white background

This text has color #0E0335 on white background.



Black color preview on #0E0335 background

This text has black color on #0E0335 background.


White color preview on #0E0335 background

This text has white color on #0E0335 background.