COLOR #0E7263

HEX: #0E7263
RGB: (14,114,99)

Color info

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

RGB color model

#0E7263 color RGB value is (14,114,99).

  • red value is 14;
  • green value is 114;
  • blue value is 99.
RGB:
(14,114,99)
(5%,45%,39%)

RGB channels and saturation

R 14 of 255 = 5%
G 114 of 255 = 45%
B 99 of 255 = 39%

14
114
99

R + G + B ~ 30%. #0E7263 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 114 + 99 = 227 (100%)
R 14 of 227 ~ 6.17%
G 114 of 227 ~ 50.22%
B 99 of 227 ~ 43.61%

%50.22
%43.61

CMYK color model

#0E7263 color CMYK value is (88,0,13,55).

  • cyan value is 87.72%
  • magenta value is 0.00%
  • yellow value is 13.16%
  • key color value is 55.29%
CMYK:
(88,0,13,55)
C88M0Y13K55 
(88%,0%,13%,55%)
(0.88/0.00/0.13/0.55)	

CMYK percentages

%87.72
%0
%13.16
%55.29

Codes

Color #0E7263 in popluar color models

0E7263
RGB1411499
HSL171°78.13%25.10%
HSB/HSV171°87.72%44.71%
CMYK87.72%0.00%13.16%
55.29%

Color #0E7263 in popluar number systems.

HEX0E7263
Decimal1411499
Binary111011100101100011
Octal16162143

Shades and tints

Shades of #0E7263

#0E7263
(14,114,99)
#0D685A
(13,104,90)
#0C5E51
(12,94,81)
#0B5448
(11,84,72)
#0A4A3F
(10,74,63)
#094036
(9,64,54)
#08362D
(8,54,45)
#072C24
(7,44,36)
#06221B
(6,34,27)
#051812
(5,24,18)
#040E09
(4,14,9)
#000000
(0,0,0)

Tints of #0E7263

#0E7263
(14,114,99)
#237E71
(35,126,113)
#388A7F
(56,138,127)
#4D968D
(77,150,141)
#62A29B
(98,162,155)
#77AEA9
(119,174,169)
#8CBAB7
(140,186,183)
#A1C6C5
(161,198,197)
#B6D2D3
(182,210,211)
#CBDEE1
(203,222,225)
#E0EAEF
(224,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E7263; }

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

This text font color is #0E7263.


Background Color

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

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

This div background color is #0E7263.


Border color

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

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

This div border color is #0E7263.


Opacity

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

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

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

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

This text has shadow with #0E7263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E7263 on black background.


Color preview on white background

This text has color #0E7263 on white background.



Black color preview on #0E7263 background

This text has black color on #0E7263 background.


White color preview on #0E7263 background

This text has white color on #0E7263 background.