COLOR #0F597F

HEX: #0F597F RGB: (15,89,127)

Color info

#0F597F contains mainly green and blue colors. Web safe color of #0F597F is #006666 (or #066).

RGB color model

#0F597F color RGB value is (15,89,127).

RGB: (15,89,127) (6%, 35%, 50%)

RGB channels and saturation

R 15 of 255 = 6%
G 89 of 255 = 35%
B 127 of 255 = 50%

15
89
127

R + G + B ~ 30%. #0F597F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 89 + 127 = 231 (100%)
R 15 of 231 ~ 6.49%
G 89 of 231 ~ 38.53%
B 127 of 231 ~ 54.98'%

%38.53
%54.98

CMYK color model

#0F597F color CMYK value is (88,30,0,50).

  • cyan value is 88.19%
  • magenta value is 29.92%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK: (88,30,0,50) C88M30Y0K50 (88%,30%,0%,50%) (0.88/0.30/0.00/0.50) 

CMYK percentages

%88.19
%29.92
%0
%50.2

Codes

Color #0F597F in popluar color models

0F 59 7F
RGB 15 89 127
HSL 200° 78.87% 27.84%
HSB/HSV 200° 88.19% 49.80%
CMYK 88.19% 29.92% 0.00%
50.20%

Color #0F597F in popluar number systems.

HEX 0F 59 7F
Decimal 15 89 127
Binary 1111 1011001 1111111
Octal 17 131 177

Shades and tints

Shades of #0F597F

#0F597F
(15,89,127)
#0E5174
(14,81,116)
#0D4969
(13,73,105)
#0C415E
(12,65,94)
#0B3953
(11,57,83)
#0A3148
(10,49,72)
#09293D
(9,41,61)
#082132
(8,33,50)
#071927
(7,25,39)
#06111C
(6,17,28)
#050911
(5,9,17)
#000000
(0,0,0)

Tints of #0F597F

#0F597F
(15,89,127)
#24688A
(36,104,138)
#397795
(57,119,149)
#4E86A0
(78,134,160)
#6395AB
(99,149,171)
#78A4B6
(120,164,182)
#8DB3C1
(141,179,193)
#A2C2CC
(162,194,204)
#B7D1D7
(183,209,215)
#CCE0E2
(204,224,226)
#E1EFED
(225,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F597F color. Also use rgb(15,89,127) instead hex code.

Text Font Color

.myTextColor { color: #0F597F; }

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

This text font color is #0F597F.

Background Color

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

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

This div background color is #0F597F.

Border color

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

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

This div border color is #0F597F.

Opacity

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

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

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

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

This text has shadow with #0F597F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F597F.

Preview

Color preview on black background

This text has color #0F597F on black background.


Color preview on white background

This text has color #0F597F on white background.


Black color preview on #0F597F background

This text has black color on #0F597F background.


White color preview on #0F597F background

This text has white color on #0F597F background.


Related colors

Complementary color

Complementary color for #hex is #F0A680.


I love getcolorcode.com

Triadic colors

1 #7F0F59 and #597F0F with #0F597F are triadic colors.

2 #7F590F and #590F7F with #0F597F are triadic colors.