COLOR #0E3710

HEX: #0E3710 RGB: (14,55,16)

Color info

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

RGB color model

#0E3710 color RGB value is (14,55,16).

RGB: (14,55,16) (5%, 22%, 6%)

RGB channels and saturation

R 14 of 255 = 5%
G 55 of 255 = 22%
B 16 of 255 = 6%

14
55
16

R + G + B ~ 11%. #0E3710 is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 55 + 16 = 85 (100%)
R 14 of 85 ~ 16.47%
G 55 of 85 ~ 64.71%
B 16 of 85 ~ 18.82'%

%16.47
%64.71
%18.82

CMYK color model

#0E3710 color CMYK value is (75,0,71,78).

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

CMYK: (75,0,71,78)
C75M0Y71K78 (75%, 0%, 71%, 78%)
(0.75 / 0.00 / 0.71 / 0.78)

CMYK percentages

%74.55
%0
%70.91
%78.43

Codes

Color #0E3710 in popluar color models

0E 37 10
RGB 14 55 16
HSL 123° 59.42% 13.53%
HSB/HSV 123° 74.55% 21.57%
CMYK 74.55% 0.00% 70.91%
78.43%

Color #0E3710 in popluar number systems.

HEX 0E 37 10
Decimal 14 55 16
Binary 1110 110111 10000
Octal 16 67 20

Shades and tints

Shades of #0E3710

#0E3710
(14,55,16)
#0D320F
(13,50,15)
#0C2D0E
(12,45,14)
#0B280D
(11,40,13)
#0A230C
(10,35,12)
#091E0B
(9,30,11)
#08190A
(8,25,10)
#071409
(7,20,9)
#060F08
(6,15,8)
#050A07
(5,10,7)
#040506
(4,5,6)
#000000
(0,0,0)

Tints of #0E3710

#0E3710
(14,55,16)
#234925
(35,73,37)
#385B3A
(56,91,58)
#4D6D4F
(77,109,79)
#627F64
(98,127,100)
#779179
(119,145,121)
#8CA38E
(140,163,142)
#A1B5A3
(161,181,163)
#B6C7B8
(182,199,184)
#CBD9CD
(203,217,205)
#E0EBE2
(224,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E3710; }

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

This text font color is #0E3710.

Background Color

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

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

This div background color is #0E3710.

Border color

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

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

This div border color is #0E3710.

Opacity

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

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

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

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

This text has shadow with #0E3710 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E3710.

Preview

Color preview on black background

This text has color #0E3710 on black background.


Color preview on white background

This text has color #0E3710 on white background.


Black color preview on #0E3710 background

This text has black color on #0E3710 background.


White color preview on #0E3710 background

This text has white color on #0E3710 background.


Related colors

Complementary color

Complementary color for #hex is #F1C8EF.


I love getcolorcode.com

Triadic colors

1 #100E37 and #37100E with #0E3710 are triadic colors.

2 #10370E and #370E10 with #0E3710 are triadic colors.