Color Hex Logo

#05680f Color Hex

#05680F
(5,104,15)
0 Favorites   0 Comments

Color spaces of #05680f

RGB 510415
HSL0.350.910.21
HSV126°95°41°
CMYK 0.950.000.86   0.59
XYZ5.09919.96742.1071
Yxy9.96740.29690.5804
Hunter Lab31.5712-26.419818.1427
CIE-Lab37.7839-43.250139.0352

#05680f color RGB value is (5,104,15).

#05680f hex color red value is 5, green value is 104 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #05680f hue: 0.35 , saturation: 0.91 and the lightness value of 05680f is 0.21.

The process color (four color CMYK) of #05680f color hex is 0.95, 0.00, 0.86, 0.59. Web safe color of #05680f is #006600. Color #05680f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01101000 00001111
Octal 5 150 17
Decimal 5 104 15
Hex 5 68 F

RGB Percentages of Color #05680f

%4.03
%83.87
%12.10

CMYK Percentages of Color #05680f

%95
%0
%86
%59

Triadic Colors of #05680f

#05680f #0f0568 #680f05

Analogous Colors of #05680f

#05680f #056841 #2c6805

Monochromatic Colors of #05680f

#05680f

Complementary Color

#05680f #68055e

#05680f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05680f Color Preview on White Background

Lorem ipsum dolor sit amet.

#05680f Color CSS Codes

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

#05680f Text Font Color

<p style="color:#05680f">Text here</p>

This sample text font color is #05680f
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.


#05680f Background Color

<div style="background-color:#05680f">
Div content here</div>

This div background color is #05680f


#05680f Border Color

<div style="border:3px solid #05680f">
Div here</div>

This div border color is #05680f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05680f


Comments

No comments written yet.

Please login to write comment.