Color Hex Logo

#31a95f Color Hex

#31A95F
(49,169,95)
0 Favorites   0 Comments

Color spaces of #31a95f

RGB 4916995
HSL0.400.550.43
HSV143°71°66°
CMYK 0.710.000.44   0.34
XYZ17.520129.855115.6657
Yxy29.85510.27790.4736
Hunter Lab54.6398-38.384221.2489
CIE-Lab61.5290-49.619628.8710

#31a95f color RGB value is (49,169,95).

#31a95f hex color red value is 49, green value is 169 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #31a95f hue: 0.40 , saturation: 0.55 and the lightness value of 31a95f is 0.43.

The process color (four color CMYK) of #31a95f color hex is 0.71, 0.00, 0.44, 0.34. Web safe color of #31a95f is #339966. Color #31a95f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10101001 01011111
Octal 61 251 137
Decimal 49 169 95
Hex 31 A9 5F

RGB Percentages of Color #31a95f

%15.65
%53.99
%30.35

CMYK Percentages of Color #31a95f

%71
%0
%44
%34

Triadic Colors of #31a95f

#31a95f #5f31a9 #a95f31

Analogous Colors of #31a95f

#31a95f #31a99b #3fa931

Monochromatic Colors of #31a95f

#31a95f

Complementary Color

#31a95f #a9317b

#31a95f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31a95f Color Preview on White Background

Lorem ipsum dolor sit amet.

#31a95f Color CSS Codes

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

#31a95f Text Font Color

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

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


#31a95f Background Color

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

This div background color is #31a95f


#31a95f Border Color

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

This div border color is #31a95f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,169,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31a95f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31a95f;
  -webkit-box-shadow: 1px 1px 3px 2px #31a95f;
  box-shadow:         1px 1px 3px 2px #31a95f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31a95f


Comments

No comments written yet.

Please login to write comment.