COLOR #0F5862

HEX: #0F5862
RGB: (15,88,98)

Color info

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

RGB color model

#0F5862 color RGB value is (15,88,98).

  • red value is 15;
  • green value is 88;
  • blue value is 98.
RGB:
(15,88,98)
(6%,35%,38%)

RGB channels and saturation

R 15 of 255 = 6%
G 88 of 255 = 35%
B 98 of 255 = 38%

15
88
98

R + G + B ~ 26%. #0F5862 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 88 + 98 = 201 (100%)
R 15 of 201 ~ 7.46%
G 88 of 201 ~ 43.78%
B 98 of 201 ~ 48.76%

%43.78
%48.76

CMYK color model

#0F5862 color CMYK value is (85,10,0,62).

  • cyan value is 84.69%
  • magenta value is 10.20%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(85,10,0,62)
C85M10Y0K62 
(85%,10%,0%,62%)
(0.85/0.10/0.00/0.62)	

CMYK percentages

%84.69
%10.2
%0
%61.57

Codes

Color #0F5862 in popluar color models

0F5862
RGB158898
HSL187°73.45%22.16%
HSB/HSV187°84.69%38.43%
CMYK84.69%10.20%0.00%
61.57%

Color #0F5862 in popluar number systems.

HEX0F5862
Decimal158898
Binary111110110001100010
Octal17130142

Shades and tints

Shades of #0F5862

#0F5862
(15,88,98)
#0E505A
(14,80,90)
#0D4852
(13,72,82)
#0C404A
(12,64,74)
#0B3842
(11,56,66)
#0A303A
(10,48,58)
#092832
(9,40,50)
#08202A
(8,32,42)
#071822
(7,24,34)
#06101A
(6,16,26)
#050812
(5,8,18)
#000000
(0,0,0)

Tints of #0F5862

#0F5862
(15,88,98)
#246770
(36,103,112)
#39767E
(57,118,126)
#4E858C
(78,133,140)
#63949A
(99,148,154)
#78A3A8
(120,163,168)
#8DB2B6
(141,178,182)
#A2C1C4
(162,193,196)
#B7D0D2
(183,208,210)
#CCDFE0
(204,223,224)
#E1EEEE
(225,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F5862 color. Also use rgb(15,88,98) instead hex code.

Text Font Color

.myTextColor { color: #0F5862; }

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

This text font color is #0F5862.


Background Color

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

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

This div background color is #0F5862.


Border color

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

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

This div border color is #0F5862.


Opacity

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

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

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

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

This text has shadow with #0F5862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F5862 on black background.


Color preview on white background

This text has color #0F5862 on white background.



Black color preview on #0F5862 background

This text has black color on #0F5862 background.


White color preview on #0F5862 background

This text has white color on #0F5862 background.