COLOR #0E2731

HEX: #0E2731
RGB: (14,39,49)

Color info

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

RGB color model

#0E2731 color RGB value is (14,39,49).

  • red value is 14;
  • green value is 39;
  • blue value is 49.
RGB:
(14,39,49)
(5%,15%,19%)

RGB channels and saturation

R 14 of 255 = 5%
G 39 of 255 = 15%
B 49 of 255 = 19%

14
39
49

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

Portions of RGB colors in percentages

R + G + B =
14 + 39 + 49 = 102 (100%)
R 14 of 102 ~ 13.73%
G 39 of 102 ~ 38.24%
B 49 of 102 ~ 48.04%

%13.73
%38.24
%48.04

CMYK color model

#0E2731 color CMYK value is (71,20,0,81).

  • cyan value is 71.43%
  • magenta value is 20.41%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(71,20,0,81)
C71M20Y0K81 
(71%,20%,0%,81%)
(0.71/0.20/0.00/0.81)	

CMYK percentages

%71.43
%20.41
%0
%80.78

Codes

Color #0E2731 in popluar color models

0E2731
RGB143949
HSL197°55.56%12.35%
HSB/HSV197°71.43%19.22%
CMYK71.43%20.41%0.00%
80.78%

Color #0E2731 in popluar number systems.

HEX0E2731
Decimal143949
Binary1110100111110001
Octal164761

Shades and tints

Shades of #0E2731

#0E2731
(14,39,49)
#0D242D
(13,36,45)
#0C2129
(12,33,41)
#0B1E25
(11,30,37)
#0A1B21
(10,27,33)
#09181D
(9,24,29)
#081519
(8,21,25)
#071215
(7,18,21)
#060F11
(6,15,17)
#050C0D
(5,12,13)
#040909
(4,9,9)
#000000
(0,0,0)

Tints of #0E2731

#0E2731
(14,39,49)
#233A43
(35,58,67)
#384D55
(56,77,85)
#4D6067
(77,96,103)
#627379
(98,115,121)
#77868B
(119,134,139)
#8C999D
(140,153,157)
#A1ACAF
(161,172,175)
#B6BFC1
(182,191,193)
#CBD2D3
(203,210,211)
#E0E5E5
(224,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E2731 color. Also use rgb(14,39,49) instead hex code.

Text Font Color

.myTextColor { color: #0E2731; }

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

This text font color is #0E2731.


Background Color

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

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

This div background color is #0E2731.


Border color

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

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

This div border color is #0E2731.


Opacity

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

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

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

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

This text has shadow with #0E2731 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E2731 on black background.


Color preview on white background

This text has color #0E2731 on white background.



Black color preview on #0E2731 background

This text has black color on #0E2731 background.


White color preview on #0E2731 background

This text has white color on #0E2731 background.