COLOR #0E2509

HEX: #0E2509
RGB: (14,37,9)

Color info

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

RGB color model

#0E2509 color RGB value is (14,37,9).

  • red value is 14;
  • green value is 37;
  • blue value is 9.
RGB:
(14,37,9)
(5%,15%,4%)

RGB channels and saturation

R 14 of 255 = 5%
G 37 of 255 = 15%
B 9 of 255 = 4%

14
37
9

R + G + B ~ 8%. #0E2509 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 37 + 9 = 60 (100%)
R 14 of 60 ~ 23.33%
G 37 of 60 ~ 61.67%
B 9 of 60 ~ 15%

%23.33
%61.67
%15

CMYK color model

#0E2509 color CMYK value is (62,0,76,85).

  • cyan value is 62.16%
  • magenta value is 0.00%
  • yellow value is 75.68%
  • key color value is 85.49%
CMYK:
(62,0,76,85)
C62M0Y76K85 
(62%,0%,76%,85%)
(0.62/0.00/0.76/0.85)	

CMYK percentages

%62.16
%0
%75.68
%85.49

Codes

Color #0E2509 in popluar color models

0E2509
RGB14379
HSL109°60.87%9.02%
HSB/HSV109°75.68%14.51%
CMYK62.16%0.00%75.68%
85.49%

Color #0E2509 in popluar number systems.

HEX0E2509
Decimal14379
Binary11101001011001
Octal164511

Shades and tints

Shades of #0E2509

#0E2509
(14,37,9)
#0D2209
(13,34,9)
#0C1F09
(12,31,9)
#0B1C09
(11,28,9)
#0A1909
(10,25,9)
#091609
(9,22,9)
#081309
(8,19,9)
#071009
(7,16,9)
#060D09
(6,13,9)
#050A09
(5,10,9)
#040709
(4,7,9)
#000000
(0,0,0)

Tints of #0E2509

#0E2509
(14,37,9)
#23381F
(35,56,31)
#384B35
(56,75,53)
#4D5E4B
(77,94,75)
#627161
(98,113,97)
#778477
(119,132,119)
#8C978D
(140,151,141)
#A1AAA3
(161,170,163)
#B6BDB9
(182,189,185)
#CBD0CF
(203,208,207)
#E0E3E5
(224,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E2509 color. Also use rgb(14,37,9) instead hex code.

Text Font Color

.myTextColor { color: #0E2509; }

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

This text font color is #0E2509.


Background Color

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

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

This div background color is #0E2509.


Border color

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

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

This div border color is #0E2509.


Opacity

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

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

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

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

This text has shadow with #0E2509 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E2509 on black background.


Color preview on white background

This text has color #0E2509 on white background.



Black color preview on #0E2509 background

This text has black color on #0E2509 background.


White color preview on #0E2509 background

This text has white color on #0E2509 background.