COLOR #0F5358

HEX: #0F5358
RGB: (15,83,88)

Color info

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

RGB color model

#0F5358 color RGB value is (15,83,88).

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

RGB channels and saturation

R 15 of 255 = 6%
G 83 of 255 = 33%
B 88 of 255 = 35%

15
83
88

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

Portions of RGB colors in percentages

R + G + B =
15 + 83 + 88 = 186 (100%)
R 15 of 186 ~ 8.06%
G 83 of 186 ~ 44.62%
B 88 of 186 ~ 47.31%

%44.62
%47.31

CMYK color model

#0F5358 color CMYK value is (83,6,0,65).

  • cyan value is 82.95%
  • magenta value is 5.68%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(83,6,0,65)
C83M6Y0K65 
(83%,6%,0%,65%)
(0.83/0.06/0.00/0.65)	

CMYK percentages

%82.95
%5.68
%0
%65.49

Codes

Color #0F5358 in popluar color models

0F5358
RGB158388
HSL184°70.87%20.20%
HSB/HSV184°82.95%34.51%
CMYK82.95%5.68%0.00%
65.49%

Color #0F5358 in popluar number systems.

HEX0F5358
Decimal158388
Binary111110100111011000
Octal17123130

Shades and tints

Shades of #0F5358

#0F5358
(15,83,88)
#0E4C50
(14,76,80)
#0D4548
(13,69,72)
#0C3E40
(12,62,64)
#0B3738
(11,55,56)
#0A3030
(10,48,48)
#092928
(9,41,40)
#082220
(8,34,32)
#071B18
(7,27,24)
#061410
(6,20,16)
#050D08
(5,13,8)
#000000
(0,0,0)

Tints of #0F5358

#0F5358
(15,83,88)
#246267
(36,98,103)
#397176
(57,113,118)
#4E8085
(78,128,133)
#638F94
(99,143,148)
#789EA3
(120,158,163)
#8DADB2
(141,173,178)
#A2BCC1
(162,188,193)
#B7CBD0
(183,203,208)
#CCDADF
(204,218,223)
#E1E9EE
(225,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F5358; }

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

This text font color is #0F5358.


Background Color

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

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

This div background color is #0F5358.


Border color

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

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

This div border color is #0F5358.


Opacity

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

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

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

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

This text has shadow with #0F5358 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F5358 on black background.


Color preview on white background

This text has color #0F5358 on white background.



Black color preview on #0F5358 background

This text has black color on #0F5358 background.


White color preview on #0F5358 background

This text has white color on #0F5358 background.