COLOR #0F604B

HEX: #0F604B
RGB: (15,96,75)

Color info

#0F604B contains mainly green and blue colors. Web safe color of #0F604B is #006633 (or #063).

RGB color model

#0F604B color RGB value is (15,96,75).

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

RGB channels and saturation

R 15 of 255 = 6%
G 96 of 255 = 38%
B 75 of 255 = 29%

15
96
75

R + G + B ~ 24%. #0F604B is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 96 + 75 = 186 (100%)
R 15 of 186 ~ 8.06%
G 96 of 186 ~ 51.61%
B 75 of 186 ~ 40.32%

%51.61
%40.32

CMYK color model

#0F604B color CMYK value is (84,0,22,62).

  • cyan value is 84.38%
  • magenta value is 0.00%
  • yellow value is 21.88%
  • key color value is 62.35%
CMYK:
(84,0,22,62)
C84M0Y22K62 
(84%,0%,22%,62%)
(0.84/0.00/0.22/0.62)	

CMYK percentages

%84.38
%0
%21.88
%62.35

Codes

Color #0F604B in popluar color models

0F604B
RGB159675
HSL164°72.97%21.76%
HSB/HSV164°84.38%37.65%
CMYK84.38%0.00%21.88%
62.35%

Color #0F604B in popluar number systems.

HEX0F604B
Decimal159675
Binary111111000001001011
Octal17140113

Shades and tints

Shades of #0F604B

#0F604B
(15,96,75)
#0E5845
(14,88,69)
#0D503F
(13,80,63)
#0C4839
(12,72,57)
#0B4033
(11,64,51)
#0A382D
(10,56,45)
#093027
(9,48,39)
#082821
(8,40,33)
#07201B
(7,32,27)
#061815
(6,24,21)
#05100F
(5,16,15)
#000000
(0,0,0)

Tints of #0F604B

#0F604B
(15,96,75)
#246E5B
(36,110,91)
#397C6B
(57,124,107)
#4E8A7B
(78,138,123)
#63988B
(99,152,139)
#78A69B
(120,166,155)
#8DB4AB
(141,180,171)
#A2C2BB
(162,194,187)
#B7D0CB
(183,208,203)
#CCDEDB
(204,222,219)
#E1ECEB
(225,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F604B; }

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

This text font color is #0F604B.


Background Color

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

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

This div background color is #0F604B.


Border color

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

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

This div border color is #0F604B.


Opacity

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

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

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

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

This text has shadow with #0F604B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F604B on black background.


Color preview on white background

This text has color #0F604B on white background.



Black color preview on #0F604B background

This text has black color on #0F604B background.


White color preview on #0F604B background

This text has white color on #0F604B background.