Color Hex Logo

#31764d Color Hex

#31764D
(49,118,77)
0 Favorites   0 Comments

Color spaces of #31764d

RGB 4911877
HSL0.400.410.33
HSV144°58°46°
CMYK 0.580.000.35   0.54
XYZ9.084614.14579.2728
Yxy14.14570.27950.4352
Hunter Lab37.6108-22.703511.7098
CIE-Lab44.4412-31.913716.2161

#31764d color RGB value is (49,118,77).

#31764d hex color red value is 49, green value is 118 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #31764d hue: 0.40 , saturation: 0.41 and the lightness value of 31764d is 0.33.

The process color (four color CMYK) of #31764d color hex is 0.58, 0.00, 0.35, 0.54. Web safe color of #31764d is #336666. Color #31764d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01110110 01001101
Octal 61 166 115
Decimal 49 118 77
Hex 31 76 4D

RGB Percentages of Color #31764d

%20.08
%48.36
%31.56

CMYK Percentages of Color #31764d

%58
%0
%35
%54

Triadic Colors of #31764d

#31764d #4d3176 #764d31

Analogous Colors of #31764d

#31764d #317670 #387631

Monochromatic Colors of #31764d

#31764d

Complementary Color

#31764d #76315a

#31764d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31764d Color Preview on White Background

Lorem ipsum dolor sit amet.

#31764d Color CSS Codes

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

#31764d Text Font Color

<p style="color:#31764d">Text here</p>

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


#31764d Background Color

<div style="background-color:#31764d">
Div content here</div>

This div background color is #31764d


#31764d Border Color

<div style="border:3px solid #31764d">
Div here</div>

This div border color is #31764d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31764d


Comments

No comments written yet.

Please login to write comment.