Color Hex Logo

#317946 Color Hex

#317946
(49,121,70)
0 Favorites   0 Comments

Color spaces of #317946

RGB 4912170
HSL0.380.420.33
HSV138°60°47°
CMYK 0.600.000.42   0.53
XYZ9.209514.76998.1598
Yxy14.76990.28660.4596
Hunter Lab38.4316-24.480814.3137
CIE-Lab45.3174-34.647721.3985

#317946 color RGB value is (49,121,70).

#317946 hex color red value is 49, green value is 121 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #317946 hue: 0.38 , saturation: 0.42 and the lightness value of 317946 is 0.33.

The process color (four color CMYK) of #317946 color hex is 0.60, 0.00, 0.42, 0.53. Web safe color of #317946 is #336633. Color #317946 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01111001 01000110
Octal 61 171 106
Decimal 49 121 70
Hex 31 79 46

RGB Percentages of Color #317946

%20.42
%50.42
%29.17

CMYK Percentages of Color #317946

%60
%0
%42
%53

Triadic Colors of #317946

#317946 #463179 #794631

Analogous Colors of #317946

#317946 #31796a #407931

Monochromatic Colors of #317946

#317946

Complementary Color

#317946 #793164

#317946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#317946 Color CSS Codes

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

#317946 Text Font Color

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

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


#317946 Background Color

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

This div background color is #317946


#317946 Border Color

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

This div border color is #317946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317946


Comments

No comments written yet.

Please login to write comment.