Color Hex Logo

#316614 Color Hex

#316614
(49,102,20)
0 Favorites   0 Comments

Color spaces of #316614

RGB 4910220
HSL0.270.670.24
HSV99°80°40°
CMYK 0.520.000.80   0.60
XYZ6.144310.20622.3080
Yxy10.20620.32930.5470
Hunter Lab31.9471-21.577118.0796
CIE-Lab38.2100-32.994338.1150

#316614 color RGB value is (49,102,20).

#316614 hex color red value is 49, green value is 102 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #316614 hue: 0.27 , saturation: 0.67 and the lightness value of 316614 is 0.24.

The process color (four color CMYK) of #316614 color hex is 0.52, 0.00, 0.80, 0.60. Web safe color of #316614 is #336600. Color #316614 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01100110 00010100
Octal 61 146 24
Decimal 49 102 20
Hex 31 66 14

RGB Percentages of Color #316614

%28.65
%59.65
%11.70

CMYK Percentages of Color #316614

%52
%0
%80
%60

Triadic Colors of #316614

#316614 #143166 #661431

Analogous Colors of #316614

#316614 #146620 #5a6614

Monochromatic Colors of #316614

#316614

Complementary Color

#316614 #491466

#316614 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316614 Color Preview on White Background

Lorem ipsum dolor sit amet.

#316614 Color CSS Codes

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

#316614 Text Font Color

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

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


#316614 Background Color

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

This div background color is #316614


#316614 Border Color

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

This div border color is #316614


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316614


Comments

No comments written yet.

Please login to write comment.