COLOR #0F682B

HEX: #0F682B RGB: (15,104,43)

Color info

#0F682B contains mainly green color. Web safe color of #0F682B is #006633 (or #063).

RGB color model

#0F682B color RGB value is (15,104,43).

RGB: (15,104,43) (6%, 41%, 17%)

RGB channels and saturation

R 15 of 255 = 6%
G 104 of 255 = 41%
B 43 of 255 = 17%

15
104
43

R + G + B ~ 21%. #0F682B is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 104 + 43 = 162 (100%)
R 15 of 162 ~ 9.26%
G 104 of 162 ~ 64.2%
B 43 of 162 ~ 26.54'%

%64.2
%26.54

CMYK color model

#0F682B color CMYK value is (86,0,59,59).

  • cyan value is 85.58%
  • magenta value is 0.00%
  • yellow value is 58.65%
  • key color value is 59.22%

CMYK: (86,0,59,59)
C86M0Y59K59 (86%, 0%, 59%, 59%)
(0.86 / 0.00 / 0.59 / 0.59)

CMYK percentages

%85.58
%0
%58.65
%59.22

Codes

Color #0F682B in popluar color models

0F 68 2B
RGB 15 104 43
HSL 139° 74.79% 23.33%
HSB/HSV 139° 85.58% 40.78%
CMYK 85.58% 0.00% 58.65%
59.22%

Color #0F682B in popluar number systems.

HEX 0F 68 2B
Decimal 15 104 43
Binary 1111 1101000 101011
Octal 17 150 53

Shades and tints

Shades of #0F682B

#0F682B
(15,104,43)
#0E5F28
(14,95,40)
#0D5625
(13,86,37)
#0C4D22
(12,77,34)
#0B441F
(11,68,31)
#0A3B1C
(10,59,28)
#093219
(9,50,25)
#082916
(8,41,22)
#072013
(7,32,19)
#061710
(6,23,16)
#050E0D
(5,14,13)
#000000
(0,0,0)

Tints of #0F682B

#0F682B
(15,104,43)
#24753E
(36,117,62)
#398251
(57,130,81)
#4E8F64
(78,143,100)
#639C77
(99,156,119)
#78A98A
(120,169,138)
#8DB69D
(141,182,157)
#A2C3B0
(162,195,176)
#B7D0C3
(183,208,195)
#CCDDD6
(204,221,214)
#E1EAE9
(225,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F682B color. Also use rgb(15,104,43) instead hex code.

Text Font Color

.myTextColor { color: #0F682B; }

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

This text font color is #0F682B.

Background Color

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

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

This div background color is #0F682B.

Border color

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

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

This div border color is #0F682B.

Opacity

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

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

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

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

This text has shadow with #0F682B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F682B.

Preview

Color preview on black background

This text has color #0F682B on black background.


Color preview on white background

This text has color #0F682B on white background.


Black color preview on #0F682B background

This text has black color on #0F682B background.


White color preview on #0F682B background

This text has white color on #0F682B background.


Related colors

Complementary color

Complementary color for #hex is #F097D4.


I love getcolorcode.com

Triadic colors

1 #2B0F68 and #682B0F with #0F682B are triadic colors.

2 #2B680F and #680F2B with #0F682B are triadic colors.