COLOR #0F5048

HEX: #0F5048
RGB: (15,80,72)

Color info

#0F5048 contains mainly green and blue colors. Web safe color of #0F5048 is #006633 (or #063).

RGB color model

#0F5048 color RGB value is (15,80,72).

  • red value is 15;
  • green value is 80;
  • blue value is 72.
RGB:
(15,80,72)
(6%,31%,28%)

RGB channels and saturation

R 15 of 255 = 6%
G 80 of 255 = 31%
B 72 of 255 = 28%

15
80
72

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

Portions of RGB colors in percentages

R + G + B =
15 + 80 + 72 = 167 (100%)
R 15 of 167 ~ 8.98%
G 80 of 167 ~ 47.9%
B 72 of 167 ~ 43.11%

%47.9
%43.11

CMYK color model

#0F5048 color CMYK value is (81,0,10,69).

  • cyan value is 81.25%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 68.63%
CMYK:
(81,0,10,69)
C81M0Y10K69 
(81%,0%,10%,69%)
(0.81/0.00/0.10/0.69)	

CMYK percentages

%81.25
%0
%10
%68.63

Codes

Color #0F5048 in popluar color models

0F5048
RGB158072
HSL173°68.42%18.63%
HSB/HSV173°81.25%31.37%
CMYK81.25%0.00%10.00%
68.63%

Color #0F5048 in popluar number systems.

HEX0F5048
Decimal158072
Binary111110100001001000
Octal17120110

Shades and tints

Shades of #0F5048

#0F5048
(15,80,72)
#0E4942
(14,73,66)
#0D423C
(13,66,60)
#0C3B36
(12,59,54)
#0B3430
(11,52,48)
#0A2D2A
(10,45,42)
#092624
(9,38,36)
#081F1E
(8,31,30)
#071818
(7,24,24)
#061112
(6,17,18)
#050A0C
(5,10,12)
#000000
(0,0,0)

Tints of #0F5048

#0F5048
(15,80,72)
#245F58
(36,95,88)
#396E68
(57,110,104)
#4E7D78
(78,125,120)
#638C88
(99,140,136)
#789B98
(120,155,152)
#8DAAA8
(141,170,168)
#A2B9B8
(162,185,184)
#B7C8C8
(183,200,200)
#CCD7D8
(204,215,216)
#E1E6E8
(225,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F5048 color. Also use rgb(15,80,72) instead hex code.

Text Font Color

.myTextColor { color: #0F5048; }

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

This text font color is #0F5048.


Background Color

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

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

This div background color is #0F5048.


Border color

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

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

This div border color is #0F5048.


Opacity

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

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

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

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

This text has shadow with #0F5048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F5048 on black background.


Color preview on white background

This text has color #0F5048 on white background.



Black color preview on #0F5048 background

This text has black color on #0F5048 background.


White color preview on #0F5048 background

This text has white color on #0F5048 background.