COLOR #0E6451

HEX: #0E6451
RGB: (14,100,81)

Color info

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

RGB color model

#0E6451 color RGB value is (14,100,81).

  • red value is 14;
  • green value is 100;
  • blue value is 81.
RGB:
(14,100,81)
(5%,39%,32%)

RGB channels and saturation

R 14 of 255 = 5%
G 100 of 255 = 39%
B 81 of 255 = 32%

14
100
81

R + G + B ~ 25%. #0E6451 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 100 + 81 = 195 (100%)
R 14 of 195 ~ 7.18%
G 100 of 195 ~ 51.28%
B 81 of 195 ~ 41.54%

%51.28
%41.54

CMYK color model

#0E6451 color CMYK value is (86,0,19,61).

  • cyan value is 86.00%
  • magenta value is 0.00%
  • yellow value is 19.00%
  • key color value is 60.78%
CMYK:
(86,0,19,61)
C86M0Y19K61 
(86%,0%,19%,61%)
(0.86/0.00/0.19/0.61)	

CMYK percentages

%86
%0
%19
%60.78

Codes

Color #0E6451 in popluar color models

0E6451
RGB1410081
HSL167°75.44%22.35%
HSB/HSV167°86.00%39.22%
CMYK86.00%0.00%19.00%
60.78%

Color #0E6451 in popluar number systems.

HEX0E6451
Decimal1410081
Binary111011001001010001
Octal16144121

Shades and tints

Shades of #0E6451

#0E6451
(14,100,81)
#0D5B4A
(13,91,74)
#0C5243
(12,82,67)
#0B493C
(11,73,60)
#0A4035
(10,64,53)
#09372E
(9,55,46)
#082E27
(8,46,39)
#072520
(7,37,32)
#061C19
(6,28,25)
#051312
(5,19,18)
#040A0B
(4,10,11)
#000000
(0,0,0)

Tints of #0E6451

#0E6451
(14,100,81)
#237260
(35,114,96)
#38806F
(56,128,111)
#4D8E7E
(77,142,126)
#629C8D
(98,156,141)
#77AA9C
(119,170,156)
#8CB8AB
(140,184,171)
#A1C6BA
(161,198,186)
#B6D4C9
(182,212,201)
#CBE2D8
(203,226,216)
#E0F0E7
(224,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E6451 color. Also use rgb(14,100,81) instead hex code.

Text Font Color

.myTextColor { color: #0E6451; }

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

This text font color is #0E6451.


Background Color

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

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

This div background color is #0E6451.


Border color

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

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

This div border color is #0E6451.


Opacity

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

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

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

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

This text has shadow with #0E6451 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E6451 on black background.


Color preview on white background

This text has color #0E6451 on white background.



Black color preview on #0E6451 background

This text has black color on #0E6451 background.


White color preview on #0E6451 background

This text has white color on #0E6451 background.