COLOR #0F410F

HEX: #0F410F
RGB: (15,65,15)

Color info

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

RGB color model

#0F410F color RGB value is (15,65,15).

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

RGB channels and saturation

R 15 of 255 = 6%
G 65 of 255 = 25%
B 15 of 255 = 6%

15
65
15

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

Portions of RGB colors in percentages

R + G + B =
15 + 65 + 15 = 95 (100%)
R 15 of 95 ~ 15.79%
G 65 of 95 ~ 68.42%
B 15 of 95 ~ 15.79%

%15.79
%68.42
%15.79

CMYK color model

#0F410F color CMYK value is (77,0,77,75).

  • cyan value is 76.92%
  • magenta value is 0.00%
  • yellow value is 76.92%
  • key color value is 74.51%
CMYK:
(77,0,77,75)
C77M0Y77K75 
(77%,0%,77%,75%)
(0.77/0.00/0.77/0.75)	

CMYK percentages

%76.92
%0
%76.92
%74.51

Codes

Color #0F410F in popluar color models

0F410F
RGB156515
HSL120°62.50%15.69%
HSB/HSV120°76.92%25.49%
CMYK76.92%0.00%76.92%
74.51%

Color #0F410F in popluar number systems.

HEX0F410F
Decimal156515
Binary111110000011111
Octal1710117

Shades and tints

Shades of #0F410F

#0F410F
(15,65,15)
#0E3C0E
(14,60,14)
#0D370D
(13,55,13)
#0C320C
(12,50,12)
#0B2D0B
(11,45,11)
#0A280A
(10,40,10)
#092309
(9,35,9)
#081E08
(8,30,8)
#071907
(7,25,7)
#061406
(6,20,6)
#050F05
(5,15,5)
#000000
(0,0,0)

Tints of #0F410F

#0F410F
(15,65,15)
#245224
(36,82,36)
#396339
(57,99,57)
#4E744E
(78,116,78)
#638563
(99,133,99)
#789678
(120,150,120)
#8DA78D
(141,167,141)
#A2B8A2
(162,184,162)
#B7C9B7
(183,201,183)
#CCDACC
(204,218,204)
#E1EBE1
(225,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F410F; }

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

This text font color is #0F410F.


Background Color

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

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

This div background color is #0F410F.


Border color

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

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

This div border color is #0F410F.


Opacity

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

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

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

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

This text has shadow with #0F410F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F410F on black background.


Color preview on white background

This text has color #0F410F on white background.



Black color preview on #0F410F background

This text has black color on #0F410F background.


White color preview on #0F410F background

This text has white color on #0F410F background.