COLOR #0F4850

HEX: #0F4850
RGB: (15,72,80)

Color info

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

RGB color model

#0F4850 color RGB value is (15,72,80).

  • red value is 15;
  • green value is 72;
  • blue value is 80.
RGB:
(15,72,80)
(6%,28%,31%)

RGB channels and saturation

R 15 of 255 = 6%
G 72 of 255 = 28%
B 80 of 255 = 31%

15
72
80

R + G + B ~ 22%. #0F4850 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 72 + 80 = 167 (100%)
R 15 of 167 ~ 8.98%
G 72 of 167 ~ 43.11%
B 80 of 167 ~ 47.9%

%43.11
%47.9

CMYK color model

#0F4850 color CMYK value is (81,10,0,69).

  • cyan value is 81.25%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(81,10,0,69)
C81M10Y0K69 
(81%,10%,0%,69%)
(0.81/0.10/0.00/0.69)	

CMYK percentages

%81.25
%10
%0
%68.63

Codes

Color #0F4850 in popluar color models

0F4850
RGB157280
HSL187°68.42%18.63%
HSB/HSV187°81.25%31.37%
CMYK81.25%10.00%0.00%
68.63%

Color #0F4850 in popluar number systems.

HEX0F4850
Decimal157280
Binary111110010001010000
Octal17110120

Shades and tints

Shades of #0F4850

#0F4850
(15,72,80)
#0E4249
(14,66,73)
#0D3C42
(13,60,66)
#0C363B
(12,54,59)
#0B3034
(11,48,52)
#0A2A2D
(10,42,45)
#092426
(9,36,38)
#081E1F
(8,30,31)
#071818
(7,24,24)
#061211
(6,18,17)
#050C0A
(5,12,10)
#000000
(0,0,0)

Tints of #0F4850

#0F4850
(15,72,80)
#24585F
(36,88,95)
#39686E
(57,104,110)
#4E787D
(78,120,125)
#63888C
(99,136,140)
#78989B
(120,152,155)
#8DA8AA
(141,168,170)
#A2B8B9
(162,184,185)
#B7C8C8
(183,200,200)
#CCD8D7
(204,216,215)
#E1E8E6
(225,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F4850 color. Also use rgb(15,72,80) instead hex code.

Text Font Color

.myTextColor { color: #0F4850; }

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

This text font color is #0F4850.


Background Color

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

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

This div background color is #0F4850.


Border color

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

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

This div border color is #0F4850.


Opacity

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

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

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

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

This text has shadow with #0F4850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F4850 on black background.


Color preview on white background

This text has color #0F4850 on white background.



Black color preview on #0F4850 background

This text has black color on #0F4850 background.


White color preview on #0F4850 background

This text has white color on #0F4850 background.