Color Hex Logo

#5c761f Color Hex

#5C761F
(92,118,31)
0 Favorites   0 Comments

Color spaces of #5c761f

RGB 9211831
HSL0.220.580.29
HSV78°74°46°
CMYK 0.220.000.74   0.54
XYZ11.139415.33113.6684
Yxy15.33110.36960.5087
Hunter Lab39.1549-17.738721.8536
CIE-Lab46.0844-22.918042.4466

#5c761f color RGB value is (92,118,31).

#5c761f hex color red value is 92, green value is 118 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #5c761f hue: 0.22 , saturation: 0.58 and the lightness value of 5c761f is 0.29.

The process color (four color CMYK) of #5c761f color hex is 0.22, 0.00, 0.74, 0.54. Web safe color of #5c761f is #666633. Color #5c761f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 01110110 00011111
Octal 134 166 37
Decimal 92 118 31
Hex 5C 76 1F

RGB Percentages of Color #5c761f

%38.17
%48.96
%12.86

CMYK Percentages of Color #5c761f

%22
%0
%74
%54

Triadic Colors of #5c761f

#5c761f #1f5c76 #761f5c

Analogous Colors of #5c761f

#5c761f #31761f #76651f

Monochromatic Colors of #5c761f

#5c761f

Complementary Color

#5c761f #391f76

#5c761f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c761f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c761f Color CSS Codes

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

#5c761f Text Font Color

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

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


#5c761f Background Color

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

This div background color is #5c761f


#5c761f Border Color

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

This div border color is #5c761f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,118,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c761f


Comments

No comments written yet.

Please login to write comment.