COLOR #0F4164

HEX: #0F4164
RGB: (15,65,100)

Color info

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

RGB color model

#0F4164 color RGB value is (15,65,100).

  • red value is 15;
  • green value is 65;
  • blue value is 100.
RGB:
(15,65,100)
(6%,25%,39%)

RGB channels and saturation

R 15 of 255 = 6%
G 65 of 255 = 25%
B 100 of 255 = 39%

15
65
100

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

Portions of RGB colors in percentages

R + G + B =
15 + 65 + 100 = 180 (100%)
R 15 of 180 ~ 8.33%
G 65 of 180 ~ 36.11%
B 100 of 180 ~ 55.56%

%36.11
%55.56

CMYK color model

#0F4164 color CMYK value is (85,35,0,61).

  • cyan value is 85.00%
  • magenta value is 35.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(85,35,0,61)
C85M35Y0K61 
(85%,35%,0%,61%)
(0.85/0.35/0.00/0.61)	

CMYK percentages

%85
%35
%0
%60.78

Codes

Color #0F4164 in popluar color models

0F4164
RGB1565100
HSL205°73.91%22.55%
HSB/HSV205°85.00%39.22%
CMYK85.00%35.00%0.00%
60.78%

Color #0F4164 in popluar number systems.

HEX0F4164
Decimal1565100
Binary111110000011100100
Octal17101144

Shades and tints

Shades of #0F4164

#0F4164
(15,65,100)
#0E3C5B
(14,60,91)
#0D3752
(13,55,82)
#0C3249
(12,50,73)
#0B2D40
(11,45,64)
#0A2837
(10,40,55)
#09232E
(9,35,46)
#081E25
(8,30,37)
#07191C
(7,25,28)
#061413
(6,20,19)
#050F0A
(5,15,10)
#000000
(0,0,0)

Tints of #0F4164

#0F4164
(15,65,100)
#245272
(36,82,114)
#396380
(57,99,128)
#4E748E
(78,116,142)
#63859C
(99,133,156)
#7896AA
(120,150,170)
#8DA7B8
(141,167,184)
#A2B8C6
(162,184,198)
#B7C9D4
(183,201,212)
#CCDAE2
(204,218,226)
#E1EBF0
(225,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F4164 color. Also use rgb(15,65,100) instead hex code.

Text Font Color

.myTextColor { color: #0F4164; }

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

This text font color is #0F4164.


Background Color

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

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

This div background color is #0F4164.


Border color

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

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

This div border color is #0F4164.


Opacity

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

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

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

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

This text has shadow with #0F4164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F4164 on black background.


Color preview on white background

This text has color #0F4164 on white background.



Black color preview on #0F4164 background

This text has black color on #0F4164 background.


White color preview on #0F4164 background

This text has white color on #0F4164 background.