COLOR #0F440F

HEX: #0F440F
RGB: (15,68,15)

Color info

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

RGB color model

#0F440F color RGB value is (15,68,15).

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

RGB channels and saturation

R 15 of 255 = 6%
G 68 of 255 = 27%
B 15 of 255 = 6%

15
68
15

R + G + B ~ 13%. #0F440F is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 68 + 15 = 98 (100%)
R 15 of 98 ~ 15.31%
G 68 of 98 ~ 69.39%
B 15 of 98 ~ 15.31%

%15.31
%69.39
%15.31

CMYK color model

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

  • cyan value is 77.94%
  • magenta value is 0.00%
  • yellow value is 77.94%
  • key color value is 73.33%
CMYK:
(78,0,78,73)
C78M0Y78K73 
(78%,0%,78%,73%)
(0.78/0.00/0.78/0.73)	

CMYK percentages

%77.94
%0
%77.94
%73.33

Codes

Color #0F440F in popluar color models

0F440F
RGB156815
HSL120°63.86%16.27%
HSB/HSV120°77.94%26.67%
CMYK77.94%0.00%77.94%
73.33%

Color #0F440F in popluar number systems.

HEX0F440F
Decimal156815
Binary111110001001111
Octal1710417

Shades and tints

Shades of #0F440F

#0F440F
(15,68,15)
#0E3E0E
(14,62,14)
#0D380D
(13,56,13)
#0C320C
(12,50,12)
#0B2C0B
(11,44,11)
#0A260A
(10,38,10)
#092009
(9,32,9)
#081A08
(8,26,8)
#071407
(7,20,7)
#060E06
(6,14,6)
#050805
(5,8,5)
#000000
(0,0,0)

Tints of #0F440F

#0F440F
(15,68,15)
#245524
(36,85,36)
#396639
(57,102,57)
#4E774E
(78,119,78)
#638863
(99,136,99)
#789978
(120,153,120)
#8DAA8D
(141,170,141)
#A2BBA2
(162,187,162)
#B7CCB7
(183,204,183)
#CCDDCC
(204,221,204)
#E1EEE1
(225,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F440F; }

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

This text font color is #0F440F.


Background Color

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

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

This div background color is #0F440F.


Border color

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

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

This div border color is #0F440F.


Opacity

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

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

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

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

This text has shadow with #0F440F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F440F on black background.


Color preview on white background

This text has color #0F440F on white background.



Black color preview on #0F440F background

This text has black color on #0F440F background.


White color preview on #0F440F background

This text has white color on #0F440F background.