COLOR #0E2223

HEX: #0E2223
RGB: (14,34,35)

Color info

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

RGB color model

#0E2223 color RGB value is (14,34,35).

  • red value is 14;
  • green value is 34;
  • blue value is 35.
RGB:
(14,34,35)
(5%,13%,14%)

RGB channels and saturation

R 14 of 255 = 5%
G 34 of 255 = 13%
B 35 of 255 = 14%

14
34
35

R + G + B ~ 11%. #0E2223 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 34 + 35 = 83 (100%)
R 14 of 83 ~ 16.87%
G 34 of 83 ~ 40.96%
B 35 of 83 ~ 42.17%

%16.87
%40.96
%42.17

CMYK color model

#0E2223 color CMYK value is (60,3,0,86).

  • cyan value is 60.00%
  • magenta value is 2.86%
  • yellow value is 0.00%
  • key color value is 86.27%
CMYK:
(60,3,0,86)
C60M3Y0K86 
(60%,3%,0%,86%)
(0.60/0.03/0.00/0.86)	

CMYK percentages

%60
%2.86
%0
%86.27

Codes

Color #0E2223 in popluar color models

0E2223
RGB143435
HSL183°42.86%9.61%
HSB/HSV183°60.00%13.73%
CMYK60.00%2.86%0.00%
86.27%

Color #0E2223 in popluar number systems.

HEX0E2223
Decimal143435
Binary1110100010100011
Octal164243

Shades and tints

Shades of #0E2223

#0E2223
(14,34,35)
#0D1F20
(13,31,32)
#0C1C1D
(12,28,29)
#0B191A
(11,25,26)
#0A1617
(10,22,23)
#091314
(9,19,20)
#081011
(8,16,17)
#070D0E
(7,13,14)
#060A0B
(6,10,11)
#050708
(5,7,8)
#040405
(4,4,5)
#000000
(0,0,0)

Tints of #0E2223

#0E2223
(14,34,35)
#233637
(35,54,55)
#384A4B
(56,74,75)
#4D5E5F
(77,94,95)
#627273
(98,114,115)
#778687
(119,134,135)
#8C9A9B
(140,154,155)
#A1AEAF
(161,174,175)
#B6C2C3
(182,194,195)
#CBD6D7
(203,214,215)
#E0EAEB
(224,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E2223 color. Also use rgb(14,34,35) instead hex code.

Text Font Color

.myTextColor { color: #0E2223; }

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

This text font color is #0E2223.


Background Color

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

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

This div background color is #0E2223.


Border color

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

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

This div border color is #0E2223.


Opacity

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

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

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

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

This text has shadow with #0E2223 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E2223 on black background.


Color preview on white background

This text has color #0E2223 on white background.



Black color preview on #0E2223 background

This text has black color on #0E2223 background.


White color preview on #0E2223 background

This text has white color on #0E2223 background.