COLOR #0E331E

HEX: #0E331E
RGB: (14,51,30)

Color info

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

RGB color model

#0E331E color RGB value is (14,51,30).

  • red value is 14;
  • green value is 51;
  • blue value is 30.
RGB:
(14,51,30)
(5%,20%,12%)

RGB channels and saturation

R 14 of 255 = 5%
G 51 of 255 = 20%
B 30 of 255 = 12%

14
51
30

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

Portions of RGB colors in percentages

R + G + B =
14 + 51 + 30 = 95 (100%)
R 14 of 95 ~ 14.74%
G 51 of 95 ~ 53.68%
B 30 of 95 ~ 31.58%

%14.74
%53.68
%31.58

CMYK color model

#0E331E color CMYK value is (73,0,41,80).

  • cyan value is 72.55%
  • magenta value is 0.00%
  • yellow value is 41.18%
  • key color value is 80.00%
CMYK:
(73,0,41,80)
C73M0Y41K80 
(73%,0%,41%,80%)
(0.73/0.00/0.41/0.80)	

CMYK percentages

%72.55
%0
%41.18
%80

Codes

Color #0E331E in popluar color models

0E331E
RGB145130
HSL146°56.92%12.75%
HSB/HSV146°72.55%20.00%
CMYK72.55%0.00%41.18%
80.00%

Color #0E331E in popluar number systems.

HEX0E331E
Decimal145130
Binary111011001111110
Octal166336

Shades and tints

Shades of #0E331E

#0E331E
(14,51,30)
#0D2F1C
(13,47,28)
#0C2B1A
(12,43,26)
#0B2718
(11,39,24)
#0A2316
(10,35,22)
#091F14
(9,31,20)
#081B12
(8,27,18)
#071710
(7,23,16)
#06130E
(6,19,14)
#050F0C
(5,15,12)
#040B0A
(4,11,10)
#000000
(0,0,0)

Tints of #0E331E

#0E331E
(14,51,30)
#234532
(35,69,50)
#385746
(56,87,70)
#4D695A
(77,105,90)
#627B6E
(98,123,110)
#778D82
(119,141,130)
#8C9F96
(140,159,150)
#A1B1AA
(161,177,170)
#B6C3BE
(182,195,190)
#CBD5D2
(203,213,210)
#E0E7E6
(224,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E331E color. Also use rgb(14,51,30) instead hex code.

Text Font Color

.myTextColor { color: #0E331E; }

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

This text font color is #0E331E.


Background Color

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

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

This div background color is #0E331E.


Border color

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

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

This div border color is #0E331E.


Opacity

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

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

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

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

This text has shadow with #0E331E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E331E on black background.


Color preview on white background

This text has color #0E331E on white background.



Black color preview on #0E331E background

This text has black color on #0E331E background.


White color preview on #0E331E background

This text has white color on #0E331E background.