COLOR #0F3807

HEX: #0F3807 RGB: (15,56,7)

Color info

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

RGB color model

#0F3807 color RGB value is (15,56,7).

RGB: (15,56,7) (6%, 22%, 3%)

RGB channels and saturation

R 15 of 255 = 6%
G 56 of 255 = 22%
B 7 of 255 = 3%

15
56
7

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

Portions of RGB colors in percentages

R + G + B = 15 + 56 + 7 = 78 (100%)
R 15 of 78 ~ 19.23%
G 56 of 78 ~ 71.79%
B 7 of 78 ~ 8.97'%

%19.23
%71.79

CMYK color model

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

  • cyan value is 73.21%
  • magenta value is 0.00%
  • yellow value is 87.50%
  • key color value is 78.04%

CMYK: (73,0,88,78)
C73M0Y88K78 (73%, 0%, 88%, 78%)
(0.73 / 0.00 / 0.88 / 0.78)

CMYK percentages

%73.21
%0
%87.5
%78.04

Codes

Color #0F3807 in popluar color models

0F 38 07
RGB 15 56 7
HSL 110° 77.78% 12.35%
HSB/HSV 110° 87.50% 21.96%
CMYK 73.21% 0.00% 87.50%
78.04%

Color #0F3807 in popluar number systems.

HEX 0F 38 07
Decimal 15 56 7
Binary 1111 111000 111
Octal 17 70 7

Shades and tints

Shades of #0F3807

#0F3807
(15,56,7)
#0E3307
(14,51,7)
#0D2E07
(13,46,7)
#0C2907
(12,41,7)
#0B2407
(11,36,7)
#0A1F07
(10,31,7)
#091A07
(9,26,7)
#081507
(8,21,7)
#071007
(7,16,7)
#060B07
(6,11,7)
#050607
(5,6,7)
#000000
(0,0,0)

Tints of #0F3807

#0F3807
(15,56,7)
#244A1D
(36,74,29)
#395C33
(57,92,51)
#4E6E49
(78,110,73)
#63805F
(99,128,95)
#789275
(120,146,117)
#8DA48B
(141,164,139)
#A2B6A1
(162,182,161)
#B7C8B7
(183,200,183)
#CCDACD
(204,218,205)
#E1ECE3
(225,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F3807; }

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

This text font color is #0F3807.

Background Color

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

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

This div background color is #0F3807.

Border color

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

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

This div border color is #0F3807.

Opacity

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

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

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

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

This text has shadow with #0F3807 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F3807.

Preview

Color preview on black background

This text has color #0F3807 on black background.


Color preview on white background

This text has color #0F3807 on white background.


Black color preview on #0F3807 background

This text has black color on #0F3807 background.


White color preview on #0F3807 background

This text has white color on #0F3807 background.


Related colors

Complementary color

Complementary color for #hex is #F0C7F8.


I love getcolorcode.com

Triadic colors

1 #070F38 and #38070F with #0F3807 are triadic colors.

2 #07380F and #380F07 with #0F3807 are triadic colors.