COLOR #0F300F

HEX: #0F300F
RGB: (15,48,15)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

15
48
15

R + G + B ~ 10%. #0F300F is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 48 + 15 = 78 (100%)
R 15 of 78 ~ 19.23%
G 48 of 78 ~ 61.54%
B 15 of 78 ~ 19.23%

%19.23
%61.54
%19.23

CMYK color model

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

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

CMYK percentages

%68.75
%0
%68.75
%81.18

Codes

Color #0F300F in popluar color models

0F300F
RGB154815
HSL120°52.38%12.35%
HSB/HSV120°68.75%18.82%
CMYK68.75%0.00%68.75%
81.18%

Color #0F300F in popluar number systems.

HEX0F300F
Decimal154815
Binary11111100001111
Octal176017

Shades and tints

Shades of #0F300F

#0F300F
(15,48,15)
#0E2C0E
(14,44,14)
#0D280D
(13,40,13)
#0C240C
(12,36,12)
#0B200B
(11,32,11)
#0A1C0A
(10,28,10)
#091809
(9,24,9)
#081408
(8,20,8)
#071007
(7,16,7)
#060C06
(6,12,6)
#050805
(5,8,5)
#000000
(0,0,0)

Tints of #0F300F

#0F300F
(15,48,15)
#244224
(36,66,36)
#395439
(57,84,57)
#4E664E
(78,102,78)
#637863
(99,120,99)
#788A78
(120,138,120)
#8D9C8D
(141,156,141)
#A2AEA2
(162,174,162)
#B7C0B7
(183,192,183)
#CCD2CC
(204,210,204)
#E1E4E1
(225,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F300F; }

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

This text font color is #0F300F.


Background Color

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

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

This div background color is #0F300F.


Border color

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

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

This div border color is #0F300F.


Opacity

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

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

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

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

This text has shadow with #0F300F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F300F on black background.


Color preview on white background

This text has color #0F300F on white background.



Black color preview on #0F300F background

This text has black color on #0F300F background.


White color preview on #0F300F background

This text has white color on #0F300F background.