Color Hex Logo

#31784e Color Hex

#31784E
(49,120,78)
0 Favorites   0 Comments

Color spaces of #31784e

RGB 4912078
HSL0.400.420.33
HSV145°59°47°
CMYK 0.590.000.35   0.53
XYZ9.358214.63609.5395
Yxy14.63600.27910.4365
Hunter Lab38.2570-23.286211.9958
CIE-Lab45.1316-32.617216.5708

#31784e color RGB value is (49,120,78).

#31784e hex color red value is 49, green value is 120 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #31784e hue: 0.40 , saturation: 0.42 and the lightness value of 31784e is 0.33.

The process color (four color CMYK) of #31784e color hex is 0.59, 0.00, 0.35, 0.53. Web safe color of #31784e is #336666. Color #31784e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01111000 01001110
Octal 61 170 116
Decimal 49 120 78
Hex 31 78 4E

RGB Percentages of Color #31784e

%19.84
%48.58
%31.58

CMYK Percentages of Color #31784e

%59
%0
%35
%53

Triadic Colors of #31784e

#31784e #4e3178 #784e31

Analogous Colors of #31784e

#31784e #317872 #387831

Monochromatic Colors of #31784e

#31784e

Complementary Color

#31784e #78315b

#31784e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31784e Color Preview on White Background

Lorem ipsum dolor sit amet.

#31784e Color CSS Codes

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

#31784e Text Font Color

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

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


#31784e Background Color

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

This div background color is #31784e


#31784e Border Color

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

This div border color is #31784e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31784e


Comments

No comments written yet.

Please login to write comment.