COLOR #0D0E04

HEX: #0D0E04
RGB: (13,14,4)

Color info

#0D0E04 contains red, green and blue colors in about the same proportion. Web safe color of #0D0E04 is #000000 (or #000).

RGB color model

#0D0E04 color RGB value is (13,14,4).

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

RGB channels and saturation

R 13 of 255 = 5%
G 14 of 255 = 5%
B 4 of 255 = 2%

13
14
4

R + G + B ~ 4%. #0D0E04 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 14 + 4 = 31 (100%)
R 13 of 31 ~ 41.94%
G 14 of 31 ~ 45.16%
B 4 of 31 ~ 12.9%

%41.94
%45.16
%12.9

CMYK color model

#0D0E04 color CMYK value is (7,0,71,95).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 71.43%
  • key color value is 94.51%
CMYK:
(7,0,71,95)
C7M0Y71K95 
(7%,0%,71%,95%)
(0.07/0.00/0.71/0.95)	

CMYK percentages

%7.14
%0
%71.43
%94.51

Codes

Color #0D0E04 in popluar color models

0D0E04
RGB13144
HSL66°55.56%3.53%
HSB/HSV66°71.43%5.49%
CMYK7.14%0.00%71.43%
94.51%

Color #0D0E04 in popluar number systems.

HEX0D0E04
Decimal13144
Binary11011110100
Octal15164

Shades and tints

Shades of #0D0E04

#0D0E04
(13,14,4)
#0C0D04
(12,13,4)
#0B0C04
(11,12,4)
#0A0B04
(10,11,4)
#090A04
(9,10,4)
#080904
(8,9,4)
#070804
(7,8,4)
#060704
(6,7,4)
#050604
(5,6,4)
#040504
(4,5,4)
#030404
(3,4,4)
#000000
(0,0,0)

Tints of #0D0E04

#0D0E04
(13,14,4)
#23231A
(35,35,26)
#393830
(57,56,48)
#4F4D46
(79,77,70)
#65625C
(101,98,92)
#7B7772
(123,119,114)
#918C88
(145,140,136)
#A7A19E
(167,161,158)
#BDB6B4
(189,182,180)
#D3CBCA
(211,203,202)
#E9E0E0
(233,224,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0E04; }

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

This text font color is #0D0E04.


Background Color

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

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

This div background color is #0D0E04.


Border color

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

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

This div border color is #0D0E04.


Opacity

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

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

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

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

This text has shadow with #0D0E04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D0E04 on black background.


Color preview on white background

This text has color #0D0E04 on white background.



Black color preview on #0D0E04 background

This text has black color on #0D0E04 background.


White color preview on #0D0E04 background

This text has white color on #0D0E04 background.