COLOR #0F745A

HEX: #0F745A
RGB: (15,116,90)

Color info

#0F745A contains mainly green and blue colors. Web safe color of #0F745A is #006666 (or #066).

RGB color model

#0F745A color RGB value is (15,116,90).

  • red value is 15;
  • green value is 116;
  • blue value is 90.
RGB:
(15,116,90)
(6%,45%,35%)

RGB channels and saturation

R 15 of 255 = 6%
G 116 of 255 = 45%
B 90 of 255 = 35%

15
116
90

R + G + B ~ 29%. #0F745A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 116 + 90 = 221 (100%)
R 15 of 221 ~ 6.79%
G 116 of 221 ~ 52.49%
B 90 of 221 ~ 40.72%

%52.49
%40.72

CMYK color model

#0F745A color CMYK value is (87,0,22,55).

  • cyan value is 87.07%
  • magenta value is 0.00%
  • yellow value is 22.41%
  • key color value is 54.51%
CMYK:
(87,0,22,55)
C87M0Y22K55 
(87%,0%,22%,55%)
(0.87/0.00/0.22/0.55)	

CMYK percentages

%87.07
%0
%22.41
%54.51

Codes

Color #0F745A in popluar color models

0F745A
RGB1511690
HSL165°77.10%25.69%
HSB/HSV165°87.07%45.49%
CMYK87.07%0.00%22.41%
54.51%

Color #0F745A in popluar number systems.

HEX0F745A
Decimal1511690
Binary111111101001011010
Octal17164132

Shades and tints

Shades of #0F745A

#0F745A
(15,116,90)
#0E6A52
(14,106,82)
#0D604A
(13,96,74)
#0C5642
(12,86,66)
#0B4C3A
(11,76,58)
#0A4232
(10,66,50)
#09382A
(9,56,42)
#082E22
(8,46,34)
#07241A
(7,36,26)
#061A12
(6,26,18)
#05100A
(5,16,10)
#000000
(0,0,0)

Tints of #0F745A

#0F745A
(15,116,90)
#248069
(36,128,105)
#398C78
(57,140,120)
#4E9887
(78,152,135)
#63A496
(99,164,150)
#78B0A5
(120,176,165)
#8DBCB4
(141,188,180)
#A2C8C3
(162,200,195)
#B7D4D2
(183,212,210)
#CCE0E1
(204,224,225)
#E1ECF0
(225,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F745A color. Also use rgb(15,116,90) instead hex code.

Text Font Color

.myTextColor { color: #0F745A; }

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

This text font color is #0F745A.


Background Color

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

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

This div background color is #0F745A.


Border color

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

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

This div border color is #0F745A.


Opacity

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

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

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

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

This text has shadow with #0F745A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F745A on black background.


Color preview on white background

This text has color #0F745A on white background.



Black color preview on #0F745A background

This text has black color on #0F745A background.


White color preview on #0F745A background

This text has white color on #0F745A background.