Color Hex Logo

#316406 Color Hex

#316406
(49,100,6)
0 Favorites   0 Comments

Color spaces of #316406

RGB 491006
HSL0.260.890.21
HSV93°94°39°
CMYK 0.510.000.94   0.61
XYZ5.85679.78051.7514
Yxy9.78050.33680.5625
Hunter Lab31.2738-21.301118.5713
CIE-Lab37.4456-32.880441.6614

#316406 color RGB value is (49,100,6).

#316406 hex color red value is 49, green value is 100 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #316406 hue: 0.26 , saturation: 0.89 and the lightness value of 316406 is 0.21.

The process color (four color CMYK) of #316406 color hex is 0.51, 0.00, 0.94, 0.61. Web safe color of #316406 is #336600. Color #316406 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01100100 00000110
Octal 61 144 6
Decimal 49 100 6
Hex 31 64 6

RGB Percentages of Color #316406

%31.61
%64.52
%3.87

CMYK Percentages of Color #316406

%51
%0
%94
%61

Triadic Colors of #316406

#316406 #063164 #640631

Analogous Colors of #316406

#316406 #06640a #606406

Monochromatic Colors of #316406

#316406

Complementary Color

#316406 #390664

#316406 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316406 Color Preview on White Background

Lorem ipsum dolor sit amet.

#316406 Color CSS Codes

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

#316406 Text Font Color

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

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


#316406 Background Color

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

This div background color is #316406


#316406 Border Color

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

This div border color is #316406


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,100,6, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #316406; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #316406;
  -webkit-box-shadow: 1px 1px 3px 2px #316406;
  box-shadow:         1px 1px 3px 2px #316406; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,100,6, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316406


Comments

No comments written yet.

Please login to write comment.