COLOR #0E3119

HEX: #0E3119 RGB: (14,49,25)

Color info

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

RGB color model

#0E3119 color RGB value is (14,49,25).

RGB: (14,49,25) (5%, 19%, 10%)

RGB channels and saturation

R 14 of 255 = 5%
G 49 of 255 = 19%
B 25 of 255 = 10%

14
49
25

R + G + B ~ 11%. #0E3119 is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 49 + 25 = 88 (100%)
R 14 of 88 ~ 15.91%
G 49 of 88 ~ 55.68%
B 25 of 88 ~ 28.41'%

%15.91
%55.68
%28.41

CMYK color model

#0E3119 color CMYK value is (71,0,49,81).

  • cyan value is 71.43%
  • magenta value is 0.00%
  • yellow value is 48.98%
  • key color value is 80.78%

CMYK: (71,0,49,81)
C71M0Y49K81 (71%, 0%, 49%, 81%)
(0.71 / 0.00 / 0.49 / 0.81)

CMYK percentages

%71.43
%0
%48.98
%80.78

Codes

Color #0E3119 in popluar color models

0E 31 19
RGB 14 49 25
HSL 139° 55.56% 12.35%
HSB/HSV 139° 71.43% 19.22%
CMYK 71.43% 0.00% 48.98%
80.78%

Color #0E3119 in popluar number systems.

HEX 0E 31 19
Decimal 14 49 25
Binary 1110 110001 11001
Octal 16 61 31

Shades and tints

Shades of #0E3119

#0E3119
(14,49,25)
#0D2D17
(13,45,23)
#0C2915
(12,41,21)
#0B2513
(11,37,19)
#0A2111
(10,33,17)
#091D0F
(9,29,15)
#08190D
(8,25,13)
#07150B
(7,21,11)
#061109
(6,17,9)
#050D07
(5,13,7)
#040905
(4,9,5)
#000000
(0,0,0)

Tints of #0E3119

#0E3119
(14,49,25)
#23432D
(35,67,45)
#385541
(56,85,65)
#4D6755
(77,103,85)
#627969
(98,121,105)
#778B7D
(119,139,125)
#8C9D91
(140,157,145)
#A1AFA5
(161,175,165)
#B6C1B9
(182,193,185)
#CBD3CD
(203,211,205)
#E0E5E1
(224,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E3119; }

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

This text font color is #0E3119.

Background Color

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

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

This div background color is #0E3119.

Border color

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

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

This div border color is #0E3119.

Opacity

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

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

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

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

This text has shadow with #0E3119 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E3119.

Preview

Color preview on black background

This text has color #0E3119 on black background.


Color preview on white background

This text has color #0E3119 on white background.


Black color preview on #0E3119 background

This text has black color on #0E3119 background.


White color preview on #0E3119 background

This text has white color on #0E3119 background.


Related colors

Complementary color

Complementary color for #hex is #F1CEE6.


I love getcolorcode.com

Triadic colors

1 #190E31 and #31190E with #0E3119 are triadic colors.

2 #19310E and #310E19 with #0E3119 are triadic colors.