COLOR #0F5712

HEX: #0F5712 RGB: (15,87,18)

Color info

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

RGB color model

#0F5712 color RGB value is (15,87,18).

RGB: (15,87,18) (6%, 34%, 7%)

RGB channels and saturation

R 15 of 255 = 6%
G 87 of 255 = 34%
B 18 of 255 = 7%

15
87
18

R + G + B ~ 16%. #0F5712 is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 87 + 18 = 120 (100%)
R 15 of 120 ~ 12.5%
G 87 of 120 ~ 72.5%
B 18 of 120 ~ 15'%

%12.5
%72.5
%15

CMYK color model

#0F5712 color CMYK value is (83,0,79,66).

  • cyan value is 82.76%
  • magenta value is 0.00%
  • yellow value is 79.31%
  • key color value is 65.88%

CMYK: (83,0,79,66)
C83M0Y79K66 (83%, 0%, 79%, 66%)
(0.83 / 0.00 / 0.79 / 0.66)

CMYK percentages

%82.76
%0
%79.31
%65.88

Codes

Color #0F5712 in popluar color models

0F 57 12
RGB 15 87 18
HSL 123° 70.59% 20.00%
HSB/HSV 123° 82.76% 34.12%
CMYK 82.76% 0.00% 79.31%
65.88%

Color #0F5712 in popluar number systems.

HEX 0F 57 12
Decimal 15 87 18
Binary 1111 1010111 10010
Octal 17 127 22

Shades and tints

Shades of #0F5712

#0F5712
(15,87,18)
#0E5011
(14,80,17)
#0D4910
(13,73,16)
#0C420F
(12,66,15)
#0B3B0E
(11,59,14)
#0A340D
(10,52,13)
#092D0C
(9,45,12)
#08260B
(8,38,11)
#071F0A
(7,31,10)
#061809
(6,24,9)
#051108
(5,17,8)
#000000
(0,0,0)

Tints of #0F5712

#0F5712
(15,87,18)
#246627
(36,102,39)
#39753C
(57,117,60)
#4E8451
(78,132,81)
#639366
(99,147,102)
#78A27B
(120,162,123)
#8DB190
(141,177,144)
#A2C0A5
(162,192,165)
#B7CFBA
(183,207,186)
#CCDECF
(204,222,207)
#E1EDE4
(225,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F5712 color. Also use rgb(15,87,18) instead hex code.

Text Font Color

.myTextColor { color: #0F5712; }

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

This text font color is #0F5712.

Background Color

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

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

This div background color is #0F5712.

Border color

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

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

This div border color is #0F5712.

Opacity

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

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

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

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

This text has shadow with #0F5712 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F5712.

Preview

Color preview on black background

This text has color #0F5712 on black background.


Color preview on white background

This text has color #0F5712 on white background.


Black color preview on #0F5712 background

This text has black color on #0F5712 background.


White color preview on #0F5712 background

This text has white color on #0F5712 background.


Related colors

Complementary color

Complementary color for #hex is #F0A8ED.


I love getcolorcode.com

Triadic colors

1 #120F57 and #57120F with #0F5712 are triadic colors.

2 #12570F and #570F12 with #0F5712 are triadic colors.