COLOR #0E2A28

HEX: #0E2A28 RGB: (14,42,40)

Color info

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

RGB color model

#0E2A28 color RGB value is (14,42,40).

RGB: (14,42,40) (5%, 16%, 16%)

RGB channels and saturation

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

14
42
40

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

Portions of RGB colors in percentages

R + G + B = 14 + 42 + 40 = 96 (100%)
R 14 of 96 ~ 14.58%
G 42 of 96 ~ 43.75%
B 40 of 96 ~ 41.67'%

%14.58
%43.75
%41.67

CMYK color model

#0E2A28 color CMYK value is (67,0,5,84).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 83.53%

CMYK: (67,0,5,84)
C67M0Y5K84 (67%, 0%, 5%, 84%)
(0.67 / 0.00 / 0.05 / 0.84)

CMYK percentages

%66.67
%0
%4.76
%83.53

Codes

Color #0E2A28 in popluar color models

0E 2A 28
RGB 14 42 40
HSL 176° 50.00% 10.98%
HSB/HSV 176° 66.67% 16.47%
CMYK 66.67% 0.00% 4.76%
83.53%

Color #0E2A28 in popluar number systems.

HEX 0E 2A 28
Decimal 14 42 40
Binary 1110 101010 101000
Octal 16 52 50

Shades and tints

Shades of #0E2A28

#0E2A28
(14,42,40)
#0D2725
(13,39,37)
#0C2422
(12,36,34)
#0B211F
(11,33,31)
#0A1E1C
(10,30,28)
#091B19
(9,27,25)
#081816
(8,24,22)
#071513
(7,21,19)
#061210
(6,18,16)
#050F0D
(5,15,13)
#040C0A
(4,12,10)
#000000
(0,0,0)

Tints of #0E2A28

#0E2A28
(14,42,40)
#233D3B
(35,61,59)
#38504E
(56,80,78)
#4D6361
(77,99,97)
#627674
(98,118,116)
#778987
(119,137,135)
#8C9C9A
(140,156,154)
#A1AFAD
(161,175,173)
#B6C2C0
(182,194,192)
#CBD5D3
(203,213,211)
#E0E8E6
(224,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E2A28; }

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

This text font color is #0E2A28.

Background Color

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

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

This div background color is #0E2A28.

Border color

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

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

This div border color is #0E2A28.

Opacity

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

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

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

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

This text has shadow with #0E2A28 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E2A28.

Preview

Color preview on black background

This text has color #0E2A28 on black background.


Color preview on white background

This text has color #0E2A28 on white background.


Black color preview on #0E2A28 background

This text has black color on #0E2A28 background.


White color preview on #0E2A28 background

This text has white color on #0E2A28 background.


Related colors

Complementary color

Complementary color for #hex is #F1D5D7.


I love getcolorcode.com

Triadic colors

1 #280E2A and #2A280E with #0E2A28 are triadic colors.

2 #282A0E and #2A0E28 with #0E2A28 are triadic colors.