COLOR #0E2C21

HEX: #0E2C21 RGB: (14,44,33)

Color info

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

RGB color model

#0E2C21 color RGB value is (14,44,33).

RGB: (14,44,33) (5%, 17%, 13%)

RGB channels and saturation

R 14 of 255 = 5%
G 44 of 255 = 17%
B 33 of 255 = 13%

14
44
33

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

Portions of RGB colors in percentages

R + G + B = 14 + 44 + 33 = 91 (100%)
R 14 of 91 ~ 15.38%
G 44 of 91 ~ 48.35%
B 33 of 91 ~ 36.26'%

%15.38
%48.35
%36.26

CMYK color model

#0E2C21 color CMYK value is (68,0,25,83).

  • cyan value is 68.18%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 82.75%
CMYK: (68,0,25,83) C68M0Y25K83 (68%,0%,25%,83%) (0.68/0.00/0.25/0.83) 

CMYK percentages

%68.18
%0
%25
%82.75

Codes

Color #0E2C21 in popluar color models

0E 2C 21
RGB 14 44 33
HSL 158° 51.72% 11.37%
HSB/HSV 158° 68.18% 17.25%
CMYK 68.18% 0.00% 25.00%
82.75%

Color #0E2C21 in popluar number systems.

HEX 0E 2C 21
Decimal 14 44 33
Binary 1110 101100 100001
Octal 16 54 41

Shades and tints

Shades of #0E2C21

#0E2C21
(14,44,33)
#0D281E
(13,40,30)
#0C241B
(12,36,27)
#0B2018
(11,32,24)
#0A1C15
(10,28,21)
#091812
(9,24,18)
#08140F
(8,20,15)
#07100C
(7,16,12)
#060C09
(6,12,9)
#050806
(5,8,6)
#040403
(4,4,3)
#000000
(0,0,0)

Tints of #0E2C21

#0E2C21
(14,44,33)
#233F35
(35,63,53)
#385249
(56,82,73)
#4D655D
(77,101,93)
#627871
(98,120,113)
#778B85
(119,139,133)
#8C9E99
(140,158,153)
#A1B1AD
(161,177,173)
#B6C4C1
(182,196,193)
#CBD7D5
(203,215,213)
#E0EAE9
(224,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E2C21 color. Also use rgb(14,44,33) instead hex code.

Text Font Color

.myTextColor { color: #0E2C21; }

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

This text font color is #0E2C21.

Background Color

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

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

This div background color is #0E2C21.

Border color

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

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

This div border color is #0E2C21.

Opacity

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

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

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

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

This text has shadow with #0E2C21 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E2C21.

Preview

Color preview on black background

This text has color #0E2C21 on black background.


Color preview on white background

This text has color #0E2C21 on white background.


Black color preview on #0E2C21 background

This text has black color on #0E2C21 background.


White color preview on #0E2C21 background

This text has white color on #0E2C21 background.


Related colors

Complementary color

Complementary color for #hex is #F1D3DE.


I love getcolorcode.com

Triadic colors

1 #210E2C and #2C210E with #0E2C21 are triadic colors.

2 #212C0E and #2C0E21 with #0E2C21 are triadic colors.