Color Hex Logo

#0f682f Color Hex

#0F682F
(15,104,47)
0 Favorites   0 Comments

Color spaces of #0f682f

RGB 1510447
HSL0.390.750.23
HSV142°86°41°
CMYK 0.860.000.55   0.59
XYZ5.660410.20744.3612
Yxy10.20740.27980.5046
Hunter Lab31.9490-24.286014.2709
CIE-Lab38.2121-38.416125.0394

#0f682f color RGB value is (15,104,47).

#0f682f hex color red value is 15, green value is 104 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #0f682f hue: 0.39 , saturation: 0.75 and the lightness value of 0f682f is 0.23.

The process color (four color CMYK) of #0f682f color hex is 0.86, 0.00, 0.55, 0.59. Web safe color of #0f682f is #006633. Color #0f682f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 01101000 00101111
Octal 17 150 57
Decimal 15 104 47
Hex F 68 2F

RGB Percentages of Color #0f682f

%9.04
%62.65
%28.31

CMYK Percentages of Color #0f682f

%86
%0
%55
%59

Triadic Colors of #0f682f

#0f682f #2f0f68 #682f0f

Analogous Colors of #0f682f

#0f682f #0f685c #1c680f

Monochromatic Colors of #0f682f

#0f682f

Complementary Color

#0f682f #680f48

#0f682f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f682f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f682f Color CSS Codes

.mybgcolor {background-color:#0f682f; } 
.myforecolor {color:#0f682f; }
.mybordercolor {border:3px solid #0f682f; }

#0f682f Text Font Color

<p style="color:#0f682f">Text here</p>

This sample text font color is #0f682f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0f682f Background Color

<div style="background-color:#0f682f">
Div content here</div>

This div background color is #0f682f


#0f682f Border Color

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

This div border color is #0f682f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(15,104,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0f682f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0f682f;
  -webkit-box-shadow: 1px 1px 3px 2px #0f682f;
  box-shadow:         1px 1px 3px 2px #0f682f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,104,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0f682f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0f682f;
  -webkit-box-shadow: 1px 1px 3px 2px #0f682f;
  box-shadow:         1px 1px 3px 2px #0f682f;">
Div content here</div>

This div box has shadow with color #0f682f


Comments

No comments written yet.

Please login to write comment.