COLOR #0E2829

HEX: #0E2829
RGB: (14,40,41)

Color info

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

RGB color model

#0E2829 color RGB value is (14,40,41).

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

RGB channels and saturation

R 14 of 255 = 5%
G 40 of 255 = 16%
B 41 of 255 = 16%

14
40
41

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

Portions of RGB colors in percentages

R + G + B =
14 + 40 + 41 = 95 (100%)
R 14 of 95 ~ 14.74%
G 40 of 95 ~ 42.11%
B 41 of 95 ~ 43.16%

%14.74
%42.11
%43.16

CMYK color model

#0E2829 color CMYK value is (66,2,0,84).

  • cyan value is 65.85%
  • magenta value is 2.44%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(66,2,0,84)
C66M2Y0K84 
(66%,2%,0%,84%)
(0.66/0.02/0.00/0.84)	

CMYK percentages

%65.85
%2.44
%0
%83.92

Codes

Color #0E2829 in popluar color models

0E2829
RGB144041
HSL182°49.09%10.78%
HSB/HSV182°65.85%16.08%
CMYK65.85%2.44%0.00%
83.92%

Color #0E2829 in popluar number systems.

HEX0E2829
Decimal144041
Binary1110101000101001
Octal165051

Shades and tints

Shades of #0E2829

#0E2829
(14,40,41)
#0D2526
(13,37,38)
#0C2223
(12,34,35)
#0B1F20
(11,31,32)
#0A1C1D
(10,28,29)
#09191A
(9,25,26)
#081617
(8,22,23)
#071314
(7,19,20)
#061011
(6,16,17)
#050D0E
(5,13,14)
#040A0B
(4,10,11)
#000000
(0,0,0)

Tints of #0E2829

#0E2829
(14,40,41)
#233B3C
(35,59,60)
#384E4F
(56,78,79)
#4D6162
(77,97,98)
#627475
(98,116,117)
#778788
(119,135,136)
#8C9A9B
(140,154,155)
#A1ADAE
(161,173,174)
#B6C0C1
(182,192,193)
#CBD3D4
(203,211,212)
#E0E6E7
(224,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E2829; }

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

This text font color is #0E2829.


Background Color

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

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

This div background color is #0E2829.


Border color

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

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

This div border color is #0E2829.


Opacity

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

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

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

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

This text has shadow with #0E2829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E2829 on black background.


Color preview on white background

This text has color #0E2829 on white background.



Black color preview on #0E2829 background

This text has black color on #0E2829 background.


White color preview on #0E2829 background

This text has white color on #0E2829 background.