Color Hex Logo

#317c05 Color Hex

#317C05
(49,124,5)
0 Favorites   0 Comments

Color spaces of #317c05

RGB 491245
HSL0.270.920.25
HSV98°96°49°
CMYK 0.600.000.96   0.51
XYZ8.501715.07922.6061
Yxy15.07920.32470.5758
Hunter Lab38.8319-28.875923.2033
CIE-Lab45.7425-42.520848.8148

#317c05 color RGB value is (49,124,5).

#317c05 hex color red value is 49, green value is 124 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #317c05 hue: 0.27 , saturation: 0.92 and the lightness value of 317c05 is 0.25.

The process color (four color CMYK) of #317c05 color hex is 0.60, 0.00, 0.96, 0.51. Web safe color of #317c05 is #336600. Color #317c05 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01111100 00000101
Octal 61 174 5
Decimal 49 124 5
Hex 31 7C 5

RGB Percentages of Color #317c05

%27.53
%69.66
%2.81

CMYK Percentages of Color #317c05

%60
%0
%96
%51

Triadic Colors of #317c05

#317c05 #05317c #7c0531

Analogous Colors of #317c05

#317c05 #057c15 #6d7c05

Monochromatic Colors of #317c05

#317c05

Complementary Color

#317c05 #50057c

#317c05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317c05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#317c05 Color CSS Codes

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

#317c05 Text Font Color

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

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


#317c05 Background Color

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

This div background color is #317c05


#317c05 Border Color

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

This div border color is #317c05


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,124,5, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #317c05; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #317c05;
  -webkit-box-shadow: 1px 1px 3px 2px #317c05;
  box-shadow:         1px 1px 3px 2px #317c05; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317c05


Comments

No comments written yet.

Please login to write comment.