COLOR #0F7507

HEX: #0F7507
RGB: (15,117,7)

Color info

#0F7507 contains mainly green color. Web safe color of #0F7507 is #006600 (or #060).

RGB color model

#0F7507 color RGB value is (15,117,7).

  • red value is 15;
  • green value is 117;
  • blue value is 7.
RGB:
(15,117,7)
(6%,46%,3%)

RGB channels and saturation

R 15 of 255 = 6%
G 117 of 255 = 46%
B 7 of 255 = 3%

15
117
7

R + G + B ~ 18%. #0F7507 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 117 + 7 = 139 (100%)
R 15 of 139 ~ 10.79%
G 117 of 139 ~ 84.17%
B 7 of 139 ~ 5.04%

%10.79
%84.17

CMYK color model

#0F7507 color CMYK value is (87,0,94,54).

  • cyan value is 87.18%
  • magenta value is 0.00%
  • yellow value is 94.02%
  • key color value is 54.12%
CMYK:
(87,0,94,54)
C87M0Y94K54 
(87%,0%,94%,54%)
(0.87/0.00/0.94/0.54)	

CMYK percentages

%87.18
%0
%94.02
%54.12

Codes

Color #0F7507 in popluar color models

0F7507
RGB151177
HSL116°88.71%24.31%
HSB/HSV116°94.02%45.88%
CMYK87.18%0.00%94.02%
54.12%

Color #0F7507 in popluar number systems.

HEX0F7507
Decimal151177
Binary11111110101111
Octal171657

Shades and tints

Shades of #0F7507

#0F7507
(15,117,7)
#0E6B07
(14,107,7)
#0D6107
(13,97,7)
#0C5707
(12,87,7)
#0B4D07
(11,77,7)
#0A4307
(10,67,7)
#093907
(9,57,7)
#082F07
(8,47,7)
#072507
(7,37,7)
#061B07
(6,27,7)
#051107
(5,17,7)
#000000
(0,0,0)

Tints of #0F7507

#0F7507
(15,117,7)
#24811D
(36,129,29)
#398D33
(57,141,51)
#4E9949
(78,153,73)
#63A55F
(99,165,95)
#78B175
(120,177,117)
#8DBD8B
(141,189,139)
#A2C9A1
(162,201,161)
#B7D5B7
(183,213,183)
#CCE1CD
(204,225,205)
#E1EDE3
(225,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F7507; }

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

This text font color is #0F7507.


Background Color

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

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

This div background color is #0F7507.


Border color

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

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

This div border color is #0F7507.


Opacity

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

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

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

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

This text has shadow with #0F7507 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F7507 on black background.


Color preview on white background

This text has color #0F7507 on white background.



Black color preview on #0F7507 background

This text has black color on #0F7507 background.


White color preview on #0F7507 background

This text has white color on #0F7507 background.