Color Hex Logo

#05700d Color Hex

#05700D
(5,112,13)
0 Favorites   0 Comments

Color spaces of #05700d

RGB 511213
HSL0.350.910.23
HSV124°96°44°
CMYK 0.960.000.88   0.56
XYZ5.929411.64972.3169
Yxy11.64970.29800.5855
Hunter Lab34.1317-28.721119.8675
CIE-Lab40.6539-45.895542.2575

#05700d color RGB value is (5,112,13).

#05700d hex color red value is 5, green value is 112 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #05700d hue: 0.35 , saturation: 0.91 and the lightness value of 05700d is 0.23.

The process color (four color CMYK) of #05700d color hex is 0.96, 0.00, 0.88, 0.56. Web safe color of #05700d is #006600. Color #05700d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01110000 00001101
Octal 5 160 15
Decimal 5 112 13
Hex 5 70 D

RGB Percentages of Color #05700d

%3.85
%86.15
%10.00

CMYK Percentages of Color #05700d

%96
%0
%88
%56

Triadic Colors of #05700d

#05700d #0d0570 #700d05

Analogous Colors of #05700d

#05700d #057042 #337005

Monochromatic Colors of #05700d

#05700d

Complementary Color

#05700d #700568

#05700d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05700d Color Preview on White Background

Lorem ipsum dolor sit amet.

#05700d Color CSS Codes

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

#05700d Text Font Color

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

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


#05700d Background Color

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

This div background color is #05700d


#05700d Border Color

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

This div border color is #05700d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,112,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05700d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05700d;
  -webkit-box-shadow: 1px 1px 3px 2px #05700d;
  box-shadow:         1px 1px 3px 2px #05700d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05700d


Comments

No comments written yet.

Please login to write comment.