COLOR #0F262D

HEX: #0F262D
RGB: (15,38,45)

Color info

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

RGB color model

#0F262D color RGB value is (15,38,45).

  • red value is 15;
  • green value is 38;
  • blue value is 45.
RGB:
(15,38,45)
(6%,15%,18%)

RGB channels and saturation

R 15 of 255 = 6%
G 38 of 255 = 15%
B 45 of 255 = 18%

15
38
45

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

Portions of RGB colors in percentages

R + G + B =
15 + 38 + 45 = 98 (100%)
R 15 of 98 ~ 15.31%
G 38 of 98 ~ 38.78%
B 45 of 98 ~ 45.92%

%15.31
%38.78
%45.92

CMYK color model

#0F262D color CMYK value is (67,16,0,82).

  • cyan value is 66.67%
  • magenta value is 15.56%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK:
(67,16,0,82)
C67M16Y0K82 
(67%,16%,0%,82%)
(0.67/0.16/0.00/0.82)	

CMYK percentages

%66.67
%15.56
%0
%82.35

Codes

Color #0F262D in popluar color models

0F262D
RGB153845
HSL194°50.00%11.76%
HSB/HSV194°66.67%17.65%
CMYK66.67%15.56%0.00%
82.35%

Color #0F262D in popluar number systems.

HEX0F262D
Decimal153845
Binary1111100110101101
Octal174655

Shades and tints

Shades of #0F262D

#0F262D
(15,38,45)
#0E2329
(14,35,41)
#0D2025
(13,32,37)
#0C1D21
(12,29,33)
#0B1A1D
(11,26,29)
#0A1719
(10,23,25)
#091415
(9,20,21)
#081111
(8,17,17)
#070E0D
(7,14,13)
#060B09
(6,11,9)
#050805
(5,8,5)
#000000
(0,0,0)

Tints of #0F262D

#0F262D
(15,38,45)
#243940
(36,57,64)
#394C53
(57,76,83)
#4E5F66
(78,95,102)
#637279
(99,114,121)
#78858C
(120,133,140)
#8D989F
(141,152,159)
#A2ABB2
(162,171,178)
#B7BEC5
(183,190,197)
#CCD1D8
(204,209,216)
#E1E4EB
(225,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F262D; }

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

This text font color is #0F262D.


Background Color

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

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

This div background color is #0F262D.


Border color

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

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

This div border color is #0F262D.


Opacity

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

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

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

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

This text has shadow with #0F262D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F262D on black background.


Color preview on white background

This text has color #0F262D on white background.



Black color preview on #0F262D background

This text has black color on #0F262D background.


White color preview on #0F262D background

This text has white color on #0F262D background.