Color Hex Logo

#318417 Color Hex

#318417
(49,132,23)
0 Favorites   0 Comments

Color spaces of #318417

RGB 4913223
HSL0.290.700.30
HSV106°83°52°
CMYK 0.630.000.83   0.48
XYZ9.672517.21743.6241
Yxy17.21740.31700.5642
Hunter Lab41.4939-31.004723.8673
CIE-Lab48.5328-44.721446.9290

#318417 color RGB value is (49,132,23).

#318417 hex color red value is 49, green value is 132 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #318417 hue: 0.29 , saturation: 0.70 and the lightness value of 318417 is 0.30.

The process color (four color CMYK) of #318417 color hex is 0.63, 0.00, 0.83, 0.48. Web safe color of #318417 is #339900. Color #318417 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10000100 00010111
Octal 61 204 27
Decimal 49 132 23
Hex 31 84 17

RGB Percentages of Color #318417

%24.02
%64.71
%11.27

CMYK Percentages of Color #318417

%63
%0
%83
%48

Triadic Colors of #318417

#318417 #173184 #841731

Analogous Colors of #318417

#318417 #178434 #688417

Monochromatic Colors of #318417

#318417

Complementary Color

#318417 #6a1784

#318417 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#318417 Color Preview on White Background

Lorem ipsum dolor sit amet.

#318417 Color CSS Codes

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

#318417 Text Font Color

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

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


#318417 Background Color

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

This div background color is #318417


#318417 Border Color

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

This div border color is #318417


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #318417


Comments

No comments written yet.

Please login to write comment.