COLOR #0F4755

HEX: #0F4755
RGB: (15,71,85)

Color info

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

RGB color model

#0F4755 color RGB value is (15,71,85).

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

RGB channels and saturation

R 15 of 255 = 6%
G 71 of 255 = 28%
B 85 of 255 = 33%

15
71
85

R + G + B ~ 22%. #0F4755 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 71 + 85 = 171 (100%)
R 15 of 171 ~ 8.77%
G 71 of 171 ~ 41.52%
B 85 of 171 ~ 49.71%

%41.52
%49.71

CMYK color model

#0F4755 color CMYK value is (82,16,0,67).

  • cyan value is 82.35%
  • magenta value is 16.47%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(82,16,0,67)
C82M16Y0K67 
(82%,16%,0%,67%)
(0.82/0.16/0.00/0.67)	

CMYK percentages

%82.35
%16.47
%0
%66.67

Codes

Color #0F4755 in popluar color models

0F4755
RGB157185
HSL192°70.00%19.61%
HSB/HSV192°82.35%33.33%
CMYK82.35%16.47%0.00%
66.67%

Color #0F4755 in popluar number systems.

HEX0F4755
Decimal157185
Binary111110001111010101
Octal17107125

Shades and tints

Shades of #0F4755

#0F4755
(15,71,85)
#0E414E
(14,65,78)
#0D3B47
(13,59,71)
#0C3540
(12,53,64)
#0B2F39
(11,47,57)
#0A2932
(10,41,50)
#09232B
(9,35,43)
#081D24
(8,29,36)
#07171D
(7,23,29)
#061116
(6,17,22)
#050B0F
(5,11,15)
#000000
(0,0,0)

Tints of #0F4755

#0F4755
(15,71,85)
#245764
(36,87,100)
#396773
(57,103,115)
#4E7782
(78,119,130)
#638791
(99,135,145)
#7897A0
(120,151,160)
#8DA7AF
(141,167,175)
#A2B7BE
(162,183,190)
#B7C7CD
(183,199,205)
#CCD7DC
(204,215,220)
#E1E7EB
(225,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F4755; }

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

This text font color is #0F4755.


Background Color

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

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

This div background color is #0F4755.


Border color

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

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

This div border color is #0F4755.


Opacity

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

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

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

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

This text has shadow with #0F4755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F4755 on black background.


Color preview on white background

This text has color #0F4755 on white background.



Black color preview on #0F4755 background

This text has black color on #0F4755 background.


White color preview on #0F4755 background

This text has white color on #0F4755 background.