COLOR #0E271A

HEX: #0E271A
RGB: (14,39,26)

Color info

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

RGB color model

#0E271A color RGB value is (14,39,26).

  • red value is 14;
  • green value is 39;
  • blue value is 26.
RGB:
(14,39,26)
(5%,15%,10%)

RGB channels and saturation

R 14 of 255 = 5%
G 39 of 255 = 15%
B 26 of 255 = 10%

14
39
26

R + G + B ~ 10%. #0E271A is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 39 + 26 = 79 (100%)
R 14 of 79 ~ 17.72%
G 39 of 79 ~ 49.37%
B 26 of 79 ~ 32.91%

%17.72
%49.37
%32.91

CMYK color model

#0E271A color CMYK value is (64,0,33,85).

  • cyan value is 64.10%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 84.71%
CMYK:
(64,0,33,85)
C64M0Y33K85 
(64%,0%,33%,85%)
(0.64/0.00/0.33/0.85)	

CMYK percentages

%64.1
%0
%33.33
%84.71

Codes

Color #0E271A in popluar color models

0E271A
RGB143926
HSL149°47.17%10.39%
HSB/HSV149°64.10%15.29%
CMYK64.10%0.00%33.33%
84.71%

Color #0E271A in popluar number systems.

HEX0E271A
Decimal143926
Binary111010011111010
Octal164732

Shades and tints

Shades of #0E271A

#0E271A
(14,39,26)
#0D2418
(13,36,24)
#0C2116
(12,33,22)
#0B1E14
(11,30,20)
#0A1B12
(10,27,18)
#091810
(9,24,16)
#08150E
(8,21,14)
#07120C
(7,18,12)
#060F0A
(6,15,10)
#050C08
(5,12,8)
#040906
(4,9,6)
#000000
(0,0,0)

Tints of #0E271A

#0E271A
(14,39,26)
#233A2E
(35,58,46)
#384D42
(56,77,66)
#4D6056
(77,96,86)
#62736A
(98,115,106)
#77867E
(119,134,126)
#8C9992
(140,153,146)
#A1ACA6
(161,172,166)
#B6BFBA
(182,191,186)
#CBD2CE
(203,210,206)
#E0E5E2
(224,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E271A color. Also use rgb(14,39,26) instead hex code.

Text Font Color

.myTextColor { color: #0E271A; }

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

This text font color is #0E271A.


Background Color

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

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

This div background color is #0E271A.


Border color

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

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

This div border color is #0E271A.


Opacity

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

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

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

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

This text has shadow with #0E271A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E271A on black background.


Color preview on white background

This text has color #0E271A on white background.



Black color preview on #0E271A background

This text has black color on #0E271A background.


White color preview on #0E271A background

This text has white color on #0E271A background.