Color Hex Logo

#31614d Color Hex

#31614D
(49,97,77)
0 Favorites   0 Comments

Color spaces of #31614d

RGB 499777
HSL0.430.330.29
HSV155°49°38°
CMYK 0.490.000.21   0.62
XYZ6.88099.73828.5382
Yxy9.73820.27350.3871
Hunter Lab31.2061-15.25175.6221
CIE-Lab37.3684-21.64846.4096

#31614d color RGB value is (49,97,77).

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

The process color (four color CMYK) of #31614d color hex is 0.49, 0.00, 0.21, 0.62. Web safe color of #31614d is #336666. Color #31614d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01100001 01001101
Octal 61 141 115
Decimal 49 97 77
Hex 31 61 4D

RGB Percentages of Color #31614d

%21.97
%43.50
%34.53

CMYK Percentages of Color #31614d

%49
%0
%21
%62

Triadic Colors of #31614d

#31614d #4d3161 #614d31

Analogous Colors of #31614d

#31614d #315d61 #316135

Monochromatic Colors of #31614d

#31614d

Complementary Color

#31614d #613145

#31614d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31614d Color Preview on White Background

Lorem ipsum dolor sit amet.

#31614d Color CSS Codes

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

#31614d Text Font Color

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

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


#31614d Background Color

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

This div background color is #31614d


#31614d Border Color

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

This div border color is #31614d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,97,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 #31614d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31614d


Comments

No comments written yet.

Please login to write comment.