COLOR #0F4758

HEX: #0F4758
RGB: (15,71,88)

Color info

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

RGB color model

#0F4758 color RGB value is (15,71,88).

  • red value is 15;
  • green value is 71;
  • blue value is 88.
RGB:
(15,71,88)
(6%,28%,35%)

RGB channels and saturation

R 15 of 255 = 6%
G 71 of 255 = 28%
B 88 of 255 = 35%

15
71
88

R + G + B ~ 23%. #0F4758 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 71 + 88 = 174 (100%)
R 15 of 174 ~ 8.62%
G 71 of 174 ~ 40.8%
B 88 of 174 ~ 50.57%

%40.8
%50.57

CMYK color model

#0F4758 color CMYK value is (83,19,0,65).

  • cyan value is 82.95%
  • magenta value is 19.32%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(83,19,0,65)
C83M19Y0K65 
(83%,19%,0%,65%)
(0.83/0.19/0.00/0.65)	

CMYK percentages

%82.95
%19.32
%0
%65.49

Codes

Color #0F4758 in popluar color models

0F4758
RGB157188
HSL194°70.87%20.20%
HSB/HSV194°82.95%34.51%
CMYK82.95%19.32%0.00%
65.49%

Color #0F4758 in popluar number systems.

HEX0F4758
Decimal157188
Binary111110001111011000
Octal17107130

Shades and tints

Shades of #0F4758

#0F4758
(15,71,88)
#0E4150
(14,65,80)
#0D3B48
(13,59,72)
#0C3540
(12,53,64)
#0B2F38
(11,47,56)
#0A2930
(10,41,48)
#092328
(9,35,40)
#081D20
(8,29,32)
#071718
(7,23,24)
#061110
(6,17,16)
#050B08
(5,11,8)
#000000
(0,0,0)

Tints of #0F4758

#0F4758
(15,71,88)
#245767
(36,87,103)
#396776
(57,103,118)
#4E7785
(78,119,133)
#638794
(99,135,148)
#7897A3
(120,151,163)
#8DA7B2
(141,167,178)
#A2B7C1
(162,183,193)
#B7C7D0
(183,199,208)
#CCD7DF
(204,215,223)
#E1E7EE
(225,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F4758; }

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

This text font color is #0F4758.


Background Color

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

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

This div background color is #0F4758.


Border color

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

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

This div border color is #0F4758.


Opacity

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

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

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

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

This text has shadow with #0F4758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F4758 on black background.


Color preview on white background

This text has color #0F4758 on white background.



Black color preview on #0F4758 background

This text has black color on #0F4758 background.


White color preview on #0F4758 background

This text has white color on #0F4758 background.