COLOR #0E7448

HEX: #0E7448
RGB: (14,116,72)

Color info

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

RGB color model

#0E7448 color RGB value is (14,116,72).

  • red value is 14;
  • green value is 116;
  • blue value is 72.
RGB:
(14,116,72)
(5%,45%,28%)

RGB channels and saturation

R 14 of 255 = 5%
G 116 of 255 = 45%
B 72 of 255 = 28%

14
116
72

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

Portions of RGB colors in percentages

R + G + B =
14 + 116 + 72 = 202 (100%)
R 14 of 202 ~ 6.93%
G 116 of 202 ~ 57.43%
B 72 of 202 ~ 35.64%

%57.43
%35.64

CMYK color model

#0E7448 color CMYK value is (88,0,38,55).

  • cyan value is 87.93%
  • magenta value is 0.00%
  • yellow value is 37.93%
  • key color value is 54.51%
CMYK:
(88,0,38,55)
C88M0Y38K55 
(88%,0%,38%,55%)
(0.88/0.00/0.38/0.55)	

CMYK percentages

%87.93
%0
%37.93
%54.51

Codes

Color #0E7448 in popluar color models

0E7448
RGB1411672
HSL154°78.46%25.49%
HSB/HSV154°87.93%45.49%
CMYK87.93%0.00%37.93%
54.51%

Color #0E7448 in popluar number systems.

HEX0E7448
Decimal1411672
Binary111011101001001000
Octal16164110

Shades and tints

Shades of #0E7448

#0E7448
(14,116,72)
#0D6A42
(13,106,66)
#0C603C
(12,96,60)
#0B5636
(11,86,54)
#0A4C30
(10,76,48)
#09422A
(9,66,42)
#083824
(8,56,36)
#072E1E
(7,46,30)
#062418
(6,36,24)
#051A12
(5,26,18)
#04100C
(4,16,12)
#000000
(0,0,0)

Tints of #0E7448

#0E7448
(14,116,72)
#238058
(35,128,88)
#388C68
(56,140,104)
#4D9878
(77,152,120)
#62A488
(98,164,136)
#77B098
(119,176,152)
#8CBCA8
(140,188,168)
#A1C8B8
(161,200,184)
#B6D4C8
(182,212,200)
#CBE0D8
(203,224,216)
#E0ECE8
(224,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E7448 color. Also use rgb(14,116,72) instead hex code.

Text Font Color

.myTextColor { color: #0E7448; }

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

This text font color is #0E7448.


Background Color

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

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

This div background color is #0E7448.


Border color

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

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

This div border color is #0E7448.


Opacity

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

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

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

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

This text has shadow with #0E7448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E7448 on black background.


Color preview on white background

This text has color #0E7448 on white background.



Black color preview on #0E7448 background

This text has black color on #0E7448 background.


White color preview on #0E7448 background

This text has white color on #0E7448 background.