COLOR #0E370B

HEX: #0E370B RGB: (14,55,11)

Color info

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

RGB color model

#0E370B color RGB value is (14,55,11).

RGB: (14,55,11) (5%, 22%, 4%)

RGB channels and saturation

R 14 of 255 = 5%
G 55 of 255 = 22%
B 11 of 255 = 4%

14
55
11

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

Portions of RGB colors in percentages

R + G + B = 14 + 55 + 11 = 80 (100%)
R 14 of 80 ~ 17.5%
G 55 of 80 ~ 68.75%
B 11 of 80 ~ 13.75'%

%17.5
%68.75
%13.75

CMYK color model

#0E370B color CMYK value is (75,0,80,78).

  • cyan value is 74.55%
  • magenta value is 0.00%
  • yellow value is 80.00%
  • key color value is 78.43%

CMYK: (75,0,80,78)
C75M0Y80K78 (75%, 0%, 80%, 78%)
(0.75 / 0.00 / 0.80 / 0.78)

CMYK percentages

%74.55
%0
%80
%78.43

Codes

Color #0E370B in popluar color models

0E 37 0B
RGB 14 55 11
HSL 116° 66.67% 12.94%
HSB/HSV 116° 80.00% 21.57%
CMYK 74.55% 0.00% 80.00%
78.43%

Color #0E370B in popluar number systems.

HEX 0E 37 0B
Decimal 14 55 11
Binary 1110 110111 1011
Octal 16 67 13

Shades and tints

Shades of #0E370B

#0E370B
(14,55,11)
#0D320A
(13,50,10)
#0C2D09
(12,45,9)
#0B2808
(11,40,8)
#0A2307
(10,35,7)
#091E06
(9,30,6)
#081905
(8,25,5)
#071404
(7,20,4)
#060F03
(6,15,3)
#050A02
(5,10,2)
#040501
(4,5,1)
#000000
(0,0,0)

Tints of #0E370B

#0E370B
(14,55,11)
#234921
(35,73,33)
#385B37
(56,91,55)
#4D6D4D
(77,109,77)
#627F63
(98,127,99)
#779179
(119,145,121)
#8CA38F
(140,163,143)
#A1B5A5
(161,181,165)
#B6C7BB
(182,199,187)
#CBD9D1
(203,217,209)
#E0EBE7
(224,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E370B color. Also use rgb(14,55,11) instead hex code.

Text Font Color

.myTextColor { color: #0E370B; }

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

This text font color is #0E370B.

Background Color

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

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

This div background color is #0E370B.

Border color

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

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

This div border color is #0E370B.

Opacity

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

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

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

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

This text has shadow with #0E370B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E370B.

Preview

Color preview on black background

This text has color #0E370B on black background.


Color preview on white background

This text has color #0E370B on white background.


Black color preview on #0E370B background

This text has black color on #0E370B background.


White color preview on #0E370B background

This text has white color on #0E370B background.


Related colors

Complementary color

Complementary color for #hex is #F1C8F4.


I love getcolorcode.com

Triadic colors

1 #0B0E37 and #370B0E with #0E370B are triadic colors.

2 #0B370E and #370E0B with #0E370B are triadic colors.