COLOR #0F3039

HEX: #0F3039
RGB: (15,48,57)

Color info

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

RGB color model

#0F3039 color RGB value is (15,48,57).

  • red value is 15;
  • green value is 48;
  • blue value is 57.
RGB:
(15,48,57)
(6%,19%,22%)

RGB channels and saturation

R 15 of 255 = 6%
G 48 of 255 = 19%
B 57 of 255 = 22%

15
48
57

R + G + B ~ 16%. #0F3039 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 48 + 57 = 120 (100%)
R 15 of 120 ~ 12.5%
G 48 of 120 ~ 40%
B 57 of 120 ~ 47.5%

%12.5
%40
%47.5

CMYK color model

#0F3039 color CMYK value is (74,16,0,78).

  • cyan value is 73.68%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(74,16,0,78)
C74M16Y0K78 
(74%,16%,0%,78%)
(0.74/0.16/0.00/0.78)	

CMYK percentages

%73.68
%15.79
%0
%77.65

Codes

Color #0F3039 in popluar color models

0F3039
RGB154857
HSL193°58.33%14.12%
HSB/HSV193°73.68%22.35%
CMYK73.68%15.79%0.00%
77.65%

Color #0F3039 in popluar number systems.

HEX0F3039
Decimal154857
Binary1111110000111001
Octal176071

Shades and tints

Shades of #0F3039

#0F3039
(15,48,57)
#0E2C34
(14,44,52)
#0D282F
(13,40,47)
#0C242A
(12,36,42)
#0B2025
(11,32,37)
#0A1C20
(10,28,32)
#09181B
(9,24,27)
#081416
(8,20,22)
#071011
(7,16,17)
#060C0C
(6,12,12)
#050807
(5,8,7)
#000000
(0,0,0)

Tints of #0F3039

#0F3039
(15,48,57)
#24424B
(36,66,75)
#39545D
(57,84,93)
#4E666F
(78,102,111)
#637881
(99,120,129)
#788A93
(120,138,147)
#8D9CA5
(141,156,165)
#A2AEB7
(162,174,183)
#B7C0C9
(183,192,201)
#CCD2DB
(204,210,219)
#E1E4ED
(225,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F3039 color. Also use rgb(15,48,57) instead hex code.

Text Font Color

.myTextColor { color: #0F3039; }

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

This text font color is #0F3039.


Background Color

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

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

This div background color is #0F3039.


Border color

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

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

This div border color is #0F3039.


Opacity

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

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

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

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

This text has shadow with #0F3039 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F3039 on black background.


Color preview on white background

This text has color #0F3039 on white background.



Black color preview on #0F3039 background

This text has black color on #0F3039 background.


White color preview on #0F3039 background

This text has white color on #0F3039 background.