COLOR #0E0524

HEX: #0E0524
RGB: (14,5,36)

Color info

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

RGB color model

#0E0524 color RGB value is (14,5,36).

  • red value is 14;
  • green value is 5;
  • blue value is 36.
RGB:
(14,5,36)
(5%,2%,14%)

RGB channels and saturation

R 14 of 255 = 5%
G 5 of 255 = 2%
B 36 of 255 = 14%

14
5
36

R + G + B ~ 7%. #0E0524 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 5 + 36 = 55 (100%)
R 14 of 55 ~ 25.45%
G 5 of 55 ~ 9.09%
B 36 of 55 ~ 65.45%

%25.45
%65.45

CMYK color model

#0E0524 color CMYK value is (61,86,0,86).

  • cyan value is 61.11%
  • magenta value is 86.11%
  • yellow value is 0.00%
  • key color value is 85.88%
CMYK:
(61,86,0,86)
C61M86Y0K86 
(61%,86%,0%,86%)
(0.61/0.86/0.00/0.86)	

CMYK percentages

%61.11
%86.11
%0
%85.88

Codes

Color #0E0524 in popluar color models

0E0524
RGB14536
HSL257°75.61%8.04%
HSB/HSV257°86.11%14.12%
CMYK61.11%86.11%0.00%
85.88%

Color #0E0524 in popluar number systems.

HEX0E0524
Decimal14536
Binary1110101100100
Octal16544

Shades and tints

Shades of #0E0524

#0E0524
(14,5,36)
#0D0521
(13,5,33)
#0C051E
(12,5,30)
#0B051B
(11,5,27)
#0A0518
(10,5,24)
#090515
(9,5,21)
#080512
(8,5,18)
#07050F
(7,5,15)
#06050C
(6,5,12)
#050509
(5,5,9)
#040506
(4,5,6)
#000000
(0,0,0)

Tints of #0E0524

#0E0524
(14,5,36)
#231B37
(35,27,55)
#38314A
(56,49,74)
#4D475D
(77,71,93)
#625D70
(98,93,112)
#777383
(119,115,131)
#8C8996
(140,137,150)
#A19FA9
(161,159,169)
#B6B5BC
(182,181,188)
#CBCBCF
(203,203,207)
#E0E1E2
(224,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E0524; }

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

This text font color is #0E0524.


Background Color

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

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

This div background color is #0E0524.


Border color

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

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

This div border color is #0E0524.


Opacity

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

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

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

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

This text has shadow with #0E0524 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E0524 on black background.


Color preview on white background

This text has color #0E0524 on white background.



Black color preview on #0E0524 background

This text has black color on #0E0524 background.


White color preview on #0E0524 background

This text has white color on #0E0524 background.