COLOR #0E4003

HEX: #0E4003
RGB: (14,64,3)

Color info

#0E4003 contains mainly red and green colors. Web safe color of #0E4003 is #003300 (or #030).

RGB color model

#0E4003 color RGB value is (14,64,3).

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

RGB channels and saturation

R 14 of 255 = 5%
G 64 of 255 = 25%
B 3 of 255 = 1%

14
64
3

R + G + B ~ 10%. #0E4003 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 64 + 3 = 81 (100%)
R 14 of 81 ~ 17.28%
G 64 of 81 ~ 79.01%
B 3 of 81 ~ 3.7%

%17.28
%79.01

CMYK color model

#0E4003 color CMYK value is (78,0,95,75).

  • cyan value is 78.13%
  • magenta value is 0.00%
  • yellow value is 95.31%
  • key color value is 74.90%
CMYK:
(78,0,95,75)
C78M0Y95K75 
(78%,0%,95%,75%)
(0.78/0.00/0.95/0.75)	

CMYK percentages

%78.13
%0
%95.31
%74.9

Codes

Color #0E4003 in popluar color models

0E4003
RGB14643
HSL109°91.04%13.14%
HSB/HSV109°95.31%25.10%
CMYK78.13%0.00%95.31%
74.90%

Color #0E4003 in popluar number systems.

HEX0E4003
Decimal14643
Binary1110100000011
Octal161003

Shades and tints

Shades of #0E4003

#0E4003
(14,64,3)
#0D3B03
(13,59,3)
#0C3603
(12,54,3)
#0B3103
(11,49,3)
#0A2C03
(10,44,3)
#092703
(9,39,3)
#082203
(8,34,3)
#071D03
(7,29,3)
#061803
(6,24,3)
#051303
(5,19,3)
#040E03
(4,14,3)
#000000
(0,0,0)

Tints of #0E4003

#0E4003
(14,64,3)
#235119
(35,81,25)
#38622F
(56,98,47)
#4D7345
(77,115,69)
#62845B
(98,132,91)
#779571
(119,149,113)
#8CA687
(140,166,135)
#A1B79D
(161,183,157)
#B6C8B3
(182,200,179)
#CBD9C9
(203,217,201)
#E0EADF
(224,234,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E4003; }

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

This text font color is #0E4003.


Background Color

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

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

This div background color is #0E4003.


Border color

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

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

This div border color is #0E4003.


Opacity

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

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

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

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

This text has shadow with #0E4003 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E4003 on black background.


Color preview on white background

This text has color #0E4003 on white background.



Black color preview on #0E4003 background

This text has black color on #0E4003 background.


White color preview on #0E4003 background

This text has white color on #0E4003 background.