COLOR #0E0203

HEX: #0E0203
RGB: (14,2,3)

Color info

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

RGB color model

#0E0203 color RGB value is (14,2,3).

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

RGB channels and saturation

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

14
2
3

R + G + B ~ 2%. #0E0203 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 2 + 3 = 19 (100%)
R 14 of 19 ~ 73.68%
G 2 of 19 ~ 10.53%
B 3 of 19 ~ 15.79%

%73.68
%10.53
%15.79

CMYK color model

#0E0203 color CMYK value is (0,86,79,95).

  • cyan value is 0.00%
  • magenta value is 85.71%
  • yellow value is 78.57%
  • key color value is 94.51%
CMYK:
(0,86,79,95)
C0M86Y79K95 
(0%,86%,79%,95%)
(0.00/0.86/0.79/0.95)	

CMYK percentages

%0
%85.71
%78.57
%94.51

Codes

Color #0E0203 in popluar color models

0E0203
RGB1423
HSL355°75.00%3.14%
HSB/HSV355°85.71%5.49%
CMYK0.00%85.71%78.57%
94.51%

Color #0E0203 in popluar number systems.

HEX0E0203
Decimal1423
Binary11101011
Octal1623

Shades and tints

Shades of #0E0203

#0E0203
(14,2,3)
#0D0203
(13,2,3)
#0C0203
(12,2,3)
#0B0203
(11,2,3)
#0A0203
(10,2,3)
#090203
(9,2,3)
#080203
(8,2,3)
#070203
(7,2,3)
#060203
(6,2,3)
#050203
(5,2,3)
#040203
(4,2,3)
#000000
(0,0,0)

Tints of #0E0203

#0E0203
(14,2,3)
#231919
(35,25,25)
#38302F
(56,48,47)
#4D4745
(77,71,69)
#625E5B
(98,94,91)
#777571
(119,117,113)
#8C8C87
(140,140,135)
#A1A39D
(161,163,157)
#B6BAB3
(182,186,179)
#CBD1C9
(203,209,201)
#E0E8DF
(224,232,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E0203; }

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

This text font color is #0E0203.


Background Color

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

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

This div background color is #0E0203.


Border color

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

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

This div border color is #0E0203.


Opacity

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

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

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

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

This text has shadow with #0E0203 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E0203 on black background.


Color preview on white background

This text has color #0E0203 on white background.



Black color preview on #0E0203 background

This text has black color on #0E0203 background.


White color preview on #0E0203 background

This text has white color on #0E0203 background.