COLOR #0F5A58

HEX: #0F5A58
RGB: (15,90,88)

Color info

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

RGB color model

#0F5A58 color RGB value is (15,90,88).

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

RGB channels and saturation

R 15 of 255 = 6%
G 90 of 255 = 35%
B 88 of 255 = 35%

15
90
88

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

Portions of RGB colors in percentages

R + G + B =
15 + 90 + 88 = 193 (100%)
R 15 of 193 ~ 7.77%
G 90 of 193 ~ 46.63%
B 88 of 193 ~ 45.6%

%46.63
%45.6

CMYK color model

#0F5A58 color CMYK value is (83,0,2,65).

  • cyan value is 83.33%
  • magenta value is 0.00%
  • yellow value is 2.22%
  • key color value is 64.71%
CMYK:
(83,0,2,65)
C83M0Y2K65 
(83%,0%,2%,65%)
(0.83/0.00/0.02/0.65)	

CMYK percentages

%83.33
%0
%2.22
%64.71

Codes

Color #0F5A58 in popluar color models

0F5A58
RGB159088
HSL178°71.43%20.59%
HSB/HSV178°83.33%35.29%
CMYK83.33%0.00%2.22%
64.71%

Color #0F5A58 in popluar number systems.

HEX0F5A58
Decimal159088
Binary111110110101011000
Octal17132130

Shades and tints

Shades of #0F5A58

#0F5A58
(15,90,88)
#0E5250
(14,82,80)
#0D4A48
(13,74,72)
#0C4240
(12,66,64)
#0B3A38
(11,58,56)
#0A3230
(10,50,48)
#092A28
(9,42,40)
#082220
(8,34,32)
#071A18
(7,26,24)
#061210
(6,18,16)
#050A08
(5,10,8)
#000000
(0,0,0)

Tints of #0F5A58

#0F5A58
(15,90,88)
#246967
(36,105,103)
#397876
(57,120,118)
#4E8785
(78,135,133)
#639694
(99,150,148)
#78A5A3
(120,165,163)
#8DB4B2
(141,180,178)
#A2C3C1
(162,195,193)
#B7D2D0
(183,210,208)
#CCE1DF
(204,225,223)
#E1F0EE
(225,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F5A58; }

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

This text font color is #0F5A58.


Background Color

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

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

This div background color is #0F5A58.


Border color

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

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

This div border color is #0F5A58.


Opacity

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

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

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

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

This text has shadow with #0F5A58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F5A58 on black background.


Color preview on white background

This text has color #0F5A58 on white background.



Black color preview on #0F5A58 background

This text has black color on #0F5A58 background.


White color preview on #0F5A58 background

This text has white color on #0F5A58 background.