Color Hex Logo

#31683e Color Hex

#31683E
(49,104,62)
0 Favorites   0 Comments

Color spaces of #31683e

RGB 4910462
HSL0.370.360.30
HSV134°53°41°
CMYK 0.530.000.40   0.59
XYZ7.086410.90146.2881
Yxy10.90140.29190.4491
Hunter Lab33.0173-19.469311.8204
CIE-Lab39.4139-28.411018.2346

#31683e color RGB value is (49,104,62).

#31683e hex color red value is 49, green value is 104 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #31683e hue: 0.37 , saturation: 0.36 and the lightness value of 31683e is 0.30.

The process color (four color CMYK) of #31683e color hex is 0.53, 0.00, 0.40, 0.59. Web safe color of #31683e is #336633. Color #31683e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01101000 00111110
Octal 61 150 76
Decimal 49 104 62
Hex 31 68 3E

RGB Percentages of Color #31683e

%22.79
%48.37
%28.84

CMYK Percentages of Color #31683e

%53
%0
%40
%59

Triadic Colors of #31683e

#31683e #3e3168 #683e31

Analogous Colors of #31683e

#31683e #31685a #406831

Monochromatic Colors of #31683e

#31683e

Complementary Color

#31683e #68315b

#31683e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31683e Color Preview on White Background

Lorem ipsum dolor sit amet.

#31683e Color CSS Codes

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

#31683e Text Font Color

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

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


#31683e Background Color

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

This div background color is #31683e


#31683e Border Color

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

This div border color is #31683e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31683e


Comments

No comments written yet.

Please login to write comment.