COLOR #0F5258

HEX: #0F5258 RGB: (15,82,88)

Color info

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

RGB color model

#0F5258 color RGB value is (15,82,88).

RGB: (15,82,88) (6%, 32%, 35%)

RGB channels and saturation

R 15 of 255 = 6%
G 82 of 255 = 32%
B 88 of 255 = 35%

15
82
88

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

Portions of RGB colors in percentages

R + G + B = 15 + 82 + 88 = 185 (100%)
R 15 of 185 ~ 8.11%
G 82 of 185 ~ 44.32%
B 88 of 185 ~ 47.57'%

%44.32
%47.57

CMYK color model

#0F5258 color CMYK value is (83,7,0,65).

  • cyan value is 82.95%
  • magenta value is 6.82%
  • yellow value is 0.00%
  • key color value is 65.49%

CMYK: (83,7,0,65)
C83M7Y0K65 (83%, 7%, 0%, 65%)
(0.83 / 0.07 / 0.00 / 0.65)

CMYK percentages

%82.95
%6.82
%0
%65.49

Codes

Color #0F5258 in popluar color models

0F 52 58
RGB 15 82 88
HSL 185° 70.87% 20.20%
HSB/HSV 185° 82.95% 34.51%
CMYK 82.95% 6.82% 0.00%
65.49%

Color #0F5258 in popluar number systems.

HEX 0F 52 58
Decimal 15 82 88
Binary 1111 1010010 1011000
Octal 17 122 130

Shades and tints

Shades of #0F5258

#0F5258
(15,82,88)
#0E4B50
(14,75,80)
#0D4448
(13,68,72)
#0C3D40
(12,61,64)
#0B3638
(11,54,56)
#0A2F30
(10,47,48)
#092828
(9,40,40)
#082120
(8,33,32)
#071A18
(7,26,24)
#061310
(6,19,16)
#050C08
(5,12,8)
#000000
(0,0,0)

Tints of #0F5258

#0F5258
(15,82,88)
#246167
(36,97,103)
#397076
(57,112,118)
#4E7F85
(78,127,133)
#638E94
(99,142,148)
#789DA3
(120,157,163)
#8DACB2
(141,172,178)
#A2BBC1
(162,187,193)
#B7CAD0
(183,202,208)
#CCD9DF
(204,217,223)
#E1E8EE
(225,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F5258; }

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

This text font color is #0F5258.

Background Color

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

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

This div background color is #0F5258.

Border color

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

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

This div border color is #0F5258.

Opacity

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

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

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

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

This text has shadow with #0F5258 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F5258.

Preview

Color preview on black background

This text has color #0F5258 on black background.


Color preview on white background

This text has color #0F5258 on white background.


Black color preview on #0F5258 background

This text has black color on #0F5258 background.


White color preview on #0F5258 background

This text has white color on #0F5258 background.


Related colors

Complementary color

Complementary color for #hex is #F0ADA7.


I love getcolorcode.com

Triadic colors

1 #580F52 and #52580F with #0F5258 are triadic colors.

2 #58520F and #520F58 with #0F5258 are triadic colors.