Color Hex Logo

#317032 Color Hex

#317032
(49,112,50)
0 Favorites   0 Comments

Color spaces of #317032

RGB 4911250
HSL0.340.390.32
HSV121°56°44°
CMYK 0.560.000.55   0.56
XYZ7.636512.47165.0224
Yxy12.47160.30390.4963
Hunter Lab35.3152-23.202916.2886
CIE-Lab41.9560-34.058328.1976

#317032 color RGB value is (49,112,50).

#317032 hex color red value is 49, green value is 112 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #317032 hue: 0.34 , saturation: 0.39 and the lightness value of 317032 is 0.32.

The process color (four color CMYK) of #317032 color hex is 0.56, 0.00, 0.55, 0.56. Web safe color of #317032 is #336633. Color #317032 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01110000 00110010
Octal 61 160 62
Decimal 49 112 50
Hex 31 70 32

RGB Percentages of Color #317032

%23.22
%53.08
%23.70

CMYK Percentages of Color #317032

%56
%0
%55
%56

Triadic Colors of #317032

#317032 #323170 #703231

Analogous Colors of #317032

#317032 #317052 #507031

Monochromatic Colors of #317032

#317032

Complementary Color

#317032 #70316f

#317032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#317032 Color CSS Codes

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

#317032 Text Font Color

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

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


#317032 Background Color

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

This div background color is #317032


#317032 Border Color

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

This div border color is #317032


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317032


Comments

No comments written yet.

Please login to write comment.