COLOR #0E2826

HEX: #0E2826
RGB: (14,40,38)

Color info

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

RGB color model

#0E2826 color RGB value is (14,40,38).

  • red value is 14;
  • green value is 40;
  • blue value is 38.
RGB:
(14,40,38)
(5%,16%,15%)

RGB channels and saturation

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

14
40
38

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

Portions of RGB colors in percentages

R + G + B =
14 + 40 + 38 = 92 (100%)
R 14 of 92 ~ 15.22%
G 40 of 92 ~ 43.48%
B 38 of 92 ~ 41.3%

%15.22
%43.48
%41.3

CMYK color model

#0E2826 color CMYK value is (65,0,5,84).

  • cyan value is 65.00%
  • magenta value is 0.00%
  • yellow value is 5.00%
  • key color value is 84.31%
CMYK:
(65,0,5,84)
C65M0Y5K84 
(65%,0%,5%,84%)
(0.65/0.00/0.05/0.84)	

CMYK percentages

%65
%0
%5
%84.31

Codes

Color #0E2826 in popluar color models

0E2826
RGB144038
HSL175°48.15%10.59%
HSB/HSV175°65.00%15.69%
CMYK65.00%0.00%5.00%
84.31%

Color #0E2826 in popluar number systems.

HEX0E2826
Decimal144038
Binary1110101000100110
Octal165046

Shades and tints

Shades of #0E2826

#0E2826
(14,40,38)
#0D2523
(13,37,35)
#0C2220
(12,34,32)
#0B1F1D
(11,31,29)
#0A1C1A
(10,28,26)
#091917
(9,25,23)
#081614
(8,22,20)
#071311
(7,19,17)
#06100E
(6,16,14)
#050D0B
(5,13,11)
#040A08
(4,10,8)
#000000
(0,0,0)

Tints of #0E2826

#0E2826
(14,40,38)
#233B39
(35,59,57)
#384E4C
(56,78,76)
#4D615F
(77,97,95)
#627472
(98,116,114)
#778785
(119,135,133)
#8C9A98
(140,154,152)
#A1ADAB
(161,173,171)
#B6C0BE
(182,192,190)
#CBD3D1
(203,211,209)
#E0E6E4
(224,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E2826; }

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

This text font color is #0E2826.


Background Color

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

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

This div background color is #0E2826.


Border color

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

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

This div border color is #0E2826.


Opacity

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

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

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

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

This text has shadow with #0E2826 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E2826 on black background.


Color preview on white background

This text has color #0E2826 on white background.



Black color preview on #0E2826 background

This text has black color on #0E2826 background.


White color preview on #0E2826 background

This text has white color on #0E2826 background.