COLOR #0E2312

HEX: #0E2312 RGB: (14,35,18)

Color info

#0E2312 contains red, green and blue colors in about the same proportion. Web safe color of #0E2312 is #003300 (or #030).

RGB color model

#0E2312 color RGB value is (14,35,18).

RGB: (14,35,18) (5%, 14%, 7%)

RGB channels and saturation

R 14 of 255 = 5%
G 35 of 255 = 14%
B 18 of 255 = 7%

14
35
18

R + G + B ~ 9%. #0E2312 is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 35 + 18 = 67 (100%)
R 14 of 67 ~ 20.9%
G 35 of 67 ~ 52.24%
B 18 of 67 ~ 26.87'%

%20.9
%52.24
%26.87

CMYK color model

#0E2312 color CMYK value is (60,0,49,86).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 48.57%
  • key color value is 86.27%

CMYK: (60,0,49,86)
C60M0Y49K86 (60%, 0%, 49%, 86%)
(0.60 / 0.00 / 0.49 / 0.86)

CMYK percentages

%60
%0
%48.57
%86.27

Codes

Color #0E2312 in popluar color models

0E 23 12
RGB 14 35 18
HSL 131° 42.86% 9.61%
HSB/HSV 131° 60.00% 13.73%
CMYK 60.00% 0.00% 48.57%
86.27%

Color #0E2312 in popluar number systems.

HEX 0E 23 12
Decimal 14 35 18
Binary 1110 100011 10010
Octal 16 43 22

Shades and tints

Shades of #0E2312

#0E2312
(14,35,18)
#0D2011
(13,32,17)
#0C1D10
(12,29,16)
#0B1A0F
(11,26,15)
#0A170E
(10,23,14)
#09140D
(9,20,13)
#08110C
(8,17,12)
#070E0B
(7,14,11)
#060B0A
(6,11,10)
#050809
(5,8,9)
#040508
(4,5,8)
#000000
(0,0,0)

Tints of #0E2312

#0E2312
(14,35,18)
#233727
(35,55,39)
#384B3C
(56,75,60)
#4D5F51
(77,95,81)
#627366
(98,115,102)
#77877B
(119,135,123)
#8C9B90
(140,155,144)
#A1AFA5
(161,175,165)
#B6C3BA
(182,195,186)
#CBD7CF
(203,215,207)
#E0EBE4
(224,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E2312 color. Also use rgb(14,35,18) instead hex code.

Text Font Color

.myTextColor { color: #0E2312; }

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

This text font color is #0E2312.

Background Color

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

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

This div background color is #0E2312.

Border color

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

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

This div border color is #0E2312.

Opacity

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

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

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

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

This text has shadow with #0E2312 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E2312.

Preview

Color preview on black background

This text has color #0E2312 on black background.


Color preview on white background

This text has color #0E2312 on white background.


Black color preview on #0E2312 background

This text has black color on #0E2312 background.


White color preview on #0E2312 background

This text has white color on #0E2312 background.


Related colors

Complementary color

Complementary color for #hex is #F1DCED.


I love getcolorcode.com

Triadic colors

1 #120E23 and #23120E with #0E2312 are triadic colors.

2 #12230E and #230E12 with #0E2312 are triadic colors.