COLOR #0F746A

HEX: #0F746A RGB: (15,116,106)

Color info

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

RGB color model

#0F746A color RGB value is (15,116,106).

RGB: (15,116,106) (6%, 45%, 42%)

RGB channels and saturation

R 15 of 255 = 6%
G 116 of 255 = 45%
B 106 of 255 = 42%

15
116
106

R + G + B ~ 31%. #0F746A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 116 + 106 = 237 (100%)
R 15 of 237 ~ 6.33%
G 116 of 237 ~ 48.95%
B 106 of 237 ~ 44.73'%

%48.95
%44.73

CMYK color model

#0F746A color CMYK value is (87,0,9,55).

  • cyan value is 87.07%
  • magenta value is 0.00%
  • yellow value is 8.62%
  • key color value is 54.51%

CMYK: (87,0,9,55)
C87M0Y9K55 (87%, 0%, 9%, 55%)
(0.87 / 0.00 / 0.09 / 0.55)

CMYK percentages

%87.07
%0
%8.62
%54.51

Codes

Color #0F746A in popluar color models

0F 74 6A
RGB 15 116 106
HSL 174° 77.10% 25.69%
HSB/HSV 174° 87.07% 45.49%
CMYK 87.07% 0.00% 8.62%
54.51%

Color #0F746A in popluar number systems.

HEX 0F 74 6A
Decimal 15 116 106
Binary 1111 1110100 1101010
Octal 17 164 152

Shades and tints

Shades of #0F746A

#0F746A
(15,116,106)
#0E6A61
(14,106,97)
#0D6058
(13,96,88)
#0C564F
(12,86,79)
#0B4C46
(11,76,70)
#0A423D
(10,66,61)
#093834
(9,56,52)
#082E2B
(8,46,43)
#072422
(7,36,34)
#061A19
(6,26,25)
#051010
(5,16,16)
#000000
(0,0,0)

Tints of #0F746A

#0F746A
(15,116,106)
#248077
(36,128,119)
#398C84
(57,140,132)
#4E9891
(78,152,145)
#63A49E
(99,164,158)
#78B0AB
(120,176,171)
#8DBCB8
(141,188,184)
#A2C8C5
(162,200,197)
#B7D4D2
(183,212,210)
#CCE0DF
(204,224,223)
#E1ECEC
(225,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F746A; }

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

This text font color is #0F746A.

Background Color

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

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

This div background color is #0F746A.

Border color

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

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

This div border color is #0F746A.

Opacity

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

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

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

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

This text has shadow with #0F746A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F746A.

Preview

Color preview on black background

This text has color #0F746A on black background.


Color preview on white background

This text has color #0F746A on white background.


Black color preview on #0F746A background

This text has black color on #0F746A background.


White color preview on #0F746A background

This text has white color on #0F746A background.


Related colors

Complementary color

Complementary color for #hex is #F08B95.


I love getcolorcode.com

Triadic colors

1 #6A0F74 and #746A0F with #0F746A are triadic colors.

2 #6A740F and #740F6A with #0F746A are triadic colors.