COLOR #0F554A

HEX: #0F554A
RGB: (15,85,74)

Color info

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

RGB color model

#0F554A color RGB value is (15,85,74).

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

RGB channels and saturation

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

15
85
74

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

Portions of RGB colors in percentages

R + G + B =
15 + 85 + 74 = 174 (100%)
R 15 of 174 ~ 8.62%
G 85 of 174 ~ 48.85%
B 74 of 174 ~ 42.53%

%48.85
%42.53

CMYK color model

#0F554A color CMYK value is (82,0,13,67).

  • cyan value is 82.35%
  • magenta value is 0.00%
  • yellow value is 12.94%
  • key color value is 66.67%
CMYK:
(82,0,13,67)
C82M0Y13K67 
(82%,0%,13%,67%)
(0.82/0.00/0.13/0.67)	

CMYK percentages

%82.35
%0
%12.94
%66.67

Codes

Color #0F554A in popluar color models

0F554A
RGB158574
HSL171°70.00%19.61%
HSB/HSV171°82.35%33.33%
CMYK82.35%0.00%12.94%
66.67%

Color #0F554A in popluar number systems.

HEX0F554A
Decimal158574
Binary111110101011001010
Octal17125112

Shades and tints

Shades of #0F554A

#0F554A
(15,85,74)
#0E4E44
(14,78,68)
#0D473E
(13,71,62)
#0C4038
(12,64,56)
#0B3932
(11,57,50)
#0A322C
(10,50,44)
#092B26
(9,43,38)
#082420
(8,36,32)
#071D1A
(7,29,26)
#061614
(6,22,20)
#050F0E
(5,15,14)
#000000
(0,0,0)

Tints of #0F554A

#0F554A
(15,85,74)
#24645A
(36,100,90)
#39736A
(57,115,106)
#4E827A
(78,130,122)
#63918A
(99,145,138)
#78A09A
(120,160,154)
#8DAFAA
(141,175,170)
#A2BEBA
(162,190,186)
#B7CDCA
(183,205,202)
#CCDCDA
(204,220,218)
#E1EBEA
(225,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F554A; }

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

This text font color is #0F554A.


Background Color

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

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

This div background color is #0F554A.


Border color

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

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

This div border color is #0F554A.


Opacity

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

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

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

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

This text has shadow with #0F554A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F554A on black background.


Color preview on white background

This text has color #0F554A on white background.



Black color preview on #0F554A background

This text has black color on #0F554A background.


White color preview on #0F554A background

This text has white color on #0F554A background.