COLOR #0F2025

HEX: #0F2025 RGB: (15,32,37)

Color info

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

RGB color model

#0F2025 color RGB value is (15,32,37).

RGB: (15,32,37) (6%, 13%, 15%)

RGB channels and saturation

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

15
32
37

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

Portions of RGB colors in percentages

R + G + B = 15 + 32 + 37 = 84 (100%)
R 15 of 84 ~ 17.86%
G 32 of 84 ~ 38.1%
B 37 of 84 ~ 44.05'%

%17.86
%38.1
%44.05

CMYK color model

#0F2025 color CMYK value is (59,14,0,85).

  • cyan value is 59.46%
  • magenta value is 13.51%
  • yellow value is 0.00%
  • key color value is 85.49%

CMYK: (59,14,0,85)
C59M14Y0K85 (59%, 14%, 0%, 85%)
(0.59 / 0.14 / 0.00 / 0.85)

CMYK percentages

%59.46
%13.51
%0
%85.49

Codes

Color #0F2025 in popluar color models

0F 20 25
RGB 15 32 37
HSL 194° 42.31% 10.20%
HSB/HSV 194° 59.46% 14.51%
CMYK 59.46% 13.51% 0.00%
85.49%

Color #0F2025 in popluar number systems.

HEX 0F 20 25
Decimal 15 32 37
Binary 1111 100000 100101
Octal 17 40 45

Shades and tints

Shades of #0F2025

#0F2025
(15,32,37)
#0E1E22
(14,30,34)
#0D1C1F
(13,28,31)
#0C1A1C
(12,26,28)
#0B1819
(11,24,25)
#0A1616
(10,22,22)
#091413
(9,20,19)
#081210
(8,18,16)
#07100D
(7,16,13)
#060E0A
(6,14,10)
#050C07
(5,12,7)
#000000
(0,0,0)

Tints of #0F2025

#0F2025
(15,32,37)
#243438
(36,52,56)
#39484B
(57,72,75)
#4E5C5E
(78,92,94)
#637071
(99,112,113)
#788484
(120,132,132)
#8D9897
(141,152,151)
#A2ACAA
(162,172,170)
#B7C0BD
(183,192,189)
#CCD4D0
(204,212,208)
#E1E8E3
(225,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F2025; }

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

This text font color is #0F2025.

Background Color

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

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

This div background color is #0F2025.

Border color

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

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

This div border color is #0F2025.

Opacity

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

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

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

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

This text has shadow with #0F2025 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F2025.

Preview

Color preview on black background

This text has color #0F2025 on black background.


Color preview on white background

This text has color #0F2025 on white background.


Black color preview on #0F2025 background

This text has black color on #0F2025 background.


White color preview on #0F2025 background

This text has white color on #0F2025 background.


Related colors

Complementary color

Complementary color for #hex is #F0DFDA.


I love getcolorcode.com

Triadic colors

1 #250F20 and #20250F with #0F2025 are triadic colors.

2 #25200F and #200F25 with #0F2025 are triadic colors.