COLOR #0E353A

HEX: #0E353A RGB: (14,53,58)

Color info

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

RGB color model

#0E353A color RGB value is (14,53,58).

RGB: (14,53,58) (5%, 21%, 23%)

RGB channels and saturation

R 14 of 255 = 5%
G 53 of 255 = 21%
B 58 of 255 = 23%

14
53
58

R + G + B ~ 16%. #0E353A is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 53 + 58 = 125 (100%)
R 14 of 125 ~ 11.2%
G 53 of 125 ~ 42.4%
B 58 of 125 ~ 46.4'%

%11.2
%42.4
%46.4

CMYK color model

#0E353A color CMYK value is (76,9,0,77).

  • cyan value is 75.86%
  • magenta value is 8.62%
  • yellow value is 0.00%
  • key color value is 77.25%

CMYK: (76,9,0,77)
C76M9Y0K77 (76%, 9%, 0%, 77%)
(0.76 / 0.09 / 0.00 / 0.77)

CMYK percentages

%75.86
%8.62
%0
%77.25

Codes

Color #0E353A in popluar color models

0E 35 3A
RGB 14 53 58
HSL 187° 61.11% 14.12%
HSB/HSV 187° 75.86% 22.75%
CMYK 75.86% 8.62% 0.00%
77.25%

Color #0E353A in popluar number systems.

HEX 0E 35 3A
Decimal 14 53 58
Binary 1110 110101 111010
Octal 16 65 72

Shades and tints

Shades of #0E353A

#0E353A
(14,53,58)
#0D3135
(13,49,53)
#0C2D30
(12,45,48)
#0B292B
(11,41,43)
#0A2526
(10,37,38)
#092121
(9,33,33)
#081D1C
(8,29,28)
#071917
(7,25,23)
#061512
(6,21,18)
#05110D
(5,17,13)
#040D08
(4,13,8)
#000000
(0,0,0)

Tints of #0E353A

#0E353A
(14,53,58)
#23474B
(35,71,75)
#38595C
(56,89,92)
#4D6B6D
(77,107,109)
#627D7E
(98,125,126)
#778F8F
(119,143,143)
#8CA1A0
(140,161,160)
#A1B3B1
(161,179,177)
#B6C5C2
(182,197,194)
#CBD7D3
(203,215,211)
#E0E9E4
(224,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E353A color. Also use rgb(14,53,58) instead hex code.

Text Font Color

.myTextColor { color: #0E353A; }

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

This text font color is #0E353A.

Background Color

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

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

This div background color is #0E353A.

Border color

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

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

This div border color is #0E353A.

Opacity

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

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

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

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

This text has shadow with #0E353A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E353A.

Preview

Color preview on black background

This text has color #0E353A on black background.


Color preview on white background

This text has color #0E353A on white background.


Black color preview on #0E353A background

This text has black color on #0E353A background.


White color preview on #0E353A background

This text has white color on #0E353A background.


Related colors

Complementary color

Complementary color for #hex is #F1CAC5.


I love getcolorcode.com

Triadic colors

1 #3A0E35 and #353A0E with #0E353A are triadic colors.

2 #3A350E and #350E3A with #0E353A are triadic colors.