COLOR #0E4B43

HEX: #0E4B43
RGB: (14,75,67)

Color info

#0E4B43 contains mainly green and blue colors. Web safe color of #0E4B43 is #003333 (or #033).

RGB color model

#0E4B43 color RGB value is (14,75,67).

  • red value is 14;
  • green value is 75;
  • blue value is 67.
RGB:
(14,75,67)
(5%,29%,26%)

RGB channels and saturation

R 14 of 255 = 5%
G 75 of 255 = 29%
B 67 of 255 = 26%

14
75
67

R + G + B ~ 20%. #0E4B43 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 75 + 67 = 156 (100%)
R 14 of 156 ~ 8.97%
G 75 of 156 ~ 48.08%
B 67 of 156 ~ 42.95%

%48.08
%42.95

CMYK color model

#0E4B43 color CMYK value is (81,0,11,71).

  • cyan value is 81.33%
  • magenta value is 0.00%
  • yellow value is 10.67%
  • key color value is 70.59%
CMYK:
(81,0,11,71)
C81M0Y11K71 
(81%,0%,11%,71%)
(0.81/0.00/0.11/0.71)	

CMYK percentages

%81.33
%0
%10.67
%70.59

Codes

Color #0E4B43 in popluar color models

0E4B43
RGB147567
HSL172°68.54%17.45%
HSB/HSV172°81.33%29.41%
CMYK81.33%0.00%10.67%
70.59%

Color #0E4B43 in popluar number systems.

HEX0E4B43
Decimal147567
Binary111010010111000011
Octal16113103

Shades and tints

Shades of #0E4B43

#0E4B43
(14,75,67)
#0D453D
(13,69,61)
#0C3F37
(12,63,55)
#0B3931
(11,57,49)
#0A332B
(10,51,43)
#092D25
(9,45,37)
#08271F
(8,39,31)
#072119
(7,33,25)
#061B13
(6,27,19)
#05150D
(5,21,13)
#040F07
(4,15,7)
#000000
(0,0,0)

Tints of #0E4B43

#0E4B43
(14,75,67)
#235B54
(35,91,84)
#386B65
(56,107,101)
#4D7B76
(77,123,118)
#628B87
(98,139,135)
#779B98
(119,155,152)
#8CABA9
(140,171,169)
#A1BBBA
(161,187,186)
#B6CBCB
(182,203,203)
#CBDBDC
(203,219,220)
#E0EBED
(224,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E4B43 color. Also use rgb(14,75,67) instead hex code.

Text Font Color

.myTextColor { color: #0E4B43; }

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

This text font color is #0E4B43.


Background Color

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

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

This div background color is #0E4B43.


Border color

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

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

This div border color is #0E4B43.


Opacity

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

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

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

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

This text has shadow with #0E4B43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E4B43 on black background.


Color preview on white background

This text has color #0E4B43 on white background.



Black color preview on #0E4B43 background

This text has black color on #0E4B43 background.


White color preview on #0E4B43 background

This text has white color on #0E4B43 background.