COLOR #0E2827

HEX: #0E2827 RGB: (14,40,39)

Color info

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

RGB color model

#0E2827 color RGB value is (14,40,39).

RGB: (14,40,39) (5%, 16%, 15%)

RGB channels and saturation

R 14 of 255 = 5%
G 40 of 255 = 16%
B 39 of 255 = 15%

14
40
39

R + G + B ~ 12%. #0E2827 is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 40 + 39 = 93 (100%)
R 14 of 93 ~ 15.05%
G 40 of 93 ~ 43.01%
B 39 of 93 ~ 41.94'%

%15.05
%43.01
%41.94

CMYK color model

#0E2827 color CMYK value is (65,0,2,84).

  • cyan value is 65.00%
  • magenta value is 0.00%
  • yellow value is 2.50%
  • key color value is 84.31%

CMYK: (65,0,2,84)
C65M0Y2K84 (65%, 0%, 2%, 84%)
(0.65 / 0.00 / 0.02 / 0.84)

CMYK percentages

%65
%0
%2.5
%84.31

Codes

Color #0E2827 in popluar color models

0E 28 27
RGB 14 40 39
HSL 178° 48.15% 10.59%
HSB/HSV 178° 65.00% 15.69%
CMYK 65.00% 0.00% 2.50%
84.31%

Color #0E2827 in popluar number systems.

HEX 0E 28 27
Decimal 14 40 39
Binary 1110 101000 100111
Octal 16 50 47

Shades and tints

Shades of #0E2827

#0E2827
(14,40,39)
#0D2524
(13,37,36)
#0C2221
(12,34,33)
#0B1F1E
(11,31,30)
#0A1C1B
(10,28,27)
#091918
(9,25,24)
#081615
(8,22,21)
#071312
(7,19,18)
#06100F
(6,16,15)
#050D0C
(5,13,12)
#040A09
(4,10,9)
#000000
(0,0,0)

Tints of #0E2827

#0E2827
(14,40,39)
#233B3A
(35,59,58)
#384E4D
(56,78,77)
#4D6160
(77,97,96)
#627473
(98,116,115)
#778786
(119,135,134)
#8C9A99
(140,154,153)
#A1ADAC
(161,173,172)
#B6C0BF
(182,192,191)
#CBD3D2
(203,211,210)
#E0E6E5
(224,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E2827; }

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

This text font color is #0E2827.

Background Color

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

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

This div background color is #0E2827.

Border color

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

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

This div border color is #0E2827.

Opacity

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

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

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

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

This text has shadow with #0E2827 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E2827.

Preview

Color preview on black background

This text has color #0E2827 on black background.


Color preview on white background

This text has color #0E2827 on white background.


Black color preview on #0E2827 background

This text has black color on #0E2827 background.


White color preview on #0E2827 background

This text has white color on #0E2827 background.


Related colors

Complementary color

Complementary color for #hex is #F1D7D8.


I love getcolorcode.com

Triadic colors

1 #270E28 and #28270E with #0E2827 are triadic colors.

2 #27280E and #280E27 with #0E2827 are triadic colors.