Color Hex Logo

#5c750f Color Hex

#5C750F
(92,117,15)
0 Favorites   0 Comments

Color spaces of #5c750f

RGB 9211715
HSL0.210.770.26
HSV75°87°46°
CMYK 0.210.000.87   0.54
XYZ10.861115.03242.7810
Yxy15.03240.37880.5242
Hunter Lab38.7716-17.847222.8874
CIE-Lab45.6785-23.223647.4430

#5c750f color RGB value is (92,117,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 01110101 00001111
Octal 134 165 17
Decimal 92 117 15
Hex 5C 75 F

RGB Percentages of Color #5c750f

%41.07
%52.23
%6.70

CMYK Percentages of Color #5c750f

%21
%0
%87
%54

Triadic Colors of #5c750f

#5c750f #0f5c75 #750f5c

Analogous Colors of #5c750f

#5c750f #29750f #755b0f

Monochromatic Colors of #5c750f

#5c750f

Complementary Color

#5c750f #280f75

#5c750f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c750f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c750f Color CSS Codes

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

#5c750f Text Font Color

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

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


#5c750f Background Color

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

This div background color is #5c750f


#5c750f Border Color

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

This div border color is #5c750f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c750f


Comments

No comments written yet.

Please login to write comment.