COLOR #0F5549

HEX: #0F5549
RGB: (15,85,73)

Color info

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

RGB color model

#0F5549 color RGB value is (15,85,73).

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

RGB channels and saturation

R 15 of 255 = 6%
G 85 of 255 = 33%
B 73 of 255 = 29%

15
85
73

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

Portions of RGB colors in percentages

R + G + B =
15 + 85 + 73 = 173 (100%)
R 15 of 173 ~ 8.67%
G 85 of 173 ~ 49.13%
B 73 of 173 ~ 42.2%

%49.13
%42.2

CMYK color model

#0F5549 color CMYK value is (82,0,14,67).

  • cyan value is 82.35%
  • magenta value is 0.00%
  • yellow value is 14.12%
  • key color value is 66.67%
CMYK:
(82,0,14,67)
C82M0Y14K67 
(82%,0%,14%,67%)
(0.82/0.00/0.14/0.67)	

CMYK percentages

%82.35
%0
%14.12
%66.67

Codes

Color #0F5549 in popluar color models

0F5549
RGB158573
HSL170°70.00%19.61%
HSB/HSV170°82.35%33.33%
CMYK82.35%0.00%14.12%
66.67%

Color #0F5549 in popluar number systems.

HEX0F5549
Decimal158573
Binary111110101011001001
Octal17125111

Shades and tints

Shades of #0F5549

#0F5549
(15,85,73)
#0E4E43
(14,78,67)
#0D473D
(13,71,61)
#0C4037
(12,64,55)
#0B3931
(11,57,49)
#0A322B
(10,50,43)
#092B25
(9,43,37)
#08241F
(8,36,31)
#071D19
(7,29,25)
#061613
(6,22,19)
#050F0D
(5,15,13)
#000000
(0,0,0)

Tints of #0F5549

#0F5549
(15,85,73)
#246459
(36,100,89)
#397369
(57,115,105)
#4E8279
(78,130,121)
#639189
(99,145,137)
#78A099
(120,160,153)
#8DAFA9
(141,175,169)
#A2BEB9
(162,190,185)
#B7CDC9
(183,205,201)
#CCDCD9
(204,220,217)
#E1EBE9
(225,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F5549; }

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

This text font color is #0F5549.


Background Color

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

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

This div background color is #0F5549.


Border color

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

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

This div border color is #0F5549.


Opacity

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

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

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

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

This text has shadow with #0F5549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F5549 on black background.


Color preview on white background

This text has color #0F5549 on white background.



Black color preview on #0F5549 background

This text has black color on #0F5549 background.


White color preview on #0F5549 background

This text has white color on #0F5549 background.