COLOR #0E3D1A

HEX: #0E3D1A
RGB: (14,61,26)

Color info

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

RGB color model

#0E3D1A color RGB value is (14,61,26).

  • red value is 14;
  • green value is 61;
  • blue value is 26.
RGB: (14,61,26) (5%,24%,10%)

RGB channels and saturation

R 14 of 255 = 5%
G 61 of 255 = 24%
B 26 of 255 = 10%

14
61
26

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

Portions of RGB colors in percentages

R + G + B =
14 + 61 + 26 = 101 (100%)
R 14 of 101 ~ 13.86%
G 61 of 101 ~ 60.4%
B 26 of 101 ~ 25.74%

%13.86
%60.4
%25.74

CMYK color model

#0E3D1A color CMYK value is (77,0,57,76).

  • cyan value is 77.05%
  • magenta value is 0.00%
  • yellow value is 57.38%
  • key color value is 76.08%
CMYK: (77,0,57,76) C77M0Y57K76 (77%,0%,57%,76%) (0.77/0.00/0.57/0.76)

CMYK percentages

%77.05
%0
%57.38
%76.08

Codes

Color #0E3D1A in popluar color models

0E3D1A
RGB146126
HSL135°62.67%14.71%
HSB/HSV135°77.05%23.92%
CMYK77.05%0.00%57.38%
76.08%

Color #0E3D1A in popluar number systems.

HEX0E3D1A
Decimal146126
Binary111011110111010
Octal167532

Shades and tints

Shades of #0E3D1A

#0E3D1A
(14,61,26)
#0D3818
(13,56,24)
#0C3316
(12,51,22)
#0B2E14
(11,46,20)
#0A2912
(10,41,18)
#092410
(9,36,16)
#081F0E
(8,31,14)
#071A0C
(7,26,12)
#06150A
(6,21,10)
#051008
(5,16,8)
#040B06
(4,11,6)
#000000
(0,0,0)

Tints of #0E3D1A

#0E3D1A
(14,61,26)
#234E2E
(35,78,46)
#385F42
(56,95,66)
#4D7056
(77,112,86)
#62816A
(98,129,106)
#77927E
(119,146,126)
#8CA392
(140,163,146)
#A1B4A6
(161,180,166)
#B6C5BA
(182,197,186)
#CBD6CE
(203,214,206)
#E0E7E2
(224,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E3D1A color. Also use rgb(14,61,26) instead hex code.

Text Font Color

.myTextColor { color: #0E3D1A; }

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

This text font color is #0E3D1A.


Background Color

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

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

This div background color is #0E3D1A.


Border color

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

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

This div border color is #0E3D1A.


Opacity

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

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

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

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

This text has shadow with #0E3D1A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #0E3D1A on black background.


Color preview on white background

This text has color #0E3D1A on white background.



Black color preview on #0E3D1A background

This text has black color on #0E3D1A background.


White color preview on #0E3D1A background

This text has white color on #0E3D1A background.