COLOR #0F5B54

HEX: #0F5B54
RGB: (15,91,84)

Color info

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

RGB color model

#0F5B54 color RGB value is (15,91,84).

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

RGB channels and saturation

R 15 of 255 = 6%
G 91 of 255 = 36%
B 84 of 255 = 33%

15
91
84

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

Portions of RGB colors in percentages

R + G + B =
15 + 91 + 84 = 190 (100%)
R 15 of 190 ~ 7.89%
G 91 of 190 ~ 47.89%
B 84 of 190 ~ 44.21%

%47.89
%44.21

CMYK color model

#0F5B54 color CMYK value is (84,0,8,64).

  • cyan value is 83.52%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 64.31%
CMYK:
(84,0,8,64)
C84M0Y8K64 
(84%,0%,8%,64%)
(0.84/0.00/0.08/0.64)	

CMYK percentages

%83.52
%0
%7.69
%64.31

Codes

Color #0F5B54 in popluar color models

0F5B54
RGB159184
HSL174°71.70%20.78%
HSB/HSV174°83.52%35.69%
CMYK83.52%0.00%7.69%
64.31%

Color #0F5B54 in popluar number systems.

HEX0F5B54
Decimal159184
Binary111110110111010100
Octal17133124

Shades and tints

Shades of #0F5B54

#0F5B54
(15,91,84)
#0E534D
(14,83,77)
#0D4B46
(13,75,70)
#0C433F
(12,67,63)
#0B3B38
(11,59,56)
#0A3331
(10,51,49)
#092B2A
(9,43,42)
#082323
(8,35,35)
#071B1C
(7,27,28)
#061315
(6,19,21)
#050B0E
(5,11,14)
#000000
(0,0,0)

Tints of #0F5B54

#0F5B54
(15,91,84)
#246963
(36,105,99)
#397772
(57,119,114)
#4E8581
(78,133,129)
#639390
(99,147,144)
#78A19F
(120,161,159)
#8DAFAE
(141,175,174)
#A2BDBD
(162,189,189)
#B7CBCC
(183,203,204)
#CCD9DB
(204,217,219)
#E1E7EA
(225,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F5B54; }

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

This text font color is #0F5B54.


Background Color

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

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

This div background color is #0F5B54.


Border color

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

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

This div border color is #0F5B54.


Opacity

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

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

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

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

This text has shadow with #0F5B54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F5B54 on black background.


Color preview on white background

This text has color #0F5B54 on white background.



Black color preview on #0F5B54 background

This text has black color on #0F5B54 background.


White color preview on #0F5B54 background

This text has white color on #0F5B54 background.