COLOR #0F6C3B

HEX: #0F6C3B RGB: (15,108,59)

Color info

#0F6C3B contains mainly green and blue colors. Web safe color of #0F6C3B is #006633 (or #063).

RGB color model

#0F6C3B color RGB value is (15,108,59).

RGB: (15,108,59) (6%, 42%, 23%)

RGB channels and saturation

R 15 of 255 = 6%
G 108 of 255 = 42%
B 59 of 255 = 23%

15
108
59

R + G + B ~ 24%. #0F6C3B is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 108 + 59 = 182 (100%)
R 15 of 182 ~ 8.24%
G 108 of 182 ~ 59.34%
B 59 of 182 ~ 32.42'%

%59.34
%32.42

CMYK color model

#0F6C3B color CMYK value is (86,0,45,58).

  • cyan value is 86.11%
  • magenta value is 0.00%
  • yellow value is 45.37%
  • key color value is 57.65%

CMYK: (86,0,45,58)
C86M0Y45K58 (86%, 0%, 45%, 58%)
(0.86 / 0.00 / 0.45 / 0.58)

CMYK percentages

%86.11
%0
%45.37
%57.65

Codes

Color #0F6C3B in popluar color models

0F 6C 3B
RGB 15 108 59
HSL 148° 75.61% 24.12%
HSB/HSV 148° 86.11% 42.35%
CMYK 86.11% 0.00% 45.37%
57.65%

Color #0F6C3B in popluar number systems.

HEX 0F 6C 3B
Decimal 15 108 59
Binary 1111 1101100 111011
Octal 17 154 73

Shades and tints

Shades of #0F6C3B

#0F6C3B
(15,108,59)
#0E6336
(14,99,54)
#0D5A31
(13,90,49)
#0C512C
(12,81,44)
#0B4827
(11,72,39)
#0A3F22
(10,63,34)
#09361D
(9,54,29)
#082D18
(8,45,24)
#072413
(7,36,19)
#061B0E
(6,27,14)
#051209
(5,18,9)
#000000
(0,0,0)

Tints of #0F6C3B

#0F6C3B
(15,108,59)
#24794C
(36,121,76)
#39865D
(57,134,93)
#4E936E
(78,147,110)
#63A07F
(99,160,127)
#78AD90
(120,173,144)
#8DBAA1
(141,186,161)
#A2C7B2
(162,199,178)
#B7D4C3
(183,212,195)
#CCE1D4
(204,225,212)
#E1EEE5
(225,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F6C3B color. Also use rgb(15,108,59) instead hex code.

Text Font Color

.myTextColor { color: #0F6C3B; }

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

This text font color is #0F6C3B.

Background Color

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

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

This div background color is #0F6C3B.

Border color

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

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

This div border color is #0F6C3B.

Opacity

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

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

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

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

This text has shadow with #0F6C3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F6C3B.

Preview

Color preview on black background

This text has color #0F6C3B on black background.


Color preview on white background

This text has color #0F6C3B on white background.


Black color preview on #0F6C3B background

This text has black color on #0F6C3B background.


White color preview on #0F6C3B background

This text has white color on #0F6C3B background.


Related colors

Complementary color

Complementary color for #hex is #F093C4.


I love getcolorcode.com

Triadic colors

1 #3B0F6C and #6C3B0F with #0F6C3B are triadic colors.

2 #3B6C0F and #6C0F3B with #0F6C3B are triadic colors.