Color Hex Logo

#5c760f Color Hex

#5C760F
(92,118,15)
0 Favorites   0 Comments

Color spaces of #5c760f

RGB 9211815
HSL0.210.770.26
HSV75°87°46°
CMYK 0.220.000.87   0.54
XYZ10.978315.26672.8201
Yxy15.26670.37770.5253
Hunter Lab39.0726-18.223723.0715
CIE-Lab45.9973-23.728147.7179

#5c760f color RGB value is (92,118,15).

#5c760f hex color red value is 92, green value is 118 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #5c760f hue: 0.21 , saturation: 0.77 and the lightness value of 5c760f is 0.26.

The process color (four color CMYK) of #5c760f color hex is 0.22, 0.00, 0.87, 0.54. Web safe color of #5c760f is #666600. Color #5c760f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 01110110 00001111
Octal 134 166 17
Decimal 92 118 15
Hex 5C 76 F

RGB Percentages of Color #5c760f

%40.89
%52.44
%6.67

CMYK Percentages of Color #5c760f

%22
%0
%87
%54

Triadic Colors of #5c760f

#5c760f #0f5c76 #760f5c

Analogous Colors of #5c760f

#5c760f #29760f #765d0f

Monochromatic Colors of #5c760f

#5c760f

Complementary Color

#5c760f #290f76

#5c760f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c760f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c760f Color CSS Codes

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

#5c760f Text Font Color

<p style="color:#5c760f">Text here</p>

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


#5c760f Background Color

<div style="background-color:#5c760f">
Div content here</div>

This div background color is #5c760f


#5c760f Border Color

<div style="border:3px solid #5c760f">
Div here</div>

This div border color is #5c760f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,118,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 #5c760f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c760f


Comments

No comments written yet.

Please login to write comment.