Color Hex Logo

#317b3c Color Hex

#317B3C
(49,123,60)
0 Favorites   0 Comments

Color spaces of #317b3c

RGB 4912360
HSL0.360.430.34
HSV129°60°48°
CMYK 0.600.000.51   0.52
XYZ9.165215.14516.7152
Yxy15.14510.29540.4882
Hunter Lab38.9167-26.066017.0110
CIE-Lab45.8323-37.235927.5888

#317b3c color RGB value is (49,123,60).

#317b3c hex color red value is 49, green value is 123 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #317b3c hue: 0.36 , saturation: 0.43 and the lightness value of 317b3c is 0.34.

The process color (four color CMYK) of #317b3c color hex is 0.60, 0.00, 0.51, 0.52. Web safe color of #317b3c is #336633. Color #317b3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01111011 00111100
Octal 61 173 74
Decimal 49 123 60
Hex 31 7B 3C

RGB Percentages of Color #317b3c

%21.12
%53.02
%25.86

CMYK Percentages of Color #317b3c

%60
%0
%51
%52

Triadic Colors of #317b3c

#317b3c #3c317b #7b3c31

Analogous Colors of #317b3c

#317b3c #317b61 #4b7b31

Monochromatic Colors of #317b3c

#317b3c

Complementary Color

#317b3c #7b3170

#317b3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317b3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#317b3c Color CSS Codes

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

#317b3c Text Font Color

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

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


#317b3c Background Color

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

This div background color is #317b3c


#317b3c Border Color

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

This div border color is #317b3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317b3c


Comments

No comments written yet.

Please login to write comment.