COLOR #0F6308

HEX: #0F6308 RGB: (15,99,8)

Color info

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

RGB color model

#0F6308 color RGB value is (15,99,8).

RGB: (15,99,8) (6%, 39%, 3%)

RGB channels and saturation

R 15 of 255 = 6%
G 99 of 255 = 39%
B 8 of 255 = 3%

15
99
8

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

Portions of RGB colors in percentages

R + G + B = 15 + 99 + 8 = 122 (100%)
R 15 of 122 ~ 12.3%
G 99 of 122 ~ 81.15%
B 8 of 122 ~ 6.56'%

%12.3
%81.15

CMYK color model

#0F6308 color CMYK value is (85,0,92,61).

  • cyan value is 84.85%
  • magenta value is 0.00%
  • yellow value is 91.92%
  • key color value is 61.18%
CMYK: (85,0,92,61) C85M0Y92K61 (85%,0%,92%,61%) (0.85/0.00/0.92/0.61) 

CMYK percentages

%84.85
%0
%91.92
%61.18

Codes

Color #0F6308 in popluar color models

0F 63 08
RGB 15 99 8
HSL 115° 85.05% 20.98%
HSB/HSV 115° 91.92% 38.82%
CMYK 84.85% 0.00% 91.92%
61.18%

Color #0F6308 in popluar number systems.

HEX 0F 63 08
Decimal 15 99 8
Binary 1111 1100011 1000
Octal 17 143 10

Shades and tints

Shades of #0F6308

#0F6308
(15,99,8)
#0E5A08
(14,90,8)
#0D5108
(13,81,8)
#0C4808
(12,72,8)
#0B3F08
(11,63,8)
#0A3608
(10,54,8)
#092D08
(9,45,8)
#082408
(8,36,8)
#071B08
(7,27,8)
#061208
(6,18,8)
#050908
(5,9,8)
#000000
(0,0,0)

Tints of #0F6308

#0F6308
(15,99,8)
#24711E
(36,113,30)
#397F34
(57,127,52)
#4E8D4A
(78,141,74)
#639B60
(99,155,96)
#78A976
(120,169,118)
#8DB78C
(141,183,140)
#A2C5A2
(162,197,162)
#B7D3B8
(183,211,184)
#CCE1CE
(204,225,206)
#E1EFE4
(225,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F6308 color. Also use rgb(15,99,8) instead hex code.

Text Font Color

.myTextColor { color: #0F6308; }

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

This text font color is #0F6308.

Background Color

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

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

This div background color is #0F6308.

Border color

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

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

This div border color is #0F6308.

Opacity

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

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

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

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

This text has shadow with #0F6308 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F6308.

Preview

Color preview on black background

This text has color #0F6308 on black background.


Color preview on white background

This text has color #0F6308 on white background.


Black color preview on #0F6308 background

This text has black color on #0F6308 background.


White color preview on #0F6308 background

This text has white color on #0F6308 background.


Related colors

Complementary color

Complementary color for #hex is #F09CF7.


I love getcolorcode.com

Triadic colors

1 #080F63 and #63080F with #0F6308 are triadic colors.

2 #08630F and #630F08 with #0F6308 are triadic colors.