COLOR #0E3B3A

HEX: #0E3B3A
RGB: (14,59,58)

Color info

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

RGB color model

#0E3B3A color RGB value is (14,59,58).

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

RGB channels and saturation

R 14 of 255 = 5%
G 59 of 255 = 23%
B 58 of 255 = 23%

14
59
58

R + G + B ~ 17%. #0E3B3A is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 59 + 58 = 131 (100%)
R 14 of 131 ~ 10.69%
G 59 of 131 ~ 45.04%
B 58 of 131 ~ 44.27%

%10.69
%45.04
%44.27

CMYK color model

#0E3B3A color CMYK value is (76,0,2,77).

  • cyan value is 76.27%
  • magenta value is 0.00%
  • yellow value is 1.69%
  • key color value is 76.86%
CMYK:
(76,0,2,77)
C76M0Y2K77 
(76%,0%,2%,77%)
(0.76/0.00/0.02/0.77)	

CMYK percentages

%76.27
%0
%1.69
%76.86

Codes

Color #0E3B3A in popluar color models

0E3B3A
RGB145958
HSL179°61.64%14.31%
HSB/HSV179°76.27%23.14%
CMYK76.27%0.00%1.69%
76.86%

Color #0E3B3A in popluar number systems.

HEX0E3B3A
Decimal145958
Binary1110111011111010
Octal167372

Shades and tints

Shades of #0E3B3A

#0E3B3A
(14,59,58)
#0D3635
(13,54,53)
#0C3130
(12,49,48)
#0B2C2B
(11,44,43)
#0A2726
(10,39,38)
#092221
(9,34,33)
#081D1C
(8,29,28)
#071817
(7,24,23)
#061312
(6,19,18)
#050E0D
(5,14,13)
#040908
(4,9,8)
#000000
(0,0,0)

Tints of #0E3B3A

#0E3B3A
(14,59,58)
#234C4B
(35,76,75)
#385D5C
(56,93,92)
#4D6E6D
(77,110,109)
#627F7E
(98,127,126)
#77908F
(119,144,143)
#8CA1A0
(140,161,160)
#A1B2B1
(161,178,177)
#B6C3C2
(182,195,194)
#CBD4D3
(203,212,211)
#E0E5E4
(224,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E3B3A; }

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

This text font color is #0E3B3A.


Background Color

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

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

This div background color is #0E3B3A.


Border color

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

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

This div border color is #0E3B3A.


Opacity

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

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

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

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

This text has shadow with #0E3B3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E3B3A on black background.


Color preview on white background

This text has color #0E3B3A on white background.



Black color preview on #0E3B3A background

This text has black color on #0E3B3A background.


White color preview on #0E3B3A background

This text has white color on #0E3B3A background.