COLOR #0E2125

HEX: #0E2125 RGB: (14,33,37)

Color info

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

RGB color model

#0E2125 color RGB value is (14,33,37).

RGB: (14,33,37) (5%, 13%, 15%)

RGB channels and saturation

R 14 of 255 = 5%
G 33 of 255 = 13%
B 37 of 255 = 15%

14
33
37

R + G + B ~ 11%. #0E2125 is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 33 + 37 = 84 (100%)
R 14 of 84 ~ 16.67%
G 33 of 84 ~ 39.29%
B 37 of 84 ~ 44.05'%

%16.67
%39.29
%44.05

CMYK color model

#0E2125 color CMYK value is (62,11,0,85).

  • cyan value is 62.16%
  • magenta value is 10.81%
  • yellow value is 0.00%
  • key color value is 85.49%

CMYK: (62,11,0,85)
C62M11Y0K85 (62%, 11%, 0%, 85%)
(0.62 / 0.11 / 0.00 / 0.85)

CMYK percentages

%62.16
%10.81
%0
%85.49

Codes

Color #0E2125 in popluar color models

0E 21 25
RGB 14 33 37
HSL 190° 45.10% 10.00%
HSB/HSV 190° 62.16% 14.51%
CMYK 62.16% 10.81% 0.00%
85.49%

Color #0E2125 in popluar number systems.

HEX 0E 21 25
Decimal 14 33 37
Binary 1110 100001 100101
Octal 16 41 45

Shades and tints

Shades of #0E2125

#0E2125
(14,33,37)
#0D1E22
(13,30,34)
#0C1B1F
(12,27,31)
#0B181C
(11,24,28)
#0A1519
(10,21,25)
#091216
(9,18,22)
#080F13
(8,15,19)
#070C10
(7,12,16)
#06090D
(6,9,13)
#05060A
(5,6,10)
#040307
(4,3,7)
#000000
(0,0,0)

Tints of #0E2125

#0E2125
(14,33,37)
#233538
(35,53,56)
#38494B
(56,73,75)
#4D5D5E
(77,93,94)
#627171
(98,113,113)
#778584
(119,133,132)
#8C9997
(140,153,151)
#A1ADAA
(161,173,170)
#B6C1BD
(182,193,189)
#CBD5D0
(203,213,208)
#E0E9E3
(224,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E2125; }

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

This text font color is #0E2125.

Background Color

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

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

This div background color is #0E2125.

Border color

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

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

This div border color is #0E2125.

Opacity

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

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

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

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

This text has shadow with #0E2125 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E2125.

Preview

Color preview on black background

This text has color #0E2125 on black background.


Color preview on white background

This text has color #0E2125 on white background.


Black color preview on #0E2125 background

This text has black color on #0E2125 background.


White color preview on #0E2125 background

This text has white color on #0E2125 background.


Related colors

Complementary color

Complementary color for #hex is #F1DEDA.


I love getcolorcode.com

Triadic colors

1 #250E21 and #21250E with #0E2125 are triadic colors.

2 #25210E and #210E25 with #0E2125 are triadic colors.