COLOR #0F2125

HEX: #0F2125
RGB: (15,33,37)

Color info

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

RGB color model

#0F2125 color RGB value is (15,33,37).

  • red value is 15;
  • green value is 33;
  • blue value is 37.
RGB:
(15,33,37)
(6%,13%,15%)

RGB channels and saturation

R 15 of 255 = 6%
G 33 of 255 = 13%
B 37 of 255 = 15%

15
33
37

R + G + B ~ 11%. #0F2125 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 33 + 37 = 85 (100%)
R 15 of 85 ~ 17.65%
G 33 of 85 ~ 38.82%
B 37 of 85 ~ 43.53%

%17.65
%38.82
%43.53

CMYK color model

#0F2125 color CMYK value is (59,11,0,85).

  • cyan value is 59.46%
  • magenta value is 10.81%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(59,11,0,85)
C59M11Y0K85 
(59%,11%,0%,85%)
(0.59/0.11/0.00/0.85)	

CMYK percentages

%59.46
%10.81
%0
%85.49

Codes

Color #0F2125 in popluar color models

0F2125
RGB153337
HSL191°42.31%10.20%
HSB/HSV191°59.46%14.51%
CMYK59.46%10.81%0.00%
85.49%

Color #0F2125 in popluar number systems.

HEX0F2125
Decimal153337
Binary1111100001100101
Octal174145

Shades and tints

Shades of #0F2125

#0F2125
(15,33,37)
#0E1E22
(14,30,34)
#0D1B1F
(13,27,31)
#0C181C
(12,24,28)
#0B1519
(11,21,25)
#0A1216
(10,18,22)
#090F13
(9,15,19)
#080C10
(8,12,16)
#07090D
(7,9,13)
#06060A
(6,6,10)
#050307
(5,3,7)
#000000
(0,0,0)

Tints of #0F2125

#0F2125
(15,33,37)
#243538
(36,53,56)
#39494B
(57,73,75)
#4E5D5E
(78,93,94)
#637171
(99,113,113)
#788584
(120,133,132)
#8D9997
(141,153,151)
#A2ADAA
(162,173,170)
#B7C1BD
(183,193,189)
#CCD5D0
(204,213,208)
#E1E9E3
(225,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F2125 color. Also use rgb(15,33,37) instead hex code.

Text Font Color

.myTextColor { color: #0F2125; }

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

This text font color is #0F2125.


Background Color

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

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

This div background color is #0F2125.


Border color

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

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

This div border color is #0F2125.


Opacity

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

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

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

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

This text has shadow with #0F2125 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F2125 on black background.


Color preview on white background

This text has color #0F2125 on white background.



Black color preview on #0F2125 background

This text has black color on #0F2125 background.


White color preview on #0F2125 background

This text has white color on #0F2125 background.