COLOR #0E3A35

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

Color info

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

RGB color model

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

  • red value is 14;
  • green value is 58;
  • blue value is 53.
RGB:
(14,58,53)
(5%,23%,21%)

RGB channels and saturation

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

14
58
53

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

Portions of RGB colors in percentages

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

%11.2
%46.4
%42.4

CMYK color model

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

  • cyan value is 75.86%
  • magenta value is 0.00%
  • yellow value is 8.62%
  • key color value is 77.25%
CMYK:
(76,0,9,77)
C76M0Y9K77 
(76%,0%,9%,77%)
(0.76/0.00/0.09/0.77)	

CMYK percentages

%75.86
%0
%8.62
%77.25

Codes

Color #0E3A35 in popluar color models

0E3A35
RGB145853
HSL173°61.11%14.12%
HSB/HSV173°75.86%22.75%
CMYK75.86%0.00%8.62%
77.25%

Color #0E3A35 in popluar number systems.

HEX0E3A35
Decimal145853
Binary1110111010110101
Octal167265

Shades and tints

Shades of #0E3A35

#0E3A35
(14,58,53)
#0D3531
(13,53,49)
#0C302D
(12,48,45)
#0B2B29
(11,43,41)
#0A2625
(10,38,37)
#092121
(9,33,33)
#081C1D
(8,28,29)
#071719
(7,23,25)
#061215
(6,18,21)
#050D11
(5,13,17)
#04080D
(4,8,13)
#000000
(0,0,0)

Tints of #0E3A35

#0E3A35
(14,58,53)
#234B47
(35,75,71)
#385C59
(56,92,89)
#4D6D6B
(77,109,107)
#627E7D
(98,126,125)
#778F8F
(119,143,143)
#8CA0A1
(140,160,161)
#A1B1B3
(161,177,179)
#B6C2C5
(182,194,197)
#CBD3D7
(203,211,215)
#E0E4E9
(224,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E3A35; }

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

This text font color is #0E3A35.


Background Color

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

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

This div background color is #0E3A35.


Border color

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

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

This div border color is #0E3A35.


Opacity

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

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

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

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

This text has shadow with #0E3A35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E3A35 on black background.


Color preview on white background

This text has color #0E3A35 on white background.



Black color preview on #0E3A35 background

This text has black color on #0E3A35 background.


White color preview on #0E3A35 background

This text has white color on #0E3A35 background.