COLOR #0E745A

HEX: #0E745A
RGB: (14,116,90)

Color info

#0E745A contains mainly green and blue colors. Web safe color of #0E745A is #006666 (or #066).

RGB color model

#0E745A color RGB value is (14,116,90).

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

RGB channels and saturation

R 14 of 255 = 5%
G 116 of 255 = 45%
B 90 of 255 = 35%

14
116
90

R + G + B ~ 28%. #0E745A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 116 + 90 = 220 (100%)
R 14 of 220 ~ 6.36%
G 116 of 220 ~ 52.73%
B 90 of 220 ~ 40.91%

%52.73
%40.91

CMYK color model

#0E745A color CMYK value is (88,0,22,55).

  • cyan value is 87.93%
  • magenta value is 0.00%
  • yellow value is 22.41%
  • key color value is 54.51%
CMYK:
(88,0,22,55)
C88M0Y22K55 
(88%,0%,22%,55%)
(0.88/0.00/0.22/0.55)	

CMYK percentages

%87.93
%0
%22.41
%54.51

Codes

Color #0E745A in popluar color models

0E745A
RGB1411690
HSL165°78.46%25.49%
HSB/HSV165°87.93%45.49%
CMYK87.93%0.00%22.41%
54.51%

Color #0E745A in popluar number systems.

HEX0E745A
Decimal1411690
Binary111011101001011010
Octal16164132

Shades and tints

Shades of #0E745A

#0E745A
(14,116,90)
#0D6A52
(13,106,82)
#0C604A
(12,96,74)
#0B5642
(11,86,66)
#0A4C3A
(10,76,58)
#094232
(9,66,50)
#08382A
(8,56,42)
#072E22
(7,46,34)
#06241A
(6,36,26)
#051A12
(5,26,18)
#04100A
(4,16,10)
#000000
(0,0,0)

Tints of #0E745A

#0E745A
(14,116,90)
#238069
(35,128,105)
#388C78
(56,140,120)
#4D9887
(77,152,135)
#62A496
(98,164,150)
#77B0A5
(119,176,165)
#8CBCB4
(140,188,180)
#A1C8C3
(161,200,195)
#B6D4D2
(182,212,210)
#CBE0E1
(203,224,225)
#E0ECF0
(224,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E745A; }

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

This text font color is #0E745A.


Background Color

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

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

This div background color is #0E745A.


Border color

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

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

This div border color is #0E745A.


Opacity

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

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

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

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

This text has shadow with #0E745A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E745A on black background.


Color preview on white background

This text has color #0E745A on white background.



Black color preview on #0E745A background

This text has black color on #0E745A background.


White color preview on #0E745A background

This text has white color on #0E745A background.