Color Hex Logo

#31993f Color Hex

#31993F
(49,153,63)
0 Favorites   0 Comments

Color spaces of #31993f

RGB 4915363
HSL0.360.510.40
HSV128°68°60°
CMYK 0.680.000.59   0.40
XYZ13.555123.79438.5810
Yxy23.79430.29510.5181
Hunter Lab48.7794-35.761323.7156
CIE-Lab55.8813-48.601938.1855

#31993f color RGB value is (49,153,63).

#31993f hex color red value is 49, green value is 153 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #31993f hue: 0.36 , saturation: 0.51 and the lightness value of 31993f is 0.40.

The process color (four color CMYK) of #31993f color hex is 0.68, 0.00, 0.59, 0.40. Web safe color of #31993f is #339933. Color #31993f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10011001 00111111
Octal 61 231 77
Decimal 49 153 63
Hex 31 99 3F

RGB Percentages of Color #31993f

%18.49
%57.74
%23.77

CMYK Percentages of Color #31993f

%68
%0
%59
%40

Triadic Colors of #31993f

#31993f #3f3199 #993f31

Analogous Colors of #31993f

#31993f #319973 #579931

Monochromatic Colors of #31993f

#31993f

Complementary Color

#31993f #99318b

#31993f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31993f Color Preview on White Background

Lorem ipsum dolor sit amet.

#31993f Color CSS Codes

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

#31993f Text Font Color

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

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


#31993f Background Color

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

This div background color is #31993f


#31993f Border Color

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

This div border color is #31993f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,153,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31993f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31993f;
  -webkit-box-shadow: 1px 1px 3px 2px #31993f;
  box-shadow:         1px 1px 3px 2px #31993f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31993f


Comments

No comments written yet.

Please login to write comment.