Color Hex Logo

#31a376 Color Hex

#31A376
(49,163,118)
0 Favorites   0 Comments

Color spaces of #31a376

RGB 49163118
HSL0.430.540.42
HSV156°70°64°
CMYK 0.700.000.28   0.36
XYZ17.633828.155421.6447
Yxy28.15540.26150.4175
Hunter Lab53.0617-33.537612.9578
CIE-Lab60.0289-42.539314.3602

#31a376 color RGB value is (49,163,118).

#31a376 hex color red value is 49, green value is 163 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #31a376 hue: 0.43 , saturation: 0.54 and the lightness value of 31a376 is 0.42.

The process color (four color CMYK) of #31a376 color hex is 0.70, 0.00, 0.28, 0.36. Web safe color of #31a376 is #339966. Color #31a376 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10100011 01110110
Octal 61 243 166
Decimal 49 163 118
Hex 31 A3 76

RGB Percentages of Color #31a376

%14.85
%49.39
%35.76

CMYK Percentages of Color #31a376

%70
%0
%28
%36

Triadic Colors of #31a376

#31a376 #7631a3 #a37631

Analogous Colors of #31a376

#31a376 #3197a3 #31a33d

Monochromatic Colors of #31a376

#31a376

Complementary Color

#31a376 #a3315e

#31a376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31a376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#31a376 Color CSS Codes

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

#31a376 Text Font Color

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

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


#31a376 Background Color

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

This div background color is #31a376


#31a376 Border Color

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

This div border color is #31a376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31a376


Comments

No comments written yet.

Please login to write comment.