COLOR #0E3C41

HEX: #0E3C41
RGB: (14,60,65)

Color info

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

RGB color model

#0E3C41 color RGB value is (14,60,65).

  • red value is 14;
  • green value is 60;
  • blue value is 65.
RGB:
(14,60,65)
(5%,24%,25%)

RGB channels and saturation

R 14 of 255 = 5%
G 60 of 255 = 24%
B 65 of 255 = 25%

14
60
65

R + G + B ~ 18%. #0E3C41 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 60 + 65 = 139 (100%)
R 14 of 139 ~ 10.07%
G 60 of 139 ~ 43.17%
B 65 of 139 ~ 46.76%

%10.07
%43.17
%46.76

CMYK color model

#0E3C41 color CMYK value is (78,8,0,75).

  • cyan value is 78.46%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(78,8,0,75)
C78M8Y0K75 
(78%,8%,0%,75%)
(0.78/0.08/0.00/0.75)	

CMYK percentages

%78.46
%7.69
%0
%74.51

Codes

Color #0E3C41 in popluar color models

0E3C41
RGB146065
HSL186°64.56%15.49%
HSB/HSV186°78.46%25.49%
CMYK78.46%7.69%0.00%
74.51%

Color #0E3C41 in popluar number systems.

HEX0E3C41
Decimal146065
Binary11101111001000001
Octal1674101

Shades and tints

Shades of #0E3C41

#0E3C41
(14,60,65)
#0D373C
(13,55,60)
#0C3237
(12,50,55)
#0B2D32
(11,45,50)
#0A282D
(10,40,45)
#092328
(9,35,40)
#081E23
(8,30,35)
#07191E
(7,25,30)
#061419
(6,20,25)
#050F14
(5,15,20)
#040A0F
(4,10,15)
#000000
(0,0,0)

Tints of #0E3C41

#0E3C41
(14,60,65)
#234D52
(35,77,82)
#385E63
(56,94,99)
#4D6F74
(77,111,116)
#628085
(98,128,133)
#779196
(119,145,150)
#8CA2A7
(140,162,167)
#A1B3B8
(161,179,184)
#B6C4C9
(182,196,201)
#CBD5DA
(203,213,218)
#E0E6EB
(224,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E3C41 color. Also use rgb(14,60,65) instead hex code.

Text Font Color

.myTextColor { color: #0E3C41; }

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

This text font color is #0E3C41.


Background Color

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

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

This div background color is #0E3C41.


Border color

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

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

This div border color is #0E3C41.


Opacity

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

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

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

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

This text has shadow with #0E3C41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E3C41 on black background.


Color preview on white background

This text has color #0E3C41 on white background.



Black color preview on #0E3C41 background

This text has black color on #0E3C41 background.


White color preview on #0E3C41 background

This text has white color on #0E3C41 background.