COLOR #0F5A5B

HEX: #0F5A5B
RGB: (15,90,91)

Color info

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

RGB color model

#0F5A5B color RGB value is (15,90,91).

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

RGB channels and saturation

R 15 of 255 = 6%
G 90 of 255 = 35%
B 91 of 255 = 36%

15
90
91

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

Portions of RGB colors in percentages

R + G + B =
15 + 90 + 91 = 196 (100%)
R 15 of 196 ~ 7.65%
G 90 of 196 ~ 45.92%
B 91 of 196 ~ 46.43%

%45.92
%46.43

CMYK color model

#0F5A5B color CMYK value is (84,1,0,64).

  • cyan value is 83.52%
  • magenta value is 1.10%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(84,1,0,64)
C84M1Y0K64 
(84%,1%,0%,64%)
(0.84/0.01/0.00/0.64)	

CMYK percentages

%83.52
%1.1
%0
%64.31

Codes

Color #0F5A5B in popluar color models

0F5A5B
RGB159091
HSL181°71.70%20.78%
HSB/HSV181°83.52%35.69%
CMYK83.52%1.10%0.00%
64.31%

Color #0F5A5B in popluar number systems.

HEX0F5A5B
Decimal159091
Binary111110110101011011
Octal17132133

Shades and tints

Shades of #0F5A5B

#0F5A5B
(15,90,91)
#0E5253
(14,82,83)
#0D4A4B
(13,74,75)
#0C4243
(12,66,67)
#0B3A3B
(11,58,59)
#0A3233
(10,50,51)
#092A2B
(9,42,43)
#082223
(8,34,35)
#071A1B
(7,26,27)
#061213
(6,18,19)
#050A0B
(5,10,11)
#000000
(0,0,0)

Tints of #0F5A5B

#0F5A5B
(15,90,91)
#246969
(36,105,105)
#397877
(57,120,119)
#4E8785
(78,135,133)
#639693
(99,150,147)
#78A5A1
(120,165,161)
#8DB4AF
(141,180,175)
#A2C3BD
(162,195,189)
#B7D2CB
(183,210,203)
#CCE1D9
(204,225,217)
#E1F0E7
(225,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F5A5B; }

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

This text font color is #0F5A5B.


Background Color

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

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

This div background color is #0F5A5B.


Border color

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

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

This div border color is #0F5A5B.


Opacity

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

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

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

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

This text has shadow with #0F5A5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F5A5B on black background.


Color preview on white background

This text has color #0F5A5B on white background.



Black color preview on #0F5A5B background

This text has black color on #0F5A5B background.


White color preview on #0F5A5B background

This text has white color on #0F5A5B background.