Color Hex Logo

#318616 Color Hex

#318616
(49,134,22)
0 Favorites   0 Comments

Color spaces of #318616

RGB 4913422
HSL0.290.720.31
HSV106°84°53°
CMYK 0.630.000.84   0.47
XYZ9.936517.76113.6636
Yxy17.76110.31680.5663
Hunter Lab42.1439-31.665924.3466
CIE-Lab49.2051-45.514347.8552

#318616 color RGB value is (49,134,22).

#318616 hex color red value is 49, green value is 134 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #318616 hue: 0.29 , saturation: 0.72 and the lightness value of 318616 is 0.31.

The process color (four color CMYK) of #318616 color hex is 0.63, 0.00, 0.84, 0.47. Web safe color of #318616 is #339900. Color #318616 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10000110 00010110
Octal 61 206 26
Decimal 49 134 22
Hex 31 86 16

RGB Percentages of Color #318616

%23.90
%65.37
%10.73

CMYK Percentages of Color #318616

%63
%0
%84
%47

Triadic Colors of #318616

#318616 #163186 #861631

Analogous Colors of #318616

#318616 #168633 #698616

Monochromatic Colors of #318616

#318616

Complementary Color

#318616 #6b1686

#318616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#318616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#318616 Color CSS Codes

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

#318616 Text Font Color

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

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


#318616 Background Color

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

This div background color is #318616


#318616 Border Color

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

This div border color is #318616


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,134,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 #318616">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #318616


Comments

No comments written yet.

Please login to write comment.