COLOR #0E2304

HEX: #0E2304
RGB: (14,35,4)

Color info

#0E2304 contains red, green and blue colors in about the same proportion. Web safe color of #0E2304 is #003300 (or #030).

RGB color model

#0E2304 color RGB value is (14,35,4).

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

RGB channels and saturation

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

14
35
4

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

Portions of RGB colors in percentages

R + G + B =
14 + 35 + 4 = 53 (100%)
R 14 of 53 ~ 26.42%
G 35 of 53 ~ 66.04%
B 4 of 53 ~ 7.55%

%26.42
%66.04

CMYK color model

#0E2304 color CMYK value is (60,0,89,86).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 88.57%
  • key color value is 86.27%
CMYK:
(60,0,89,86)
C60M0Y89K86 
(60%,0%,89%,86%)
(0.60/0.00/0.89/0.86)	

CMYK percentages

%60
%0
%88.57
%86.27

Codes

Color #0E2304 in popluar color models

0E2304
RGB14354
HSL101°79.49%7.65%
HSB/HSV101°88.57%13.73%
CMYK60.00%0.00%88.57%
86.27%

Color #0E2304 in popluar number systems.

HEX0E2304
Decimal14354
Binary1110100011100
Octal16434

Shades and tints

Shades of #0E2304

#0E2304
(14,35,4)
#0D2004
(13,32,4)
#0C1D04
(12,29,4)
#0B1A04
(11,26,4)
#0A1704
(10,23,4)
#091404
(9,20,4)
#081104
(8,17,4)
#070E04
(7,14,4)
#060B04
(6,11,4)
#050804
(5,8,4)
#040504
(4,5,4)
#000000
(0,0,0)

Tints of #0E2304

#0E2304
(14,35,4)
#23371A
(35,55,26)
#384B30
(56,75,48)
#4D5F46
(77,95,70)
#62735C
(98,115,92)
#778772
(119,135,114)
#8C9B88
(140,155,136)
#A1AF9E
(161,175,158)
#B6C3B4
(182,195,180)
#CBD7CA
(203,215,202)
#E0EBE0
(224,235,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E2304; }

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

This text font color is #0E2304.


Background Color

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

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

This div background color is #0E2304.


Border color

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

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

This div border color is #0E2304.


Opacity

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

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

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

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

This text has shadow with #0E2304 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E2304 on black background.


Color preview on white background

This text has color #0E2304 on white background.



Black color preview on #0E2304 background

This text has black color on #0E2304 background.


White color preview on #0E2304 background

This text has white color on #0E2304 background.