Color Hex Logo

#5c761e Color Hex

#5C761E
(92,118,30)
0 Favorites   0 Comments

Color spaces of #5c761e

RGB 9211830
HSL0.220.590.29
HSV78°75°46°
CMYK 0.220.000.75   0.54
XYZ11.126415.32593.6001
Yxy15.32590.37020.5100
Hunter Lab39.1483-17.777821.9515
CIE-Lab46.0774-22.983042.8379

#5c761e color RGB value is (92,118,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 01110110 00011110
Octal 134 166 36
Decimal 92 118 30
Hex 5C 76 1E

RGB Percentages of Color #5c761e

%38.33
%49.17
%12.50

CMYK Percentages of Color #5c761e

%22
%0
%75
%54

Triadic Colors of #5c761e

#5c761e #1e5c76 #761e5c

Analogous Colors of #5c761e

#5c761e #30761e #76641e

Monochromatic Colors of #5c761e

#5c761e

Complementary Color

#5c761e #381e76

#5c761e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c761e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c761e Color CSS Codes

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

#5c761e Text Font Color

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

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


#5c761e Background Color

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

This div background color is #5c761e


#5c761e Border Color

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

This div border color is #5c761e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c761e


Comments

No comments written yet.

Please login to write comment.