COLOR #0F473B

HEX: #0F473B RGB: (15,71,59)

Color info

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

RGB color model

#0F473B color RGB value is (15,71,59).

RGB: (15,71,59) (6%, 28%, 23%)

RGB channels and saturation

R 15 of 255 = 6%
G 71 of 255 = 28%
B 59 of 255 = 23%

15
71
59

R + G + B ~ 19%. #0F473B is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 71 + 59 = 145 (100%)
R 15 of 145 ~ 10.34%
G 71 of 145 ~ 48.97%
B 59 of 145 ~ 40.69'%

%48.97
%40.69

CMYK color model

#0F473B color CMYK value is (79,0,17,72).

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

CMYK: (79,0,17,72)
C79M0Y17K72 (79%, 0%, 17%, 72%)
(0.79 / 0.00 / 0.17 / 0.72)

CMYK percentages

%78.87
%0
%16.9
%72.16

Codes

Color #0F473B in popluar color models

0F 47 3B
RGB 15 71 59
HSL 167° 65.12% 16.86%
HSB/HSV 167° 78.87% 27.84%
CMYK 78.87% 0.00% 16.90%
72.16%

Color #0F473B in popluar number systems.

HEX 0F 47 3B
Decimal 15 71 59
Binary 1111 1000111 111011
Octal 17 107 73

Shades and tints

Shades of #0F473B

#0F473B
(15,71,59)
#0E4136
(14,65,54)
#0D3B31
(13,59,49)
#0C352C
(12,53,44)
#0B2F27
(11,47,39)
#0A2922
(10,41,34)
#09231D
(9,35,29)
#081D18
(8,29,24)
#071713
(7,23,19)
#06110E
(6,17,14)
#050B09
(5,11,9)
#000000
(0,0,0)

Tints of #0F473B

#0F473B
(15,71,59)
#24574C
(36,87,76)
#39675D
(57,103,93)
#4E776E
(78,119,110)
#63877F
(99,135,127)
#789790
(120,151,144)
#8DA7A1
(141,167,161)
#A2B7B2
(162,183,178)
#B7C7C3
(183,199,195)
#CCD7D4
(204,215,212)
#E1E7E5
(225,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F473B; }

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

This text font color is #0F473B.

Background Color

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

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

This div background color is #0F473B.

Border color

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

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

This div border color is #0F473B.

Opacity

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

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

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

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

This text has shadow with #0F473B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F473B.

Preview

Color preview on black background

This text has color #0F473B on black background.


Color preview on white background

This text has color #0F473B on white background.


Black color preview on #0F473B background

This text has black color on #0F473B background.


White color preview on #0F473B background

This text has white color on #0F473B background.


Related colors

Complementary color

Complementary color for #hex is #F0B8C4.


I love getcolorcode.com

Triadic colors

1 #3B0F47 and #473B0F with #0F473B are triadic colors.

2 #3B470F and #470F3B with #0F473B are triadic colors.