COLOR #0F312D

HEX: #0F312D RGB: (15,49,45)

Color info

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

RGB color model

#0F312D color RGB value is (15,49,45).

RGB: (15,49,45) (6%, 19%, 18%)

RGB channels and saturation

R 15 of 255 = 6%
G 49 of 255 = 19%
B 45 of 255 = 18%

15
49
45

R + G + B ~ 14%. #0F312D is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 49 + 45 = 109 (100%)
R 15 of 109 ~ 13.76%
G 49 of 109 ~ 44.95%
B 45 of 109 ~ 41.28'%

%13.76
%44.95
%41.28

CMYK color model

#0F312D color CMYK value is (69,0,8,81).

  • cyan value is 69.39%
  • magenta value is 0.00%
  • yellow value is 8.16%
  • key color value is 80.78%

CMYK: (69,0,8,81)
C69M0Y8K81 (69%, 0%, 8%, 81%)
(0.69 / 0.00 / 0.08 / 0.81)

CMYK percentages

%69.39
%0
%8.16
%80.78

Codes

Color #0F312D in popluar color models

0F 31 2D
RGB 15 49 45
HSL 173° 53.13% 12.55%
HSB/HSV 173° 69.39% 19.22%
CMYK 69.39% 0.00% 8.16%
80.78%

Color #0F312D in popluar number systems.

HEX 0F 31 2D
Decimal 15 49 45
Binary 1111 110001 101101
Octal 17 61 55

Shades and tints

Shades of #0F312D

#0F312D
(15,49,45)
#0E2D29
(14,45,41)
#0D2925
(13,41,37)
#0C2521
(12,37,33)
#0B211D
(11,33,29)
#0A1D19
(10,29,25)
#091915
(9,25,21)
#081511
(8,21,17)
#07110D
(7,17,13)
#060D09
(6,13,9)
#050905
(5,9,5)
#000000
(0,0,0)

Tints of #0F312D

#0F312D
(15,49,45)
#244340
(36,67,64)
#395553
(57,85,83)
#4E6766
(78,103,102)
#637979
(99,121,121)
#788B8C
(120,139,140)
#8D9D9F
(141,157,159)
#A2AFB2
(162,175,178)
#B7C1C5
(183,193,197)
#CCD3D8
(204,211,216)
#E1E5EB
(225,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F312D color. Also use rgb(15,49,45) instead hex code.

Text Font Color

.myTextColor { color: #0F312D; }

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

This text font color is #0F312D.

Background Color

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

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

This div background color is #0F312D.

Border color

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

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

This div border color is #0F312D.

Opacity

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

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

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

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

This text has shadow with #0F312D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F312D.

Preview

Color preview on black background

This text has color #0F312D on black background.


Color preview on white background

This text has color #0F312D on white background.


Black color preview on #0F312D background

This text has black color on #0F312D background.


White color preview on #0F312D background

This text has white color on #0F312D background.


Related colors

Complementary color

Complementary color for #hex is #F0CED2.


I love getcolorcode.com

Triadic colors

1 #2D0F31 and #312D0F with #0F312D are triadic colors.

2 #2D310F and #310F2D with #0F312D are triadic colors.