COLOR #0E635C

HEX: #0E635C
RGB: (14,99,92)

Color info

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

RGB color model

#0E635C color RGB value is (14,99,92).

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

RGB channels and saturation

R 14 of 255 = 5%
G 99 of 255 = 39%
B 92 of 255 = 36%

14
99
92

R + G + B ~ 27%. #0E635C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 99 + 92 = 205 (100%)
R 14 of 205 ~ 6.83%
G 99 of 205 ~ 48.29%
B 92 of 205 ~ 44.88%

%48.29
%44.88

CMYK color model

#0E635C color CMYK value is (86,0,7,61).

  • cyan value is 85.86%
  • magenta value is 0.00%
  • yellow value is 7.07%
  • key color value is 61.18%
CMYK:
(86,0,7,61)
C86M0Y7K61 
(86%,0%,7%,61%)
(0.86/0.00/0.07/0.61)	

CMYK percentages

%85.86
%0
%7.07
%61.18

Codes

Color #0E635C in popluar color models

0E635C
RGB149992
HSL175°75.22%22.16%
HSB/HSV175°85.86%38.82%
CMYK85.86%0.00%7.07%
61.18%

Color #0E635C in popluar number systems.

HEX0E635C
Decimal149992
Binary111011000111011100
Octal16143134

Shades and tints

Shades of #0E635C

#0E635C
(14,99,92)
#0D5A54
(13,90,84)
#0C514C
(12,81,76)
#0B4844
(11,72,68)
#0A3F3C
(10,63,60)
#093634
(9,54,52)
#082D2C
(8,45,44)
#072424
(7,36,36)
#061B1C
(6,27,28)
#051214
(5,18,20)
#04090C
(4,9,12)
#000000
(0,0,0)

Tints of #0E635C

#0E635C
(14,99,92)
#23716A
(35,113,106)
#387F78
(56,127,120)
#4D8D86
(77,141,134)
#629B94
(98,155,148)
#77A9A2
(119,169,162)
#8CB7B0
(140,183,176)
#A1C5BE
(161,197,190)
#B6D3CC
(182,211,204)
#CBE1DA
(203,225,218)
#E0EFE8
(224,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E635C; }

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

This text font color is #0E635C.


Background Color

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

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

This div background color is #0E635C.


Border color

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

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

This div border color is #0E635C.


Opacity

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

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

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

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

This text has shadow with #0E635C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E635C on black background.


Color preview on white background

This text has color #0E635C on white background.



Black color preview on #0E635C background

This text has black color on #0E635C background.


White color preview on #0E635C background

This text has white color on #0E635C background.