Color Hex Logo

#315717 Color Hex

#315717
(49,87,23)
0 Favorites   0 Comments

Color spaces of #315717

RGB 498723
HSL0.270.580.22
HSV96°74°34°
CMYK 0.440.000.74   0.66
XYZ4.82957.53122.0097
Yxy7.53120.33610.5241
Hunter Lab27.4430-16.612414.8682
CIE-Lab32.9868-25.957131.6049

#315717 color RGB value is (49,87,23).

#315717 hex color red value is 49, green value is 87 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #315717 hue: 0.27 , saturation: 0.58 and the lightness value of 315717 is 0.22.

The process color (four color CMYK) of #315717 color hex is 0.44, 0.00, 0.74, 0.66. Web safe color of #315717 is #336600. Color #315717 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01010111 00010111
Octal 61 127 27
Decimal 49 87 23
Hex 31 57 17

RGB Percentages of Color #315717

%30.82
%54.72
%14.47

CMYK Percentages of Color #315717

%44
%0
%74
%66

Triadic Colors of #315717

#315717 #173157 #571731

Analogous Colors of #315717

#315717 #17571d #515717

Monochromatic Colors of #315717

#315717

Complementary Color

#315717 #3d1757

#315717 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315717 Color Preview on White Background

Lorem ipsum dolor sit amet.

#315717 Color CSS Codes

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

#315717 Text Font Color

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

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


#315717 Background Color

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

This div background color is #315717


#315717 Border Color

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

This div border color is #315717


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315717


Comments

No comments written yet.

Please login to write comment.