COLOR #0F301E

HEX: #0F301E
RGB: (15,48,30)

Color info

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

RGB color model

#0F301E color RGB value is (15,48,30).

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

RGB channels and saturation

R 15 of 255 = 6%
G 48 of 255 = 19%
B 30 of 255 = 12%

15
48
30

R + G + B ~ 12%. #0F301E is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 48 + 30 = 93 (100%)
R 15 of 93 ~ 16.13%
G 48 of 93 ~ 51.61%
B 30 of 93 ~ 32.26%

%16.13
%51.61
%32.26

CMYK color model

#0F301E color CMYK value is (69,0,38,81).

  • cyan value is 68.75%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 81.18%
CMYK:
(69,0,38,81)
C69M0Y38K81 
(69%,0%,38%,81%)
(0.69/0.00/0.38/0.81)	

CMYK percentages

%68.75
%0
%37.5
%81.18

Codes

Color #0F301E in popluar color models

0F301E
RGB154830
HSL147°52.38%12.35%
HSB/HSV147°68.75%18.82%
CMYK68.75%0.00%37.50%
81.18%

Color #0F301E in popluar number systems.

HEX0F301E
Decimal154830
Binary111111000011110
Octal176036

Shades and tints

Shades of #0F301E

#0F301E
(15,48,30)
#0E2C1C
(14,44,28)
#0D281A
(13,40,26)
#0C2418
(12,36,24)
#0B2016
(11,32,22)
#0A1C14
(10,28,20)
#091812
(9,24,18)
#081410
(8,20,16)
#07100E
(7,16,14)
#060C0C
(6,12,12)
#05080A
(5,8,10)
#000000
(0,0,0)

Tints of #0F301E

#0F301E
(15,48,30)
#244232
(36,66,50)
#395446
(57,84,70)
#4E665A
(78,102,90)
#63786E
(99,120,110)
#788A82
(120,138,130)
#8D9C96
(141,156,150)
#A2AEAA
(162,174,170)
#B7C0BE
(183,192,190)
#CCD2D2
(204,210,210)
#E1E4E6
(225,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F301E; }

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

This text font color is #0F301E.


Background Color

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

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

This div background color is #0F301E.


Border color

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

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

This div border color is #0F301E.


Opacity

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

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

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

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

This text has shadow with #0F301E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F301E on black background.


Color preview on white background

This text has color #0F301E on white background.



Black color preview on #0F301E background

This text has black color on #0F301E background.


White color preview on #0F301E background

This text has white color on #0F301E background.