COLOR #0E330D

HEX: #0E330D RGB: (14,51,13)

Color info

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

RGB color model

#0E330D color RGB value is (14,51,13).

RGB: (14,51,13) (5%, 20%, 5%)

RGB channels and saturation

R 14 of 255 = 5%
G 51 of 255 = 20%
B 13 of 255 = 5%

14
51
13

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

Portions of RGB colors in percentages

R + G + B = 14 + 51 + 13 = 78 (100%)
R 14 of 78 ~ 17.95%
G 51 of 78 ~ 65.38%
B 13 of 78 ~ 16.67'%

%17.95
%65.38
%16.67

CMYK color model

#0E330D color CMYK value is (73,0,75,80).

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

CMYK: (73,0,75,80)
C73M0Y75K80 (73%, 0%, 75%, 80%)
(0.73 / 0.00 / 0.75 / 0.80)

CMYK percentages

%72.55
%0
%74.51
%80

Codes

Color #0E330D in popluar color models

0E 33 0D
RGB 14 51 13
HSL 118° 59.38% 12.55%
HSB/HSV 118° 74.51% 20.00%
CMYK 72.55% 0.00% 74.51%
80.00%

Color #0E330D in popluar number systems.

HEX 0E 33 0D
Decimal 14 51 13
Binary 1110 110011 1101
Octal 16 63 15

Shades and tints

Shades of #0E330D

#0E330D
(14,51,13)
#0D2F0C
(13,47,12)
#0C2B0B
(12,43,11)
#0B270A
(11,39,10)
#0A2309
(10,35,9)
#091F08
(9,31,8)
#081B07
(8,27,7)
#071706
(7,23,6)
#061305
(6,19,5)
#050F04
(5,15,4)
#040B03
(4,11,3)
#000000
(0,0,0)

Tints of #0E330D

#0E330D
(14,51,13)
#234523
(35,69,35)
#385739
(56,87,57)
#4D694F
(77,105,79)
#627B65
(98,123,101)
#778D7B
(119,141,123)
#8C9F91
(140,159,145)
#A1B1A7
(161,177,167)
#B6C3BD
(182,195,189)
#CBD5D3
(203,213,211)
#E0E7E9
(224,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E330D; }

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

This text font color is #0E330D.

Background Color

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

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

This div background color is #0E330D.

Border color

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

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

This div border color is #0E330D.

Opacity

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

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

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

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

This text has shadow with #0E330D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E330D.

Preview

Color preview on black background

This text has color #0E330D on black background.


Color preview on white background

This text has color #0E330D on white background.


Black color preview on #0E330D background

This text has black color on #0E330D background.


White color preview on #0E330D background

This text has white color on #0E330D background.


Related colors

Complementary color

Complementary color for #hex is #F1CCF2.


I love getcolorcode.com

Triadic colors

1 #0D0E33 and #330D0E with #0E330D are triadic colors.

2 #0D330E and #330E0D with #0E330D are triadic colors.