Color Hex Logo

#31b158 Color Hex

#31B158
(49,177,88)
0 Favorites   0 Comments

Color spaces of #31b158

RGB 4917788
HSL0.380.570.44
HSV138°72°69°
CMYK 0.720.000.50   0.31
XYZ18.750232.801814.5757
Yxy32.80180.28350.4960
Hunter Lab57.2729-41.789525.0019
CIE-Lab64.0001-53.761335.6208

#31b158 color RGB value is (49,177,88).

#31b158 hex color red value is 49, green value is 177 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #31b158 hue: 0.38 , saturation: 0.57 and the lightness value of 31b158 is 0.44.

The process color (four color CMYK) of #31b158 color hex is 0.72, 0.00, 0.50, 0.31. Web safe color of #31b158 is #339966. Color #31b158 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10110001 01011000
Octal 61 261 130
Decimal 49 177 88
Hex 31 B1 58

RGB Percentages of Color #31b158

%15.61
%56.37
%28.03

CMYK Percentages of Color #31b158

%72
%0
%50
%31

Triadic Colors of #31b158

#31b158 #5831b1 #b15831

Analogous Colors of #31b158

#31b158 #31b198 #4ab131

Monochromatic Colors of #31b158

#31b158

Complementary Color

#31b158 #b1318a

#31b158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31b158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#31b158 Color CSS Codes

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

#31b158 Text Font Color

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

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


#31b158 Background Color

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

This div background color is #31b158


#31b158 Border Color

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

This div border color is #31b158


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31b158


Comments

No comments written yet.

Please login to write comment.