COLOR #0F4653

HEX: #0F4653
RGB: (15,70,83)

Color info

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

RGB color model

#0F4653 color RGB value is (15,70,83).

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

RGB channels and saturation

R 15 of 255 = 6%
G 70 of 255 = 27%
B 83 of 255 = 33%

15
70
83

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

Portions of RGB colors in percentages

R + G + B =
15 + 70 + 83 = 168 (100%)
R 15 of 168 ~ 8.93%
G 70 of 168 ~ 41.67%
B 83 of 168 ~ 49.4%

%41.67
%49.4

CMYK color model

#0F4653 color CMYK value is (82,16,0,67).

  • cyan value is 81.93%
  • magenta value is 15.66%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(82,16,0,67)
C82M16Y0K67 
(82%,16%,0%,67%)
(0.82/0.16/0.00/0.67)	

CMYK percentages

%81.93
%15.66
%0
%67.45

Codes

Color #0F4653 in popluar color models

0F4653
RGB157083
HSL191°69.39%19.22%
HSB/HSV191°81.93%32.55%
CMYK81.93%15.66%0.00%
67.45%

Color #0F4653 in popluar number systems.

HEX0F4653
Decimal157083
Binary111110001101010011
Octal17106123

Shades and tints

Shades of #0F4653

#0F4653
(15,70,83)
#0E404C
(14,64,76)
#0D3A45
(13,58,69)
#0C343E
(12,52,62)
#0B2E37
(11,46,55)
#0A2830
(10,40,48)
#092229
(9,34,41)
#081C22
(8,28,34)
#07161B
(7,22,27)
#061014
(6,16,20)
#050A0D
(5,10,13)
#000000
(0,0,0)

Tints of #0F4653

#0F4653
(15,70,83)
#245662
(36,86,98)
#396671
(57,102,113)
#4E7680
(78,118,128)
#63868F
(99,134,143)
#78969E
(120,150,158)
#8DA6AD
(141,166,173)
#A2B6BC
(162,182,188)
#B7C6CB
(183,198,203)
#CCD6DA
(204,214,218)
#E1E6E9
(225,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F4653; }

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

This text font color is #0F4653.


Background Color

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

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

This div background color is #0F4653.


Border color

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

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

This div border color is #0F4653.


Opacity

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

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

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

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

This text has shadow with #0F4653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F4653 on black background.


Color preview on white background

This text has color #0F4653 on white background.



Black color preview on #0F4653 background

This text has black color on #0F4653 background.


White color preview on #0F4653 background

This text has white color on #0F4653 background.