COLOR #0F6367

HEX: #0F6367
RGB: (15,99,103)

Color info

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

RGB color model

#0F6367 color RGB value is (15,99,103).

  • red value is 15;
  • green value is 99;
  • blue value is 103.
RGB:
(15,99,103)
(6%,39%,40%)

RGB channels and saturation

R 15 of 255 = 6%
G 99 of 255 = 39%
B 103 of 255 = 40%

15
99
103

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

Portions of RGB colors in percentages

R + G + B =
15 + 99 + 103 = 217 (100%)
R 15 of 217 ~ 6.91%
G 99 of 217 ~ 45.62%
B 103 of 217 ~ 47.47%

%45.62
%47.47

CMYK color model

#0F6367 color CMYK value is (85,4,0,60).

  • cyan value is 85.44%
  • magenta value is 3.88%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(85,4,0,60)
C85M4Y0K60 
(85%,4%,0%,60%)
(0.85/0.04/0.00/0.60)	

CMYK percentages

%85.44
%3.88
%0
%59.61

Codes

Color #0F6367 in popluar color models

0F6367
RGB1599103
HSL183°74.58%23.14%
HSB/HSV183°85.44%40.39%
CMYK85.44%3.88%0.00%
59.61%

Color #0F6367 in popluar number systems.

HEX0F6367
Decimal1599103
Binary111111000111100111
Octal17143147

Shades and tints

Shades of #0F6367

#0F6367
(15,99,103)
#0E5A5E
(14,90,94)
#0D5155
(13,81,85)
#0C484C
(12,72,76)
#0B3F43
(11,63,67)
#0A363A
(10,54,58)
#092D31
(9,45,49)
#082428
(8,36,40)
#071B1F
(7,27,31)
#061216
(6,18,22)
#05090D
(5,9,13)
#000000
(0,0,0)

Tints of #0F6367

#0F6367
(15,99,103)
#247174
(36,113,116)
#397F81
(57,127,129)
#4E8D8E
(78,141,142)
#639B9B
(99,155,155)
#78A9A8
(120,169,168)
#8DB7B5
(141,183,181)
#A2C5C2
(162,197,194)
#B7D3CF
(183,211,207)
#CCE1DC
(204,225,220)
#E1EFE9
(225,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F6367 color. Also use rgb(15,99,103) instead hex code.

Text Font Color

.myTextColor { color: #0F6367; }

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

This text font color is #0F6367.


Background Color

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

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

This div background color is #0F6367.


Border color

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

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

This div border color is #0F6367.


Opacity

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

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

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

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

This text has shadow with #0F6367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F6367 on black background.


Color preview on white background

This text has color #0F6367 on white background.



Black color preview on #0F6367 background

This text has black color on #0F6367 background.


White color preview on #0F6367 background

This text has white color on #0F6367 background.