COLOR #0E2B30

HEX: #0E2B30
RGB: (14,43,48)

Color info

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

RGB color model

#0E2B30 color RGB value is (14,43,48).

  • red value is 14;
  • green value is 43;
  • blue value is 48.
RGB:
(14,43,48)
(5%,17%,19%)

RGB channels and saturation

R 14 of 255 = 5%
G 43 of 255 = 17%
B 48 of 255 = 19%

14
43
48

R + G + B ~ 14%. #0E2B30 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 43 + 48 = 105 (100%)
R 14 of 105 ~ 13.33%
G 43 of 105 ~ 40.95%
B 48 of 105 ~ 45.71%

%13.33
%40.95
%45.71

CMYK color model

#0E2B30 color CMYK value is (71,10,0,81).

  • cyan value is 70.83%
  • magenta value is 10.42%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(71,10,0,81)
C71M10Y0K81 
(71%,10%,0%,81%)
(0.71/0.10/0.00/0.81)	

CMYK percentages

%70.83
%10.42
%0
%81.18

Codes

Color #0E2B30 in popluar color models

0E2B30
RGB144348
HSL189°54.84%12.16%
HSB/HSV189°70.83%18.82%
CMYK70.83%10.42%0.00%
81.18%

Color #0E2B30 in popluar number systems.

HEX0E2B30
Decimal144348
Binary1110101011110000
Octal165360

Shades and tints

Shades of #0E2B30

#0E2B30
(14,43,48)
#0D282C
(13,40,44)
#0C2528
(12,37,40)
#0B2224
(11,34,36)
#0A1F20
(10,31,32)
#091C1C
(9,28,28)
#081918
(8,25,24)
#071614
(7,22,20)
#061310
(6,19,16)
#05100C
(5,16,12)
#040D08
(4,13,8)
#000000
(0,0,0)

Tints of #0E2B30

#0E2B30
(14,43,48)
#233E42
(35,62,66)
#385154
(56,81,84)
#4D6466
(77,100,102)
#627778
(98,119,120)
#778A8A
(119,138,138)
#8C9D9C
(140,157,156)
#A1B0AE
(161,176,174)
#B6C3C0
(182,195,192)
#CBD6D2
(203,214,210)
#E0E9E4
(224,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E2B30 color. Also use rgb(14,43,48) instead hex code.

Text Font Color

.myTextColor { color: #0E2B30; }

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

This text font color is #0E2B30.


Background Color

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

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

This div background color is #0E2B30.


Border color

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

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

This div border color is #0E2B30.


Opacity

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

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

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

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

This text has shadow with #0E2B30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E2B30 on black background.


Color preview on white background

This text has color #0E2B30 on white background.



Black color preview on #0E2B30 background

This text has black color on #0E2B30 background.


White color preview on #0E2B30 background

This text has white color on #0E2B30 background.