Color Hex Logo

#053707 Color Hex

#053707
(5,55,7)
0 Favorites   0 Comments

Color spaces of #053707

RGB 5557
HSL0.340.830.12
HSV122°91°22°
CMYK 0.910.000.87   0.78
XYZ1.46712.78000.6603
Yxy2.78000.29900.5665
Hunter Lab16.6733-13.47209.3233
CIE-Lab19.1404-26.974423.5561

#053707 color RGB value is (5,55,7).

#053707 hex color red value is 5, green value is 55 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #053707 hue: 0.34 , saturation: 0.83 and the lightness value of 053707 is 0.12.

The process color (four color CMYK) of #053707 color hex is 0.91, 0.00, 0.87, 0.78. Web safe color of #053707 is #003300. Color #053707 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00110111 00000111
Octal 5 67 7
Decimal 5 55 7
Hex 5 37 7

RGB Percentages of Color #053707

%7.46
%82.09
%10.45

CMYK Percentages of Color #053707

%91
%0
%87
%78

Triadic Colors of #053707

#053707 #070537 #370705

Analogous Colors of #053707

#053707 #053720 #1c3705

Monochromatic Colors of #053707

#053707

Complementary Color

#053707 #370535

#053707 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053707 Color Preview on White Background

Lorem ipsum dolor sit amet.

#053707 Color CSS Codes

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

#053707 Text Font Color

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

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


#053707 Background Color

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

This div background color is #053707


#053707 Border Color

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

This div border color is #053707


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,55,7, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #053707; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #053707;
  -webkit-box-shadow: 1px 1px 3px 2px #053707;
  box-shadow:         1px 1px 3px 2px #053707; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,55,7, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053707


Comments

No comments written yet.

Please login to write comment.