COLOR #0F2538

HEX: #0F2538
RGB: (15,37,56)

Color info

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

RGB color model

#0F2538 color RGB value is (15,37,56).

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

RGB channels and saturation

R 15 of 255 = 6%
G 37 of 255 = 15%
B 56 of 255 = 22%

15
37
56

R + G + B ~ 14%. #0F2538 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 37 + 56 = 108 (100%)
R 15 of 108 ~ 13.89%
G 37 of 108 ~ 34.26%
B 56 of 108 ~ 51.85%

%13.89
%34.26
%51.85

CMYK color model

#0F2538 color CMYK value is (73,34,0,78).

  • cyan value is 73.21%
  • magenta value is 33.93%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(73,34,0,78)
C73M34Y0K78 
(73%,34%,0%,78%)
(0.73/0.34/0.00/0.78)	

CMYK percentages

%73.21
%33.93
%0
%78.04

Codes

Color #0F2538 in popluar color models

0F2538
RGB153756
HSL208°57.75%13.92%
HSB/HSV208°73.21%21.96%
CMYK73.21%33.93%0.00%
78.04%

Color #0F2538 in popluar number systems.

HEX0F2538
Decimal153756
Binary1111100101111000
Octal174570

Shades and tints

Shades of #0F2538

#0F2538
(15,37,56)
#0E2233
(14,34,51)
#0D1F2E
(13,31,46)
#0C1C29
(12,28,41)
#0B1924
(11,25,36)
#0A161F
(10,22,31)
#09131A
(9,19,26)
#081015
(8,16,21)
#070D10
(7,13,16)
#060A0B
(6,10,11)
#050706
(5,7,6)
#000000
(0,0,0)

Tints of #0F2538

#0F2538
(15,37,56)
#24384A
(36,56,74)
#394B5C
(57,75,92)
#4E5E6E
(78,94,110)
#637180
(99,113,128)
#788492
(120,132,146)
#8D97A4
(141,151,164)
#A2AAB6
(162,170,182)
#B7BDC8
(183,189,200)
#CCD0DA
(204,208,218)
#E1E3EC
(225,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F2538; }

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

This text font color is #0F2538.


Background Color

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

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

This div background color is #0F2538.


Border color

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

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

This div border color is #0F2538.


Opacity

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

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

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

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

This text has shadow with #0F2538 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F2538 on black background.


Color preview on white background

This text has color #0F2538 on white background.



Black color preview on #0F2538 background

This text has black color on #0F2538 background.


White color preview on #0F2538 background

This text has white color on #0F2538 background.