COLOR #0E2B2D

HEX: #0E2B2D
RGB: (14,43,45)

Color info

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

RGB color model

#0E2B2D color RGB value is (14,43,45).

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

RGB channels and saturation

R 14 of 255 = 5%
G 43 of 255 = 17%
B 45 of 255 = 18%

14
43
45

R + G + B ~ 13%. #0E2B2D is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 43 + 45 = 102 (100%)
R 14 of 102 ~ 13.73%
G 43 of 102 ~ 42.16%
B 45 of 102 ~ 44.12%

%13.73
%42.16
%44.12

CMYK color model

#0E2B2D color CMYK value is (69,4,0,82).

  • cyan value is 68.89%
  • magenta value is 4.44%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK:
(69,4,0,82)
C69M4Y0K82 
(69%,4%,0%,82%)
(0.69/0.04/0.00/0.82)	

CMYK percentages

%68.89
%4.44
%0
%82.35

Codes

Color #0E2B2D in popluar color models

0E2B2D
RGB144345
HSL184°52.54%11.57%
HSB/HSV184°68.89%17.65%
CMYK68.89%4.44%0.00%
82.35%

Color #0E2B2D in popluar number systems.

HEX0E2B2D
Decimal144345
Binary1110101011101101
Octal165355

Shades and tints

Shades of #0E2B2D

#0E2B2D
(14,43,45)
#0D2829
(13,40,41)
#0C2525
(12,37,37)
#0B2221
(11,34,33)
#0A1F1D
(10,31,29)
#091C19
(9,28,25)
#081915
(8,25,21)
#071611
(7,22,17)
#06130D
(6,19,13)
#051009
(5,16,9)
#040D05
(4,13,5)
#000000
(0,0,0)

Tints of #0E2B2D

#0E2B2D
(14,43,45)
#233E40
(35,62,64)
#385153
(56,81,83)
#4D6466
(77,100,102)
#627779
(98,119,121)
#778A8C
(119,138,140)
#8C9D9F
(140,157,159)
#A1B0B2
(161,176,178)
#B6C3C5
(182,195,197)
#CBD6D8
(203,214,216)
#E0E9EB
(224,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E2B2D; }

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

This text font color is #0E2B2D.


Background Color

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

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

This div background color is #0E2B2D.


Border color

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

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

This div border color is #0E2B2D.


Opacity

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

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

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

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

This text has shadow with #0E2B2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E2B2D on black background.


Color preview on white background

This text has color #0E2B2D on white background.



Black color preview on #0E2B2D background

This text has black color on #0E2B2D background.


White color preview on #0E2B2D background

This text has white color on #0E2B2D background.