Color Hex Logo

#5e6509 Color Hex

#5E6509
(94,101,9)
0 Favorites   0 Comments

Color spaces of #5e6509

RGB 941019
HSL0.180.840.22
HSV65°91°40°
CMYK 0.070.000.91   0.60
XYZ9.319111.70682.0269
Yxy11.70680.40430.5078
Hunter Lab34.2152-11.259020.4383
CIE-Lab40.7463-14.037144.8329

#5e6509 color RGB value is (94,101,9).

#5e6509 hex color red value is 94, green value is 101 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #5e6509 hue: 0.18 , saturation: 0.84 and the lightness value of 5e6509 is 0.22.

The process color (four color CMYK) of #5e6509 color hex is 0.07, 0.00, 0.91, 0.60. Web safe color of #5e6509 is #666600. Color #5e6509 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01100101 00001001
Octal 136 145 11
Decimal 94 101 9
Hex 5E 65 9

RGB Percentages of Color #5e6509

%46.08
%49.51
%4.41

CMYK Percentages of Color #5e6509

%7
%0
%91
%60

Triadic Colors of #5e6509

#5e6509 #095e65 #65095e

Analogous Colors of #5e6509

#5e6509 #306509 #653e09

Monochromatic Colors of #5e6509

#5e6509

Complementary Color

#5e6509 #100965

#5e6509 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e6509 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e6509 Color CSS Codes

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

#5e6509 Text Font Color

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

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


#5e6509 Background Color

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

This div background color is #5e6509


#5e6509 Border Color

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

This div border color is #5e6509


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,101,9, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e6509


Comments

No comments written yet.

Please login to write comment.