COLOR #0F232F

HEX: #0F232F
RGB: (15,35,47)

Color info

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

RGB color model

#0F232F color RGB value is (15,35,47).

  • red value is 15;
  • green value is 35;
  • blue value is 47.
RGB:
(15,35,47)
(6%,14%,18%)

RGB channels and saturation

R 15 of 255 = 6%
G 35 of 255 = 14%
B 47 of 255 = 18%

15
35
47

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

Portions of RGB colors in percentages

R + G + B =
15 + 35 + 47 = 97 (100%)
R 15 of 97 ~ 15.46%
G 35 of 97 ~ 36.08%
B 47 of 97 ~ 48.45%

%15.46
%36.08
%48.45

CMYK color model

#0F232F color CMYK value is (68,26,0,82).

  • cyan value is 68.09%
  • magenta value is 25.53%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(68,26,0,82)
C68M26Y0K82 
(68%,26%,0%,82%)
(0.68/0.26/0.00/0.82)	

CMYK percentages

%68.09
%25.53
%0
%81.57

Codes

Color #0F232F in popluar color models

0F232F
RGB153547
HSL203°51.61%12.16%
HSB/HSV203°68.09%18.43%
CMYK68.09%25.53%0.00%
81.57%

Color #0F232F in popluar number systems.

HEX0F232F
Decimal153547
Binary1111100011101111
Octal174357

Shades and tints

Shades of #0F232F

#0F232F
(15,35,47)
#0E202B
(14,32,43)
#0D1D27
(13,29,39)
#0C1A23
(12,26,35)
#0B171F
(11,23,31)
#0A141B
(10,20,27)
#091117
(9,17,23)
#080E13
(8,14,19)
#070B0F
(7,11,15)
#06080B
(6,8,11)
#050507
(5,5,7)
#000000
(0,0,0)

Tints of #0F232F

#0F232F
(15,35,47)
#243741
(36,55,65)
#394B53
(57,75,83)
#4E5F65
(78,95,101)
#637377
(99,115,119)
#788789
(120,135,137)
#8D9B9B
(141,155,155)
#A2AFAD
(162,175,173)
#B7C3BF
(183,195,191)
#CCD7D1
(204,215,209)
#E1EBE3
(225,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F232F color. Also use rgb(15,35,47) instead hex code.

Text Font Color

.myTextColor { color: #0F232F; }

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

This text font color is #0F232F.


Background Color

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

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

This div background color is #0F232F.


Border color

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

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

This div border color is #0F232F.


Opacity

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

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

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

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

This text has shadow with #0F232F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F232F on black background.


Color preview on white background

This text has color #0F232F on white background.



Black color preview on #0F232F background

This text has black color on #0F232F background.


White color preview on #0F232F background

This text has white color on #0F232F background.