COLOR #0F4A5A

HEX: #0F4A5A
RGB: (15,74,90)

Color info

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

RGB color model

#0F4A5A color RGB value is (15,74,90).

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

RGB channels and saturation

R 15 of 255 = 6%
G 74 of 255 = 29%
B 90 of 255 = 35%

15
74
90

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

Portions of RGB colors in percentages

R + G + B =
15 + 74 + 90 = 179 (100%)
R 15 of 179 ~ 8.38%
G 74 of 179 ~ 41.34%
B 90 of 179 ~ 50.28%

%41.34
%50.28

CMYK color model

#0F4A5A color CMYK value is (83,18,0,65).

  • cyan value is 83.33%
  • magenta value is 17.78%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(83,18,0,65)
C83M18Y0K65 
(83%,18%,0%,65%)
(0.83/0.18/0.00/0.65)	

CMYK percentages

%83.33
%17.78
%0
%64.71

Codes

Color #0F4A5A in popluar color models

0F4A5A
RGB157490
HSL193°71.43%20.59%
HSB/HSV193°83.33%35.29%
CMYK83.33%17.78%0.00%
64.71%

Color #0F4A5A in popluar number systems.

HEX0F4A5A
Decimal157490
Binary111110010101011010
Octal17112132

Shades and tints

Shades of #0F4A5A

#0F4A5A
(15,74,90)
#0E4452
(14,68,82)
#0D3E4A
(13,62,74)
#0C3842
(12,56,66)
#0B323A
(11,50,58)
#0A2C32
(10,44,50)
#09262A
(9,38,42)
#082022
(8,32,34)
#071A1A
(7,26,26)
#061412
(6,20,18)
#050E0A
(5,14,10)
#000000
(0,0,0)

Tints of #0F4A5A

#0F4A5A
(15,74,90)
#245A69
(36,90,105)
#396A78
(57,106,120)
#4E7A87
(78,122,135)
#638A96
(99,138,150)
#789AA5
(120,154,165)
#8DAAB4
(141,170,180)
#A2BAC3
(162,186,195)
#B7CAD2
(183,202,210)
#CCDAE1
(204,218,225)
#E1EAF0
(225,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F4A5A; }

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

This text font color is #0F4A5A.


Background Color

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

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

This div background color is #0F4A5A.


Border color

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

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

This div border color is #0F4A5A.


Opacity

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

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

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

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

This text has shadow with #0F4A5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F4A5A on black background.


Color preview on white background

This text has color #0F4A5A on white background.



Black color preview on #0F4A5A background

This text has black color on #0F4A5A background.


White color preview on #0F4A5A background

This text has white color on #0F4A5A background.