COLOR #0E382A

HEX: #0E382A
RGB: (14,56,42)

Color info

#0E382A contains red, green and blue colors in about the same proportion. Web safe color of #0E382A is #003333 (or #033).

RGB color model

#0E382A color RGB value is (14,56,42).

  • red value is 14;
  • green value is 56;
  • blue value is 42.
RGB:
(14,56,42)
(5%,22%,16%)

RGB channels and saturation

R 14 of 255 = 5%
G 56 of 255 = 22%
B 42 of 255 = 16%

14
56
42

R + G + B ~ 14%. #0E382A is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 56 + 42 = 112 (100%)
R 14 of 112 ~ 12.5%
G 56 of 112 ~ 50%
B 42 of 112 ~ 37.5%

%12.5
%50
%37.5

CMYK color model

#0E382A color CMYK value is (75,0,25,78).

  • cyan value is 75.00%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 78.04%
CMYK:
(75,0,25,78)
C75M0Y25K78 
(75%,0%,25%,78%)
(0.75/0.00/0.25/0.78)	

CMYK percentages

%75
%0
%25
%78.04

Codes

Color #0E382A in popluar color models

0E382A
RGB145642
HSL160°60.00%13.73%
HSB/HSV160°75.00%21.96%
CMYK75.00%0.00%25.00%
78.04%

Color #0E382A in popluar number systems.

HEX0E382A
Decimal145642
Binary1110111000101010
Octal167052

Shades and tints

Shades of #0E382A

#0E382A
(14,56,42)
#0D3327
(13,51,39)
#0C2E24
(12,46,36)
#0B2921
(11,41,33)
#0A241E
(10,36,30)
#091F1B
(9,31,27)
#081A18
(8,26,24)
#071515
(7,21,21)
#061012
(6,16,18)
#050B0F
(5,11,15)
#04060C
(4,6,12)
#000000
(0,0,0)

Tints of #0E382A

#0E382A
(14,56,42)
#234A3D
(35,74,61)
#385C50
(56,92,80)
#4D6E63
(77,110,99)
#628076
(98,128,118)
#779289
(119,146,137)
#8CA49C
(140,164,156)
#A1B6AF
(161,182,175)
#B6C8C2
(182,200,194)
#CBDAD5
(203,218,213)
#E0ECE8
(224,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E382A color. Also use rgb(14,56,42) instead hex code.

Text Font Color

.myTextColor { color: #0E382A; }

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

This text font color is #0E382A.


Background Color

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

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

This div background color is #0E382A.


Border color

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

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

This div border color is #0E382A.


Opacity

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

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

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

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

This text has shadow with #0E382A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E382A on black background.


Color preview on white background

This text has color #0E382A on white background.



Black color preview on #0E382A background

This text has black color on #0E382A background.


White color preview on #0E382A background

This text has white color on #0E382A background.