Color Hex Logo

#31767d Color Hex

#31767D
(49,118,125)
0 Favorites   0 Comments

Color spaces of #31767d

RGB 49118125
HSL0.520.440.34
HSV186°61°49°
CMYK 0.610.060.00   0.51
XYZ11.446715.090521.7115
Yxy15.09050.23720.3128
Hunter Lab38.8465-15.3837-5.9449
CIE-Lab45.7579-19.2811-10.3649

#31767d color RGB value is (49,118,125).

#31767d hex color red value is 49, green value is 118 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #31767d hue: 0.52 , saturation: 0.44 and the lightness value of 31767d is 0.34.

The process color (four color CMYK) of #31767d color hex is 0.61, 0.06, 0.00, 0.51. Web safe color of #31767d is #336666. Color #31767d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01110110 01111101
Octal 61 166 175
Decimal 49 118 125
Hex 31 76 7D

RGB Percentages of Color #31767d

%16.78
%40.41
%42.81

CMYK Percentages of Color #31767d

%61
%6
%0
%51

Triadic Colors of #31767d

#31767d #7d3176 #767d31

Analogous Colors of #31767d

#31767d #31507d #317d5e

Monochromatic Colors of #31767d

#31767d

Complementary Color

#31767d #7d3831

#31767d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31767d Color Preview on White Background

Lorem ipsum dolor sit amet.

#31767d Color CSS Codes

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

#31767d Text Font Color

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

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


#31767d Background Color

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

This div background color is #31767d


#31767d Border Color

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

This div border color is #31767d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31767d


Comments

No comments written yet.

Please login to write comment.