COLOR #0E2519

HEX: #0E2519
RGB: (14,37,25)

Color info

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

RGB color model

#0E2519 color RGB value is (14,37,25).

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

RGB channels and saturation

R 14 of 255 = 5%
G 37 of 255 = 15%
B 25 of 255 = 10%

14
37
25

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

Portions of RGB colors in percentages

R + G + B =
14 + 37 + 25 = 76 (100%)
R 14 of 76 ~ 18.42%
G 37 of 76 ~ 48.68%
B 25 of 76 ~ 32.89%

%18.42
%48.68
%32.89

CMYK color model

#0E2519 color CMYK value is (62,0,32,85).

  • cyan value is 62.16%
  • magenta value is 0.00%
  • yellow value is 32.43%
  • key color value is 85.49%
CMYK:
(62,0,32,85)
C62M0Y32K85 
(62%,0%,32%,85%)
(0.62/0.00/0.32/0.85)	

CMYK percentages

%62.16
%0
%32.43
%85.49

Codes

Color #0E2519 in popluar color models

0E2519
RGB143725
HSL149°45.10%10.00%
HSB/HSV149°62.16%14.51%
CMYK62.16%0.00%32.43%
85.49%

Color #0E2519 in popluar number systems.

HEX0E2519
Decimal143725
Binary111010010111001
Octal164531

Shades and tints

Shades of #0E2519

#0E2519
(14,37,25)
#0D2217
(13,34,23)
#0C1F15
(12,31,21)
#0B1C13
(11,28,19)
#0A1911
(10,25,17)
#09160F
(9,22,15)
#08130D
(8,19,13)
#07100B
(7,16,11)
#060D09
(6,13,9)
#050A07
(5,10,7)
#040705
(4,7,5)
#000000
(0,0,0)

Tints of #0E2519

#0E2519
(14,37,25)
#23382D
(35,56,45)
#384B41
(56,75,65)
#4D5E55
(77,94,85)
#627169
(98,113,105)
#77847D
(119,132,125)
#8C9791
(140,151,145)
#A1AAA5
(161,170,165)
#B6BDB9
(182,189,185)
#CBD0CD
(203,208,205)
#E0E3E1
(224,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E2519; }

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

This text font color is #0E2519.


Background Color

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

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

This div background color is #0E2519.


Border color

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

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

This div border color is #0E2519.


Opacity

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

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

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

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

This text has shadow with #0E2519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E2519 on black background.


Color preview on white background

This text has color #0E2519 on white background.



Black color preview on #0E2519 background

This text has black color on #0E2519 background.


White color preview on #0E2519 background

This text has white color on #0E2519 background.