COLOR #0F5D07

HEX: #0F5D07 RGB: (15,93,7)

Color info

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

RGB color model

#0F5D07 color RGB value is (15,93,7).

RGB: (15,93,7) (6%, 36%, 3%)

RGB channels and saturation

R 15 of 255 = 6%
G 93 of 255 = 36%
B 7 of 255 = 3%

15
93
7

R + G + B ~ 15%. #0F5D07 is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 93 + 7 = 115 (100%)
R 15 of 115 ~ 13.04%
G 93 of 115 ~ 80.87%
B 7 of 115 ~ 6.09'%

%13.04
%80.87

CMYK color model

#0F5D07 color CMYK value is (84,0,92,64).

  • cyan value is 83.87%
  • magenta value is 0.00%
  • yellow value is 92.47%
  • key color value is 63.53%

CMYK: (84,0,92,64)
C84M0Y92K64 (84%, 0%, 92%, 64%)
(0.84 / 0.00 / 0.92 / 0.64)

CMYK percentages

%83.87
%0
%92.47
%63.53

Codes

Color #0F5D07 in popluar color models

0F 5D 07
RGB 15 93 7
HSL 114° 86.00% 19.61%
HSB/HSV 114° 92.47% 36.47%
CMYK 83.87% 0.00% 92.47%
63.53%

Color #0F5D07 in popluar number systems.

HEX 0F 5D 07
Decimal 15 93 7
Binary 1111 1011101 111
Octal 17 135 7

Shades and tints

Shades of #0F5D07

#0F5D07
(15,93,7)
#0E5507
(14,85,7)
#0D4D07
(13,77,7)
#0C4507
(12,69,7)
#0B3D07
(11,61,7)
#0A3507
(10,53,7)
#092D07
(9,45,7)
#082507
(8,37,7)
#071D07
(7,29,7)
#061507
(6,21,7)
#050D07
(5,13,7)
#000000
(0,0,0)

Tints of #0F5D07

#0F5D07
(15,93,7)
#246B1D
(36,107,29)
#397933
(57,121,51)
#4E8749
(78,135,73)
#63955F
(99,149,95)
#78A375
(120,163,117)
#8DB18B
(141,177,139)
#A2BFA1
(162,191,161)
#B7CDB7
(183,205,183)
#CCDBCD
(204,219,205)
#E1E9E3
(225,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F5D07; }

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

This text font color is #0F5D07.

Background Color

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

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

This div background color is #0F5D07.

Border color

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

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

This div border color is #0F5D07.

Opacity

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

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

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

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

This text has shadow with #0F5D07 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F5D07.

Preview

Color preview on black background

This text has color #0F5D07 on black background.


Color preview on white background

This text has color #0F5D07 on white background.


Black color preview on #0F5D07 background

This text has black color on #0F5D07 background.


White color preview on #0F5D07 background

This text has white color on #0F5D07 background.


Related colors

Complementary color

Complementary color for #hex is #F0A2F8.


I love getcolorcode.com

Triadic colors

1 #070F5D and #5D070F with #0F5D07 are triadic colors.

2 #075D0F and #5D0F07 with #0F5D07 are triadic colors.