Color Hex Logo

#035716 Color Hex

#035716
(3,87,22)
0 Favorites   0 Comments

Color spaces of #035716

RGB 38722
HSL0.370.930.18
HSV134°97°34°
CMYK 0.970.000.75   0.66
XYZ3.59066.89371.9004
Yxy6.89370.28990.5566
Hunter Lab26.2559-21.537114.0877
CIE-Lab31.5637-37.246430.1273

#035716 color RGB value is (3,87,22).

#035716 hex color red value is 3, green value is 87 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #035716 hue: 0.37 , saturation: 0.93 and the lightness value of 035716 is 0.18.

The process color (four color CMYK) of #035716 color hex is 0.97, 0.00, 0.75, 0.66. Web safe color of #035716 is #006600. Color #035716 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01010111 00010110
Octal 3 127 26
Decimal 3 87 22
Hex 3 57 16

RGB Percentages of Color #035716

%2.68
%77.68
%19.64

CMYK Percentages of Color #035716

%97
%0
%75
%66

Triadic Colors of #035716

#035716 #160357 #571603

Analogous Colors of #035716

#035716 #035740 #1a5703

Monochromatic Colors of #035716

#035716

Complementary Color

#035716 #570344

#035716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#035716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#035716 Color CSS Codes

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

#035716 Text Font Color

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

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


#035716 Background Color

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

This div background color is #035716


#035716 Border Color

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

This div border color is #035716


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,87,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #035716; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #035716;
  -webkit-box-shadow: 1px 1px 3px 2px #035716;
  box-shadow:         1px 1px 3px 2px #035716; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,87,22, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #035716


Comments

No comments written yet.

Please login to write comment.