Color Hex Logo

#5e730f Color Hex

#5E730F
(94,115,15)
0 Favorites   0 Comments

Color spaces of #5e730f

RGB 9411515
HSL0.200.770.25
HSV73°87°45°
CMYK 0.180.000.87   0.55
XYZ10.833114.67562.7137
Yxy14.67560.38380.5200
Hunter Lab38.3087-16.563422.6162
CIE-Lab45.1866-21.312047.0739

#5e730f color RGB value is (94,115,15).

#5e730f hex color red value is 94, green value is 115 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #5e730f hue: 0.20 , saturation: 0.77 and the lightness value of 5e730f is 0.25.

The process color (four color CMYK) of #5e730f color hex is 0.18, 0.00, 0.87, 0.55. Web safe color of #5e730f is #666600. Color #5e730f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01110011 00001111
Octal 136 163 17
Decimal 94 115 15
Hex 5E 73 F

RGB Percentages of Color #5e730f

%41.96
%51.34
%6.70

CMYK Percentages of Color #5e730f

%18
%0
%87
%55

Triadic Colors of #5e730f

#5e730f #0f5e73 #730f5e

Analogous Colors of #5e730f

#5e730f #2c730f #73560f

Monochromatic Colors of #5e730f

#5e730f

Complementary Color

#5e730f #240f73

#5e730f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e730f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e730f Color CSS Codes

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

#5e730f Text Font Color

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

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


#5e730f Background Color

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

This div background color is #5e730f


#5e730f Border Color

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

This div border color is #5e730f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e730f


Comments

No comments written yet.

Please login to write comment.