COLOR #0F3D07

HEX: #0F3D07 RGB: (15,61,7)

Color info

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

RGB color model

#0F3D07 color RGB value is (15,61,7).

RGB: (15,61,7) (6%, 24%, 3%)

RGB channels and saturation

R 15 of 255 = 6%
G 61 of 255 = 24%
B 7 of 255 = 3%

15
61
7

R + G + B ~ 11%. #0F3D07 is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 61 + 7 = 83 (100%)
R 15 of 83 ~ 18.07%
G 61 of 83 ~ 73.49%
B 7 of 83 ~ 8.43'%

%18.07
%73.49

CMYK color model

#0F3D07 color CMYK value is (75,0,89,76).

  • cyan value is 75.41%
  • magenta value is 0.00%
  • yellow value is 88.52%
  • key color value is 76.08%

CMYK: (75,0,89,76)
C75M0Y89K76 (75%, 0%, 89%, 76%)
(0.75 / 0.00 / 0.89 / 0.76)

CMYK percentages

%75.41
%0
%88.52
%76.08

Codes

Color #0F3D07 in popluar color models

0F 3D 07
RGB 15 61 7
HSL 111° 79.41% 13.33%
HSB/HSV 111° 88.52% 23.92%
CMYK 75.41% 0.00% 88.52%
76.08%

Color #0F3D07 in popluar number systems.

HEX 0F 3D 07
Decimal 15 61 7
Binary 1111 111101 111
Octal 17 75 7

Shades and tints

Shades of #0F3D07

#0F3D07
(15,61,7)
#0E3807
(14,56,7)
#0D3307
(13,51,7)
#0C2E07
(12,46,7)
#0B2907
(11,41,7)
#0A2407
(10,36,7)
#091F07
(9,31,7)
#081A07
(8,26,7)
#071507
(7,21,7)
#061007
(6,16,7)
#050B07
(5,11,7)
#000000
(0,0,0)

Tints of #0F3D07

#0F3D07
(15,61,7)
#244E1D
(36,78,29)
#395F33
(57,95,51)
#4E7049
(78,112,73)
#63815F
(99,129,95)
#789275
(120,146,117)
#8DA38B
(141,163,139)
#A2B4A1
(162,180,161)
#B7C5B7
(183,197,183)
#CCD6CD
(204,214,205)
#E1E7E3
(225,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F3D07; }

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

This text font color is #0F3D07.

Background Color

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

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

This div background color is #0F3D07.

Border color

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

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

This div border color is #0F3D07.

Opacity

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

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

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

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

This text has shadow with #0F3D07 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F3D07.

Preview

Color preview on black background

This text has color #0F3D07 on black background.


Color preview on white background

This text has color #0F3D07 on white background.


Black color preview on #0F3D07 background

This text has black color on #0F3D07 background.


White color preview on #0F3D07 background

This text has white color on #0F3D07 background.


Related colors

Complementary color

Complementary color for #hex is #F0C2F8.


I love getcolorcode.com

Triadic colors

1 #070F3D and #3D070F with #0F3D07 are triadic colors.

2 #073D0F and #3D0F07 with #0F3D07 are triadic colors.