COLOR #0E7249

HEX: #0E7249 RGB: (14,114,73)

Color info

#0E7249 contains mainly green and blue colors. Web safe color of #0E7249 is #006633 (or #063).

RGB color model

#0E7249 color RGB value is (14,114,73).

RGB: (14,114,73) (5%, 45%, 29%)

RGB channels and saturation

R 14 of 255 = 5%
G 114 of 255 = 45%
B 73 of 255 = 29%

14
114
73

R + G + B ~ 26%. #0E7249 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 114 + 73 = 201 (100%)
R 14 of 201 ~ 6.97%
G 114 of 201 ~ 56.72%
B 73 of 201 ~ 36.32'%

%56.72
%36.32

CMYK color model

#0E7249 color CMYK value is (88,0,36,55).

  • cyan value is 87.72%
  • magenta value is 0.00%
  • yellow value is 35.96%
  • key color value is 55.29%

CMYK: (88,0,36,55)
C88M0Y36K55 (88%, 0%, 36%, 55%)
(0.88 / 0.00 / 0.36 / 0.55)

CMYK percentages

%87.72
%0
%35.96
%55.29

Codes

Color #0E7249 in popluar color models

0E 72 49
RGB 14 114 73
HSL 155° 78.13% 25.10%
HSB/HSV 155° 87.72% 44.71%
CMYK 87.72% 0.00% 35.96%
55.29%

Color #0E7249 in popluar number systems.

HEX 0E 72 49
Decimal 14 114 73
Binary 1110 1110010 1001001
Octal 16 162 111

Shades and tints

Shades of #0E7249

#0E7249
(14,114,73)
#0D6843
(13,104,67)
#0C5E3D
(12,94,61)
#0B5437
(11,84,55)
#0A4A31
(10,74,49)
#09402B
(9,64,43)
#083625
(8,54,37)
#072C1F
(7,44,31)
#062219
(6,34,25)
#051813
(5,24,19)
#040E0D
(4,14,13)
#000000
(0,0,0)

Tints of #0E7249

#0E7249
(14,114,73)
#237E59
(35,126,89)
#388A69
(56,138,105)
#4D9679
(77,150,121)
#62A289
(98,162,137)
#77AE99
(119,174,153)
#8CBAA9
(140,186,169)
#A1C6B9
(161,198,185)
#B6D2C9
(182,210,201)
#CBDED9
(203,222,217)
#E0EAE9
(224,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E7249 color. Also use rgb(14,114,73) instead hex code.

Text Font Color

.myTextColor { color: #0E7249; }

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

This text font color is #0E7249.

Background Color

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

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

This div background color is #0E7249.

Border color

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

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

This div border color is #0E7249.

Opacity

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

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

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

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

This text has shadow with #0E7249 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E7249.

Preview

Color preview on black background

This text has color #0E7249 on black background.


Color preview on white background

This text has color #0E7249 on white background.


Black color preview on #0E7249 background

This text has black color on #0E7249 background.


White color preview on #0E7249 background

This text has white color on #0E7249 background.


Related colors

Complementary color

Complementary color for #hex is #F18DB6.


I love getcolorcode.com

Triadic colors

1 #490E72 and #72490E with #0E7249 are triadic colors.

2 #49720E and #720E49 with #0E7249 are triadic colors.