COLOR #0F2731

HEX: #0F2731
RGB: (15,39,49)

Color info

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

RGB color model

#0F2731 color RGB value is (15,39,49).

  • red value is 15;
  • green value is 39;
  • blue value is 49.
RGB:
(15,39,49)
(6%,15%,19%)

RGB channels and saturation

R 15 of 255 = 6%
G 39 of 255 = 15%
B 49 of 255 = 19%

15
39
49

R + G + B ~ 13%. #0F2731 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 39 + 49 = 103 (100%)
R 15 of 103 ~ 14.56%
G 39 of 103 ~ 37.86%
B 49 of 103 ~ 47.57%

%14.56
%37.86
%47.57

CMYK color model

#0F2731 color CMYK value is (69,20,0,81).

  • cyan value is 69.39%
  • magenta value is 20.41%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(69,20,0,81)
C69M20Y0K81 
(69%,20%,0%,81%)
(0.69/0.20/0.00/0.81)	

CMYK percentages

%69.39
%20.41
%0
%80.78

Codes

Color #0F2731 in popluar color models

0F2731
RGB153949
HSL198°53.13%12.55%
HSB/HSV198°69.39%19.22%
CMYK69.39%20.41%0.00%
80.78%

Color #0F2731 in popluar number systems.

HEX0F2731
Decimal153949
Binary1111100111110001
Octal174761

Shades and tints

Shades of #0F2731

#0F2731
(15,39,49)
#0E242D
(14,36,45)
#0D2129
(13,33,41)
#0C1E25
(12,30,37)
#0B1B21
(11,27,33)
#0A181D
(10,24,29)
#091519
(9,21,25)
#081215
(8,18,21)
#070F11
(7,15,17)
#060C0D
(6,12,13)
#050909
(5,9,9)
#000000
(0,0,0)

Tints of #0F2731

#0F2731
(15,39,49)
#243A43
(36,58,67)
#394D55
(57,77,85)
#4E6067
(78,96,103)
#637379
(99,115,121)
#78868B
(120,134,139)
#8D999D
(141,153,157)
#A2ACAF
(162,172,175)
#B7BFC1
(183,191,193)
#CCD2D3
(204,210,211)
#E1E5E5
(225,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F2731; }

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

This text font color is #0F2731.


Background Color

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

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

This div background color is #0F2731.


Border color

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

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

This div border color is #0F2731.


Opacity

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

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

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

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

This text has shadow with #0F2731 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F2731 on black background.


Color preview on white background

This text has color #0F2731 on white background.



Black color preview on #0F2731 background

This text has black color on #0F2731 background.


White color preview on #0F2731 background

This text has white color on #0F2731 background.