COLOR #0F434E

HEX: #0F434E RGB: (15,67,78)

Color info

#0F434E contains mainly green and blue colors. Web safe color of #0F434E is #003366 (or #036).

RGB color model

#0F434E color RGB value is (15,67,78).

RGB: (15,67,78) (6%, 26%, 31%)

RGB channels and saturation

R 15 of 255 = 6%
G 67 of 255 = 26%
B 78 of 255 = 31%

15
67
78

R + G + B ~ 21%. #0F434E is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 67 + 78 = 160 (100%)
R 15 of 160 ~ 9.38%
G 67 of 160 ~ 41.88%
B 78 of 160 ~ 48.75'%

%41.88
%48.75

CMYK color model

#0F434E color CMYK value is (81,14,0,69).

  • cyan value is 80.77%
  • magenta value is 14.10%
  • yellow value is 0.00%
  • key color value is 69.41%

CMYK: (81,14,0,69)
C81M14Y0K69 (81%, 14%, 0%, 69%)
(0.81 / 0.14 / 0.00 / 0.69)

CMYK percentages

%80.77
%14.1
%0
%69.41

Codes

Color #0F434E in popluar color models

0F 43 4E
RGB 15 67 78
HSL 190° 67.74% 18.24%
HSB/HSV 190° 80.77% 30.59%
CMYK 80.77% 14.10% 0.00%
69.41%

Color #0F434E in popluar number systems.

HEX 0F 43 4E
Decimal 15 67 78
Binary 1111 1000011 1001110
Octal 17 103 116

Shades and tints

Shades of #0F434E

#0F434E
(15,67,78)
#0E3D47
(14,61,71)
#0D3740
(13,55,64)
#0C3139
(12,49,57)
#0B2B32
(11,43,50)
#0A252B
(10,37,43)
#091F24
(9,31,36)
#08191D
(8,25,29)
#071316
(7,19,22)
#060D0F
(6,13,15)
#050708
(5,7,8)
#000000
(0,0,0)

Tints of #0F434E

#0F434E
(15,67,78)
#24545E
(36,84,94)
#39656E
(57,101,110)
#4E767E
(78,118,126)
#63878E
(99,135,142)
#78989E
(120,152,158)
#8DA9AE
(141,169,174)
#A2BABE
(162,186,190)
#B7CBCE
(183,203,206)
#CCDCDE
(204,220,222)
#E1EDEE
(225,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F434E color. Also use rgb(15,67,78) instead hex code.

Text Font Color

.myTextColor { color: #0F434E; }

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

This text font color is #0F434E.

Background Color

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

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

This div background color is #0F434E.

Border color

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

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

This div border color is #0F434E.

Opacity

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

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

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

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

This text has shadow with #0F434E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F434E.

Preview

Color preview on black background

This text has color #0F434E on black background.


Color preview on white background

This text has color #0F434E on white background.


Black color preview on #0F434E background

This text has black color on #0F434E background.


White color preview on #0F434E background

This text has white color on #0F434E background.


Related colors

Complementary color

Complementary color for #hex is #F0BCB1.


I love getcolorcode.com

Triadic colors

1 #4E0F43 and #434E0F with #0F434E are triadic colors.

2 #4E430F and #430F4E with #0F434E are triadic colors.