COLOR #0E1C0A

HEX: #0E1C0A RGB: (14,28,10)

Color info

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

RGB color model

#0E1C0A color RGB value is (14,28,10).

RGB: (14,28,10) (5%, 11%, 4%)

RGB channels and saturation

R 14 of 255 = 5%
G 28 of 255 = 11%
B 10 of 255 = 4%

14
28
10

R + G + B ~ 7%. #0E1C0A is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 28 + 10 = 52 (100%)
R 14 of 52 ~ 26.92%
G 28 of 52 ~ 53.85%
B 10 of 52 ~ 19.23'%

%26.92
%53.85
%19.23

CMYK color model

#0E1C0A color CMYK value is (50,0,64,89).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 64.29%
  • key color value is 89.02%

CMYK: (50,0,64,89)
C50M0Y64K89 (50%, 0%, 64%, 89%)
(0.50 / 0.00 / 0.64 / 0.89)

CMYK percentages

%50
%0
%64.29
%89.02

Codes

Color #0E1C0A in popluar color models

0E 1C 0A
RGB 14 28 10
HSL 107° 47.37% 7.45%
HSB/HSV 107° 64.29% 10.98%
CMYK 50.00% 0.00% 64.29%
89.02%

Color #0E1C0A in popluar number systems.

HEX 0E 1C 0A
Decimal 14 28 10
Binary 1110 11100 1010
Octal 16 34 12

Shades and tints

Shades of #0E1C0A

#0E1C0A
(14,28,10)
#0D1A0A
(13,26,10)
#0C180A
(12,24,10)
#0B160A
(11,22,10)
#0A140A
(10,20,10)
#09120A
(9,18,10)
#08100A
(8,16,10)
#070E0A
(7,14,10)
#060C0A
(6,12,10)
#050A0A
(5,10,10)
#04080A
(4,8,10)
#000000
(0,0,0)

Tints of #0E1C0A

#0E1C0A
(14,28,10)
#233020
(35,48,32)
#384436
(56,68,54)
#4D584C
(77,88,76)
#626C62
(98,108,98)
#778078
(119,128,120)
#8C948E
(140,148,142)
#A1A8A4
(161,168,164)
#B6BCBA
(182,188,186)
#CBD0D0
(203,208,208)
#E0E4E6
(224,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E1C0A color. Also use rgb(14,28,10) instead hex code.

Text Font Color

.myTextColor { color: #0E1C0A; }

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

This text font color is #0E1C0A.

Background Color

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

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

This div background color is #0E1C0A.

Border color

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

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

This div border color is #0E1C0A.

Opacity

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

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

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

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

This text has shadow with #0E1C0A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E1C0A.

Preview

Color preview on black background

This text has color #0E1C0A on black background.


Color preview on white background

This text has color #0E1C0A on white background.


Black color preview on #0E1C0A background

This text has black color on #0E1C0A background.


White color preview on #0E1C0A background

This text has white color on #0E1C0A background.


Related colors

Complementary color

Complementary color for #hex is #F1E3F5.


I love getcolorcode.com

Triadic colors

1 #0A0E1C and #1C0A0E with #0E1C0A are triadic colors.

2 #0A1C0E and #1C0E0A with #0E1C0A are triadic colors.