COLOR #0E2E2B

HEX: #0E2E2B
RGB: (14,46,43)

Color info

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

RGB color model

#0E2E2B color RGB value is (14,46,43).

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

RGB channels and saturation

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

14
46
43

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

Portions of RGB colors in percentages

R + G + B =
14 + 46 + 43 = 103 (100%)
R 14 of 103 ~ 13.59%
G 46 of 103 ~ 44.66%
B 43 of 103 ~ 41.75%

%13.59
%44.66
%41.75

CMYK color model

#0E2E2B color CMYK value is (70,0,7,82).

  • cyan value is 69.57%
  • magenta value is 0.00%
  • yellow value is 6.52%
  • key color value is 81.96%
CMYK: (70,0,7,82) C70M0Y7K82 (70%,0%,7%,82%) (0.70/0.00/0.07/0.82)

CMYK percentages

%69.57
%0
%6.52
%81.96

Codes

Color #0E2E2B in popluar color models

0E2E2B
RGB144643
HSL174°53.33%11.76%
HSB/HSV174°69.57%18.04%
CMYK69.57%0.00%6.52%
81.96%

Color #0E2E2B in popluar number systems.

HEX0E2E2B
Decimal144643
Binary1110101110101011
Octal165653

Shades and tints

Shades of #0E2E2B

#0E2E2B
(14,46,43)
#0D2A28
(13,42,40)
#0C2625
(12,38,37)
#0B2222
(11,34,34)
#0A1E1F
(10,30,31)
#091A1C
(9,26,28)
#081619
(8,22,25)
#071216
(7,18,22)
#060E13
(6,14,19)
#050A10
(5,10,16)
#04060D
(4,6,13)
#000000
(0,0,0)

Tints of #0E2E2B

#0E2E2B
(14,46,43)
#23413E
(35,65,62)
#385451
(56,84,81)
#4D6764
(77,103,100)
#627A77
(98,122,119)
#778D8A
(119,141,138)
#8CA09D
(140,160,157)
#A1B3B0
(161,179,176)
#B6C6C3
(182,198,195)
#CBD9D6
(203,217,214)
#E0ECE9
(224,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E2E2B; }

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

This text font color is #0E2E2B.


Background Color

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

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

This div background color is #0E2E2B.


Border color

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

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

This div border color is #0E2E2B.


Opacity

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

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

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

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

This text has shadow with #0E2E2B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #0E2E2B on black background.


Color preview on white background

This text has color #0E2E2B on white background.



Black color preview on #0E2E2B background

This text has black color on #0E2E2B background.


White color preview on #0E2E2B background

This text has white color on #0E2E2B background.