COLOR #0F9476

HEX: #0F9476
RGB: (15,148,118)

Color info

#0F9476 contains mainly green and blue colors. Web safe color of #0F9476 is #009966 (or #096).

RGB color model

#0F9476 color RGB value is (15,148,118).

  • red value is 15;
  • green value is 148;
  • blue value is 118.
RGB:
(15,148,118)
(6%,58%,46%)

RGB channels and saturation

R 15 of 255 = 6%
G 148 of 255 = 58%
B 118 of 255 = 46%

15
148
118

R + G + B ~ 37%. #0F9476 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 148 + 118 = 281 (100%)
R 15 of 281 ~ 5.34%
G 148 of 281 ~ 52.67%
B 118 of 281 ~ 41.99%

%52.67
%41.99

CMYK color model

#0F9476 color CMYK value is (90,0,20,42).

  • cyan value is 89.86%
  • magenta value is 0.00%
  • yellow value is 20.27%
  • key color value is 41.96%
CMYK:
(90,0,20,42)
C90M0Y20K42 
(90%,0%,20%,42%)
(0.90/0.00/0.20/0.42)	

CMYK percentages

%89.86
%0
%20.27
%41.96

Codes

Color #0F9476 in popluar color models

0F9476
RGB15148118
HSL166°81.60%31.96%
HSB/HSV166°89.86%58.04%
CMYK89.86%0.00%20.27%
41.96%

Color #0F9476 in popluar number systems.

HEX0F9476
Decimal15148118
Binary1111100101001110110
Octal17224166

Shades and tints

Shades of #0F9476

#0F9476
(15,148,118)
#0E876C
(14,135,108)
#0D7A62
(13,122,98)
#0C6D58
(12,109,88)
#0B604E
(11,96,78)
#0A5344
(10,83,68)
#09463A
(9,70,58)
#083930
(8,57,48)
#072C26
(7,44,38)
#061F1C
(6,31,28)
#051212
(5,18,18)
#000000
(0,0,0)

Tints of #0F9476

#0F9476
(15,148,118)
#249D82
(36,157,130)
#39A68E
(57,166,142)
#4EAF9A
(78,175,154)
#63B8A6
(99,184,166)
#78C1B2
(120,193,178)
#8DCABE
(141,202,190)
#A2D3CA
(162,211,202)
#B7DCD6
(183,220,214)
#CCE5E2
(204,229,226)
#E1EEEE
(225,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F9476 color. Also use rgb(15,148,118) instead hex code.

Text Font Color

.myTextColor { color: #0F9476; }

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

This text font color is #0F9476.


Background Color

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

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

This div background color is #0F9476.


Border color

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

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

This div border color is #0F9476.


Opacity

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

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

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

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

This text has shadow with #0F9476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F9476 on black background.


Color preview on white background

This text has color #0F9476 on white background.



Black color preview on #0F9476 background

This text has black color on #0F9476 background.


White color preview on #0F9476 background

This text has white color on #0F9476 background.