COLOR #0E0403

HEX: #0E0403
RGB: (14,4,3)

Color info

#0E0403 contains red, green and blue colors in about the same proportion. #0E0403 color is web safe color. It maybe written shortly as #000.

RGB color model

#0E0403 color RGB value is (14,4,3).

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

RGB channels and saturation

R 14 of 255 = 5%
G 4 of 255 = 2%
B 3 of 255 = 1%

14
4
3

R + G + B ~ 3%. #0E0403 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 4 + 3 = 21 (100%)
R 14 of 21 ~ 66.67%
G 4 of 21 ~ 19.05%
B 3 of 21 ~ 14.29%

%66.67
%19.05
%14.29

CMYK color model

#0E0403 color CMYK value is (0,71,79,95).

  • cyan value is 0.00%
  • magenta value is 71.43%
  • yellow value is 78.57%
  • key color value is 94.51%
CMYK:
(0,71,79,95)
C0M71Y79K95 
(0%,71%,79%,95%)
(0.00/0.71/0.79/0.95)	

CMYK percentages

%0
%71.43
%78.57
%94.51

Codes

Color #0E0403 in popluar color models

0E0403
RGB1443
HSL64.71%3.33%
HSB/HSV78.57%5.49%
CMYK0.00%71.43%78.57%
94.51%

Color #0E0403 in popluar number systems.

HEX0E0403
Decimal1443
Binary111010011
Octal1643

Shades and tints

Shades of #0E0403

#0E0403
(14,4,3)
#0D0403
(13,4,3)
#0C0403
(12,4,3)
#0B0403
(11,4,3)
#0A0403
(10,4,3)
#090403
(9,4,3)
#080403
(8,4,3)
#070403
(7,4,3)
#060403
(6,4,3)
#050403
(5,4,3)
#040403
(4,4,3)
#000000
(0,0,0)

Tints of #0E0403

#0E0403
(14,4,3)
#231A19
(35,26,25)
#38302F
(56,48,47)
#4D4645
(77,70,69)
#625C5B
(98,92,91)
#777271
(119,114,113)
#8C8887
(140,136,135)
#A19E9D
(161,158,157)
#B6B4B3
(182,180,179)
#CBCAC9
(203,202,201)
#E0E0DF
(224,224,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E0403; }

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

This text font color is #0E0403.


Background Color

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

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

This div background color is #0E0403.


Border color

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

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

This div border color is #0E0403.


Opacity

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

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

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

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

This text has shadow with #0E0403 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E0403 on black background.


Color preview on white background

This text has color #0E0403 on white background.



Black color preview on #0E0403 background

This text has black color on #0E0403 background.


White color preview on #0E0403 background

This text has white color on #0E0403 background.