Color Hex Logo

#31996e Color Hex

#31996E
(49,153,110)
0 Favorites   0 Comments

Color spaces of #31996e

RGB 49153110
HSL0.430.510.40
HSV155°68°60°
CMYK 0.680.000.28   0.40
XYZ15.472324.561218.6772
Yxy24.56120.26350.4183
Hunter Lab49.5593-31.001412.3471
CIE-Lab56.6454-40.118514.1251

#31996e color RGB value is (49,153,110).

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

The process color (four color CMYK) of #31996e color hex is 0.68, 0.00, 0.28, 0.40. Web safe color of #31996e is #339966. Color #31996e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10011001 01101110
Octal 61 231 156
Decimal 49 153 110
Hex 31 99 6E

RGB Percentages of Color #31996e

%15.71
%49.04
%35.26

CMYK Percentages of Color #31996e

%68
%0
%28
%40

Triadic Colors of #31996e

#31996e #6e3199 #996e31

Analogous Colors of #31996e

#31996e #319099 #31993a

Monochromatic Colors of #31996e

#31996e

Complementary Color

#31996e #99315c

#31996e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31996e Color Preview on White Background

Lorem ipsum dolor sit amet.

#31996e Color CSS Codes

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

#31996e Text Font Color

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

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


#31996e Background Color

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

This div background color is #31996e


#31996e Border Color

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

This div border color is #31996e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31996e


Comments

No comments written yet.

Please login to write comment.