COLOR #0F3107

HEX: #0F3107 RGB: (15,49,7)

Color info

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

RGB color model

#0F3107 color RGB value is (15,49,7).

RGB: (15,49,7) (6%, 19%, 3%)

RGB channels and saturation

R 15 of 255 = 6%
G 49 of 255 = 19%
B 7 of 255 = 3%

15
49
7

R + G + B ~ 9%. #0F3107 is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 49 + 7 = 71 (100%)
R 15 of 71 ~ 21.13%
G 49 of 71 ~ 69.01%
B 7 of 71 ~ 9.86'%

%21.13
%69.01
%9.86

CMYK color model

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

  • cyan value is 69.39%
  • magenta value is 0.00%
  • yellow value is 85.71%
  • key color value is 80.78%
CMYK: (69,0,86,81) C69M0Y86K81 (69%,0%,86%,81%) (0.69/0.00/0.86/0.81) 

CMYK percentages

%69.39
%0
%85.71
%80.78

Codes

Color #0F3107 in popluar color models

0F 31 07
RGB 15 49 7
HSL 109° 75.00% 10.98%
HSB/HSV 109° 85.71% 19.22%
CMYK 69.39% 0.00% 85.71%
80.78%

Color #0F3107 in popluar number systems.

HEX 0F 31 07
Decimal 15 49 7
Binary 1111 110001 111
Octal 17 61 7

Shades and tints

Shades of #0F3107

#0F3107
(15,49,7)
#0E2D07
(14,45,7)
#0D2907
(13,41,7)
#0C2507
(12,37,7)
#0B2107
(11,33,7)
#0A1D07
(10,29,7)
#091907
(9,25,7)
#081507
(8,21,7)
#071107
(7,17,7)
#060D07
(6,13,7)
#050907
(5,9,7)
#000000
(0,0,0)

Tints of #0F3107

#0F3107
(15,49,7)
#24431D
(36,67,29)
#395533
(57,85,51)
#4E6749
(78,103,73)
#63795F
(99,121,95)
#788B75
(120,139,117)
#8D9D8B
(141,157,139)
#A2AFA1
(162,175,161)
#B7C1B7
(183,193,183)
#CCD3CD
(204,211,205)
#E1E5E3
(225,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F3107; }

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

This text font color is #0F3107.

Background Color

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

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

This div background color is #0F3107.

Border color

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

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

This div border color is #0F3107.

Opacity

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

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

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

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

This text has shadow with #0F3107 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F3107.

Preview

Color preview on black background

This text has color #0F3107 on black background.


Color preview on white background

This text has color #0F3107 on white background.


Black color preview on #0F3107 background

This text has black color on #0F3107 background.


White color preview on #0F3107 background

This text has white color on #0F3107 background.


Related colors

Complementary color

Complementary color for #hex is #F0CEF8.


I love getcolorcode.com

Triadic colors

1 #070F31 and #31070F with #0F3107 are triadic colors.

2 #07310F and #310F07 with #0F3107 are triadic colors.