COLOR #0E3619

HEX: #0E3619
RGB: (14,54,25)

Color info

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

RGB color model

#0E3619 color RGB value is (14,54,25).

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

RGB channels and saturation

R 14 of 255 = 5%
G 54 of 255 = 21%
B 25 of 255 = 10%

14
54
25

R + G + B ~ 12%. #0E3619 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 54 + 25 = 93 (100%)
R 14 of 93 ~ 15.05%
G 54 of 93 ~ 58.06%
B 25 of 93 ~ 26.88%

%15.05
%58.06
%26.88

CMYK color model

#0E3619 color CMYK value is (74,0,54,79).

  • cyan value is 74.07%
  • magenta value is 0.00%
  • yellow value is 53.70%
  • key color value is 78.82%
CMYK:
(74,0,54,79)
C74M0Y54K79 
(74%,0%,54%,79%)
(0.74/0.00/0.54/0.79)	

CMYK percentages

%74.07
%0
%53.7
%78.82

Codes

Color #0E3619 in popluar color models

0E3619
RGB145425
HSL137°58.82%13.33%
HSB/HSV137°74.07%21.18%
CMYK74.07%0.00%53.70%
78.82%

Color #0E3619 in popluar number systems.

HEX0E3619
Decimal145425
Binary111011011011001
Octal166631

Shades and tints

Shades of #0E3619

#0E3619
(14,54,25)
#0D3217
(13,50,23)
#0C2E15
(12,46,21)
#0B2A13
(11,42,19)
#0A2611
(10,38,17)
#09220F
(9,34,15)
#081E0D
(8,30,13)
#071A0B
(7,26,11)
#061609
(6,22,9)
#051207
(5,18,7)
#040E05
(4,14,5)
#000000
(0,0,0)

Tints of #0E3619

#0E3619
(14,54,25)
#23482D
(35,72,45)
#385A41
(56,90,65)
#4D6C55
(77,108,85)
#627E69
(98,126,105)
#77907D
(119,144,125)
#8CA291
(140,162,145)
#A1B4A5
(161,180,165)
#B6C6B9
(182,198,185)
#CBD8CD
(203,216,205)
#E0EAE1
(224,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E3619; }

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

This text font color is #0E3619.


Background Color

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

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

This div background color is #0E3619.


Border color

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

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

This div border color is #0E3619.


Opacity

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

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

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

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

This text has shadow with #0E3619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E3619 on black background.


Color preview on white background

This text has color #0E3619 on white background.



Black color preview on #0E3619 background

This text has black color on #0E3619 background.


White color preview on #0E3619 background

This text has white color on #0E3619 background.