COLOR #0F5859

HEX: #0F5859 RGB: (15,88,89)

Color info

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

RGB color model

#0F5859 color RGB value is (15,88,89).

RGB: (15,88,89) (6%, 35%, 35%)

RGB channels and saturation

R 15 of 255 = 6%
G 88 of 255 = 35%
B 89 of 255 = 35%

15
88
89

R + G + B ~ 25%. #0F5859 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 88 + 89 = 192 (100%)
R 15 of 192 ~ 7.81%
G 88 of 192 ~ 45.83%
B 89 of 192 ~ 46.35'%

%45.83
%46.35

CMYK color model

#0F5859 color CMYK value is (83,1,0,65).

  • cyan value is 83.15%
  • magenta value is 1.12%
  • yellow value is 0.00%
  • key color value is 65.10%

CMYK: (83,1,0,65)
C83M1Y0K65 (83%, 1%, 0%, 65%)
(0.83 / 0.01 / 0.00 / 0.65)

CMYK percentages

%83.15
%1.12
%0
%65.1

Codes

Color #0F5859 in popluar color models

0F 58 59
RGB 15 88 89
HSL 181° 71.15% 20.39%
HSB/HSV 181° 83.15% 34.90%
CMYK 83.15% 1.12% 0.00%
65.10%

Color #0F5859 in popluar number systems.

HEX 0F 58 59
Decimal 15 88 89
Binary 1111 1011000 1011001
Octal 17 130 131

Shades and tints

Shades of #0F5859

#0F5859
(15,88,89)
#0E5051
(14,80,81)
#0D4849
(13,72,73)
#0C4041
(12,64,65)
#0B3839
(11,56,57)
#0A3031
(10,48,49)
#092829
(9,40,41)
#082021
(8,32,33)
#071819
(7,24,25)
#061011
(6,16,17)
#050809
(5,8,9)
#000000
(0,0,0)

Tints of #0F5859

#0F5859
(15,88,89)
#246768
(36,103,104)
#397677
(57,118,119)
#4E8586
(78,133,134)
#639495
(99,148,149)
#78A3A4
(120,163,164)
#8DB2B3
(141,178,179)
#A2C1C2
(162,193,194)
#B7D0D1
(183,208,209)
#CCDFE0
(204,223,224)
#E1EEEF
(225,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F5859; }

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

This text font color is #0F5859.

Background Color

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

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

This div background color is #0F5859.

Border color

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

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

This div border color is #0F5859.

Opacity

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

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

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

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

This text has shadow with #0F5859 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F5859.

Preview

Color preview on black background

This text has color #0F5859 on black background.


Color preview on white background

This text has color #0F5859 on white background.


Black color preview on #0F5859 background

This text has black color on #0F5859 background.


White color preview on #0F5859 background

This text has white color on #0F5859 background.


Related colors

Complementary color

Complementary color for #hex is #F0A7A6.


I love getcolorcode.com

Triadic colors

1 #590F58 and #58590F with #0F5859 are triadic colors.

2 #59580F and #580F59 with #0F5859 are triadic colors.