COLOR #0F472C

HEX: #0F472C RGB: (15,71,44)

Color info

#0F472C contains red, green and blue colors in about the same proportion. Web safe color of #0F472C is #003333 (or #033).

RGB color model

#0F472C color RGB value is (15,71,44).

RGB: (15,71,44) (6%, 28%, 17%)

RGB channels and saturation

R 15 of 255 = 6%
G 71 of 255 = 28%
B 44 of 255 = 17%

15
71
44

R + G + B ~ 17%. #0F472C is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 71 + 44 = 130 (100%)
R 15 of 130 ~ 11.54%
G 71 of 130 ~ 54.62%
B 44 of 130 ~ 33.85'%

%11.54
%54.62
%33.85

CMYK color model

#0F472C color CMYK value is (79,0,38,72).

  • cyan value is 78.87%
  • magenta value is 0.00%
  • yellow value is 38.03%
  • key color value is 72.16%

CMYK: (79,0,38,72)
C79M0Y38K72 (79%, 0%, 38%, 72%)
(0.79 / 0.00 / 0.38 / 0.72)

CMYK percentages

%78.87
%0
%38.03
%72.16

Codes

Color #0F472C in popluar color models

0F 47 2C
RGB 15 71 44
HSL 151° 65.12% 16.86%
HSB/HSV 151° 78.87% 27.84%
CMYK 78.87% 0.00% 38.03%
72.16%

Color #0F472C in popluar number systems.

HEX 0F 47 2C
Decimal 15 71 44
Binary 1111 1000111 101100
Octal 17 107 54

Shades and tints

Shades of #0F472C

#0F472C
(15,71,44)
#0E4128
(14,65,40)
#0D3B24
(13,59,36)
#0C3520
(12,53,32)
#0B2F1C
(11,47,28)
#0A2918
(10,41,24)
#092314
(9,35,20)
#081D10
(8,29,16)
#07170C
(7,23,12)
#061108
(6,17,8)
#050B04
(5,11,4)
#000000
(0,0,0)

Tints of #0F472C

#0F472C
(15,71,44)
#24573F
(36,87,63)
#396752
(57,103,82)
#4E7765
(78,119,101)
#638778
(99,135,120)
#78978B
(120,151,139)
#8DA79E
(141,167,158)
#A2B7B1
(162,183,177)
#B7C7C4
(183,199,196)
#CCD7D7
(204,215,215)
#E1E7EA
(225,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F472C color. Also use rgb(15,71,44) instead hex code.

Text Font Color

.myTextColor { color: #0F472C; }

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

This text font color is #0F472C.

Background Color

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

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

This div background color is #0F472C.

Border color

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

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

This div border color is #0F472C.

Opacity

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

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

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

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

This text has shadow with #0F472C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F472C.

Preview

Color preview on black background

This text has color #0F472C on black background.


Color preview on white background

This text has color #0F472C on white background.


Black color preview on #0F472C background

This text has black color on #0F472C background.


White color preview on #0F472C background

This text has white color on #0F472C background.


Related colors

Complementary color

Complementary color for #hex is #F0B8D3.


I love getcolorcode.com

Triadic colors

1 #2C0F47 and #472C0F with #0F472C are triadic colors.

2 #2C470F and #470F2C with #0F472C are triadic colors.