Color Hex Logo

#05400f Color Hex

#05400F
(5,64,15)
0 Favorites   0 Comments

Color spaces of #05400f

RGB 56415
HSL0.360.860.14
HSV130°92°25°
CMYK 0.920.000.77   0.75
XYZ1.98223.73351.0681
Yxy3.73350.29220.5504
Hunter Lab19.3223-15.502310.2481
CIE-Lab22.7701-29.484624.0315

#05400f color RGB value is (5,64,15).

#05400f hex color red value is 5, green value is 64 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #05400f hue: 0.36 , saturation: 0.86 and the lightness value of 05400f is 0.14.

The process color (four color CMYK) of #05400f color hex is 0.92, 0.00, 0.77, 0.75. Web safe color of #05400f is #003300. Color #05400f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01000000 00001111
Octal 5 100 17
Decimal 5 64 15
Hex 5 40 F

RGB Percentages of Color #05400f

%5.95
%76.19
%17.86

CMYK Percentages of Color #05400f

%92
%0
%77
%75

Triadic Colors of #05400f

#05400f #0f0540 #400f05

Analogous Colors of #05400f

#05400f #05402d #194005

Monochromatic Colors of #05400f

#05400f

Complementary Color

#05400f #400536

#05400f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05400f Color Preview on White Background

Lorem ipsum dolor sit amet.

#05400f Color CSS Codes

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

#05400f Text Font Color

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

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


#05400f Background Color

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

This div background color is #05400f


#05400f Border Color

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

This div border color is #05400f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05400f


Comments

No comments written yet.

Please login to write comment.