COLOR #0F4B53

HEX: #0F4B53
RGB: (15,75,83)

Color info

#0F4B53 contains mainly green and blue colors. Web safe color of #0F4B53 is #003366 (or #036).

RGB color model

#0F4B53 color RGB value is (15,75,83).

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

RGB channels and saturation

R 15 of 255 = 6%
G 75 of 255 = 29%
B 83 of 255 = 33%

15
75
83

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

Portions of RGB colors in percentages

R + G + B =
15 + 75 + 83 = 173 (100%)
R 15 of 173 ~ 8.67%
G 75 of 173 ~ 43.35%
B 83 of 173 ~ 47.98%

%43.35
%47.98

CMYK color model

#0F4B53 color CMYK value is (82,10,0,67).

  • cyan value is 81.93%
  • magenta value is 9.64%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(82,10,0,67)
C82M10Y0K67 
(82%,10%,0%,67%)
(0.82/0.10/0.00/0.67)	

CMYK percentages

%81.93
%9.64
%0
%67.45

Codes

Color #0F4B53 in popluar color models

0F4B53
RGB157583
HSL187°69.39%19.22%
HSB/HSV187°81.93%32.55%
CMYK81.93%9.64%0.00%
67.45%

Color #0F4B53 in popluar number systems.

HEX0F4B53
Decimal157583
Binary111110010111010011
Octal17113123

Shades and tints

Shades of #0F4B53

#0F4B53
(15,75,83)
#0E454C
(14,69,76)
#0D3F45
(13,63,69)
#0C393E
(12,57,62)
#0B3337
(11,51,55)
#0A2D30
(10,45,48)
#092729
(9,39,41)
#082122
(8,33,34)
#071B1B
(7,27,27)
#061514
(6,21,20)
#050F0D
(5,15,13)
#000000
(0,0,0)

Tints of #0F4B53

#0F4B53
(15,75,83)
#245B62
(36,91,98)
#396B71
(57,107,113)
#4E7B80
(78,123,128)
#638B8F
(99,139,143)
#789B9E
(120,155,158)
#8DABAD
(141,171,173)
#A2BBBC
(162,187,188)
#B7CBCB
(183,203,203)
#CCDBDA
(204,219,218)
#E1EBE9
(225,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F4B53; }

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

This text font color is #0F4B53.


Background Color

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

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

This div background color is #0F4B53.


Border color

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

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

This div border color is #0F4B53.


Opacity

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

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

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

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

This text has shadow with #0F4B53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F4B53 on black background.


Color preview on white background

This text has color #0F4B53 on white background.



Black color preview on #0F4B53 background

This text has black color on #0F4B53 background.


White color preview on #0F4B53 background

This text has white color on #0F4B53 background.