COLOR #0E3124

HEX: #0E3124
RGB: (14,49,36)

Color info

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

RGB color model

#0E3124 color RGB value is (14,49,36).

  • red value is 14;
  • green value is 49;
  • blue value is 36.
RGB:
(14,49,36)
(5%,19%,14%)

RGB channels and saturation

R 14 of 255 = 5%
G 49 of 255 = 19%
B 36 of 255 = 14%

14
49
36

R + G + B ~ 13%. #0E3124 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 49 + 36 = 99 (100%)
R 14 of 99 ~ 14.14%
G 49 of 99 ~ 49.49%
B 36 of 99 ~ 36.36%

%14.14
%49.49
%36.36

CMYK color model

#0E3124 color CMYK value is (71,0,27,81).

  • cyan value is 71.43%
  • magenta value is 0.00%
  • yellow value is 26.53%
  • key color value is 80.78%
CMYK:
(71,0,27,81)
C71M0Y27K81 
(71%,0%,27%,81%)
(0.71/0.00/0.27/0.81)	

CMYK percentages

%71.43
%0
%26.53
%80.78

Codes

Color #0E3124 in popluar color models

0E3124
RGB144936
HSL158°55.56%12.35%
HSB/HSV158°71.43%19.22%
CMYK71.43%0.00%26.53%
80.78%

Color #0E3124 in popluar number systems.

HEX0E3124
Decimal144936
Binary1110110001100100
Octal166144

Shades and tints

Shades of #0E3124

#0E3124
(14,49,36)
#0D2D21
(13,45,33)
#0C291E
(12,41,30)
#0B251B
(11,37,27)
#0A2118
(10,33,24)
#091D15
(9,29,21)
#081912
(8,25,18)
#07150F
(7,21,15)
#06110C
(6,17,12)
#050D09
(5,13,9)
#040906
(4,9,6)
#000000
(0,0,0)

Tints of #0E3124

#0E3124
(14,49,36)
#234337
(35,67,55)
#38554A
(56,85,74)
#4D675D
(77,103,93)
#627970
(98,121,112)
#778B83
(119,139,131)
#8C9D96
(140,157,150)
#A1AFA9
(161,175,169)
#B6C1BC
(182,193,188)
#CBD3CF
(203,211,207)
#E0E5E2
(224,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E3124 color. Also use rgb(14,49,36) instead hex code.

Text Font Color

.myTextColor { color: #0E3124; }

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

This text font color is #0E3124.


Background Color

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

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

This div background color is #0E3124.


Border color

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

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

This div border color is #0E3124.


Opacity

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

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

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

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

This text has shadow with #0E3124 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E3124 on black background.


Color preview on white background

This text has color #0E3124 on white background.



Black color preview on #0E3124 background

This text has black color on #0E3124 background.


White color preview on #0E3124 background

This text has white color on #0E3124 background.