COLOR #0F3C07

HEX: #0F3C07
RGB: (15,60,7)

Color info

#0F3C07 contains red, green and blue colors in about the same proportion. Web safe color of #0F3C07 is #003300 (or #030).

RGB color model

#0F3C07 color RGB value is (15,60,7).

  • red value is 15;
  • green value is 60;
  • blue value is 7.
RGB:
(15,60,7)
(6%,24%,3%)

RGB channels and saturation

R 15 of 255 = 6%
G 60 of 255 = 24%
B 7 of 255 = 3%

15
60
7

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

Portions of RGB colors in percentages

R + G + B =
15 + 60 + 7 = 82 (100%)
R 15 of 82 ~ 18.29%
G 60 of 82 ~ 73.17%
B 7 of 82 ~ 8.54%

%18.29
%73.17

CMYK color model

#0F3C07 color CMYK value is (75,0,88,76).

  • cyan value is 75.00%
  • magenta value is 0.00%
  • yellow value is 88.33%
  • key color value is 76.47%
CMYK:
(75,0,88,76)
C75M0Y88K76 
(75%,0%,88%,76%)
(0.75/0.00/0.88/0.76)	

CMYK percentages

%75
%0
%88.33
%76.47

Codes

Color #0F3C07 in popluar color models

0F3C07
RGB15607
HSL111°79.10%13.14%
HSB/HSV111°88.33%23.53%
CMYK75.00%0.00%88.33%
76.47%

Color #0F3C07 in popluar number systems.

HEX0F3C07
Decimal15607
Binary1111111100111
Octal17747

Shades and tints

Shades of #0F3C07

#0F3C07
(15,60,7)
#0E3707
(14,55,7)
#0D3207
(13,50,7)
#0C2D07
(12,45,7)
#0B2807
(11,40,7)
#0A2307
(10,35,7)
#091E07
(9,30,7)
#081907
(8,25,7)
#071407
(7,20,7)
#060F07
(6,15,7)
#050A07
(5,10,7)
#000000
(0,0,0)

Tints of #0F3C07

#0F3C07
(15,60,7)
#244D1D
(36,77,29)
#395E33
(57,94,51)
#4E6F49
(78,111,73)
#63805F
(99,128,95)
#789175
(120,145,117)
#8DA28B
(141,162,139)
#A2B3A1
(162,179,161)
#B7C4B7
(183,196,183)
#CCD5CD
(204,213,205)
#E1E6E3
(225,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F3C07 color. Also use rgb(15,60,7) instead hex code.

Text Font Color

.myTextColor { color: #0F3C07; }

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

This text font color is #0F3C07.


Background Color

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

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

This div background color is #0F3C07.


Border color

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

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

This div border color is #0F3C07.


Opacity

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

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

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

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

This text has shadow with #0F3C07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F3C07 on black background.


Color preview on white background

This text has color #0F3C07 on white background.



Black color preview on #0F3C07 background

This text has black color on #0F3C07 background.


White color preview on #0F3C07 background

This text has white color on #0F3C07 background.