COLOR #0F460D

HEX: #0F460D
RGB: (15,70,13)

Color info

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

RGB color model

#0F460D color RGB value is (15,70,13).

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

RGB channels and saturation

R 15 of 255 = 6%
G 70 of 255 = 27%
B 13 of 255 = 5%

15
70
13

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

Portions of RGB colors in percentages

R + G + B =
15 + 70 + 13 = 98 (100%)
R 15 of 98 ~ 15.31%
G 70 of 98 ~ 71.43%
B 13 of 98 ~ 13.27%

%15.31
%71.43
%13.27

CMYK color model

#0F460D color CMYK value is (79,0,81,73).

  • cyan value is 78.57%
  • magenta value is 0.00%
  • yellow value is 81.43%
  • key color value is 72.55%
CMYK:
(79,0,81,73)
C79M0Y81K73 
(79%,0%,81%,73%)
(0.79/0.00/0.81/0.73)	

CMYK percentages

%78.57
%0
%81.43
%72.55

Codes

Color #0F460D in popluar color models

0F460D
RGB157013
HSL118°68.67%16.27%
HSB/HSV118°81.43%27.45%
CMYK78.57%0.00%81.43%
72.55%

Color #0F460D in popluar number systems.

HEX0F460D
Decimal157013
Binary111110001101101
Octal1710615

Shades and tints

Shades of #0F460D

#0F460D
(15,70,13)
#0E400C
(14,64,12)
#0D3A0B
(13,58,11)
#0C340A
(12,52,10)
#0B2E09
(11,46,9)
#0A2808
(10,40,8)
#092207
(9,34,7)
#081C06
(8,28,6)
#071605
(7,22,5)
#061004
(6,16,4)
#050A03
(5,10,3)
#000000
(0,0,0)

Tints of #0F460D

#0F460D
(15,70,13)
#245623
(36,86,35)
#396639
(57,102,57)
#4E764F
(78,118,79)
#638665
(99,134,101)
#78967B
(120,150,123)
#8DA691
(141,166,145)
#A2B6A7
(162,182,167)
#B7C6BD
(183,198,189)
#CCD6D3
(204,214,211)
#E1E6E9
(225,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F460D; }

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

This text font color is #0F460D.


Background Color

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

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

This div background color is #0F460D.


Border color

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

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

This div border color is #0F460D.


Opacity

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

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

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

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

This text has shadow with #0F460D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F460D on black background.


Color preview on white background

This text has color #0F460D on white background.



Black color preview on #0F460D background

This text has black color on #0F460D background.


White color preview on #0F460D background

This text has white color on #0F460D background.