COLOR #0E331D

HEX: #0E331D RGB: (14,51,29)

Color info

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

RGB color model

#0E331D color RGB value is (14,51,29).

RGB: (14,51,29) (5%, 20%, 11%)

RGB channels and saturation

R 14 of 255 = 5%
G 51 of 255 = 20%
B 29 of 255 = 11%

14
51
29

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

Portions of RGB colors in percentages

R + G + B = 14 + 51 + 29 = 94 (100%)
R 14 of 94 ~ 14.89%
G 51 of 94 ~ 54.26%
B 29 of 94 ~ 30.85'%

%14.89
%54.26
%30.85

CMYK color model

#0E331D color CMYK value is (73,0,43,80).

  • cyan value is 72.55%
  • magenta value is 0.00%
  • yellow value is 43.14%
  • key color value is 80.00%

CMYK: (73,0,43,80)
C73M0Y43K80 (73%, 0%, 43%, 80%)
(0.73 / 0.00 / 0.43 / 0.80)

CMYK percentages

%72.55
%0
%43.14
%80

Codes

Color #0E331D in popluar color models

0E 33 1D
RGB 14 51 29
HSL 144° 56.92% 12.75%
HSB/HSV 144° 72.55% 20.00%
CMYK 72.55% 0.00% 43.14%
80.00%

Color #0E331D in popluar number systems.

HEX 0E 33 1D
Decimal 14 51 29
Binary 1110 110011 11101
Octal 16 63 35

Shades and tints

Shades of #0E331D

#0E331D
(14,51,29)
#0D2F1B
(13,47,27)
#0C2B19
(12,43,25)
#0B2717
(11,39,23)
#0A2315
(10,35,21)
#091F13
(9,31,19)
#081B11
(8,27,17)
#07170F
(7,23,15)
#06130D
(6,19,13)
#050F0B
(5,15,11)
#040B09
(4,11,9)
#000000
(0,0,0)

Tints of #0E331D

#0E331D
(14,51,29)
#234531
(35,69,49)
#385745
(56,87,69)
#4D6959
(77,105,89)
#627B6D
(98,123,109)
#778D81
(119,141,129)
#8C9F95
(140,159,149)
#A1B1A9
(161,177,169)
#B6C3BD
(182,195,189)
#CBD5D1
(203,213,209)
#E0E7E5
(224,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E331D; }

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

This text font color is #0E331D.

Background Color

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

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

This div background color is #0E331D.

Border color

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

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

This div border color is #0E331D.

Opacity

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

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

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

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

This text has shadow with #0E331D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E331D.

Preview

Color preview on black background

This text has color #0E331D on black background.


Color preview on white background

This text has color #0E331D on white background.


Black color preview on #0E331D background

This text has black color on #0E331D background.


White color preview on #0E331D background

This text has white color on #0E331D background.


Related colors

Complementary color

Complementary color for #hex is #F1CCE2.


I love getcolorcode.com

Triadic colors

1 #1D0E33 and #331D0E with #0E331D are triadic colors.

2 #1D330E and #330E1D with #0E331D are triadic colors.