COLOR #0F4F54

HEX: #0F4F54
RGB: (15,79,84)

Color info

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

RGB color model

#0F4F54 color RGB value is (15,79,84).

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

RGB channels and saturation

R 15 of 255 = 6%
G 79 of 255 = 31%
B 84 of 255 = 33%

15
79
84

R + G + B ~ 23%. #0F4F54 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 79 + 84 = 178 (100%)
R 15 of 178 ~ 8.43%
G 79 of 178 ~ 44.38%
B 84 of 178 ~ 47.19%

%44.38
%47.19

CMYK color model

#0F4F54 color CMYK value is (82,6,0,67).

  • cyan value is 82.14%
  • magenta value is 5.95%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(82,6,0,67)
C82M6Y0K67 
(82%,6%,0%,67%)
(0.82/0.06/0.00/0.67)	

CMYK percentages

%82.14
%5.95
%0
%67.06

Codes

Color #0F4F54 in popluar color models

0F4F54
RGB157984
HSL184°69.70%19.41%
HSB/HSV184°82.14%32.94%
CMYK82.14%5.95%0.00%
67.06%

Color #0F4F54 in popluar number systems.

HEX0F4F54
Decimal157984
Binary111110011111010100
Octal17117124

Shades and tints

Shades of #0F4F54

#0F4F54
(15,79,84)
#0E484D
(14,72,77)
#0D4146
(13,65,70)
#0C3A3F
(12,58,63)
#0B3338
(11,51,56)
#0A2C31
(10,44,49)
#09252A
(9,37,42)
#081E23
(8,30,35)
#07171C
(7,23,28)
#061015
(6,16,21)
#05090E
(5,9,14)
#000000
(0,0,0)

Tints of #0F4F54

#0F4F54
(15,79,84)
#245F63
(36,95,99)
#396F72
(57,111,114)
#4E7F81
(78,127,129)
#638F90
(99,143,144)
#789F9F
(120,159,159)
#8DAFAE
(141,175,174)
#A2BFBD
(162,191,189)
#B7CFCC
(183,207,204)
#CCDFDB
(204,223,219)
#E1EFEA
(225,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F4F54; }

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

This text font color is #0F4F54.


Background Color

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

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

This div background color is #0F4F54.


Border color

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

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

This div border color is #0F4F54.


Opacity

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

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

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

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

This text has shadow with #0F4F54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F4F54 on black background.


Color preview on white background

This text has color #0F4F54 on white background.



Black color preview on #0F4F54 background

This text has black color on #0F4F54 background.


White color preview on #0F4F54 background

This text has white color on #0F4F54 background.