COLOR #0E2338

HEX: #0E2338
RGB: (14,35,56)

Color info

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

RGB color model

#0E2338 color RGB value is (14,35,56).

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

RGB channels and saturation

R 14 of 255 = 5%
G 35 of 255 = 14%
B 56 of 255 = 22%

14
35
56

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

Portions of RGB colors in percentages

R + G + B =
14 + 35 + 56 = 105 (100%)
R 14 of 105 ~ 13.33%
G 35 of 105 ~ 33.33%
B 56 of 105 ~ 53.33%

%13.33
%33.33
%53.33

CMYK color model

#0E2338 color CMYK value is (75,38,0,78).

  • cyan value is 75.00%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(75,38,0,78)
C75M38Y0K78 
(75%,38%,0%,78%)
(0.75/0.38/0.00/0.78)	

CMYK percentages

%75
%37.5
%0
%78.04

Codes

Color #0E2338 in popluar color models

0E2338
RGB143556
HSL210°60.00%13.73%
HSB/HSV210°75.00%21.96%
CMYK75.00%37.50%0.00%
78.04%

Color #0E2338 in popluar number systems.

HEX0E2338
Decimal143556
Binary1110100011111000
Octal164370

Shades and tints

Shades of #0E2338

#0E2338
(14,35,56)
#0D2033
(13,32,51)
#0C1D2E
(12,29,46)
#0B1A29
(11,26,41)
#0A1724
(10,23,36)
#09141F
(9,20,31)
#08111A
(8,17,26)
#070E15
(7,14,21)
#060B10
(6,11,16)
#05080B
(5,8,11)
#040506
(4,5,6)
#000000
(0,0,0)

Tints of #0E2338

#0E2338
(14,35,56)
#23374A
(35,55,74)
#384B5C
(56,75,92)
#4D5F6E
(77,95,110)
#627380
(98,115,128)
#778792
(119,135,146)
#8C9BA4
(140,155,164)
#A1AFB6
(161,175,182)
#B6C3C8
(182,195,200)
#CBD7DA
(203,215,218)
#E0EBEC
(224,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E2338; }

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

This text font color is #0E2338.


Background Color

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

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

This div background color is #0E2338.


Border color

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

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

This div border color is #0E2338.


Opacity

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

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

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

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

This text has shadow with #0E2338 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E2338 on black background.


Color preview on white background

This text has color #0E2338 on white background.



Black color preview on #0E2338 background

This text has black color on #0E2338 background.


White color preview on #0E2338 background

This text has white color on #0E2338 background.