Color Hex Logo

#316d7a Color Hex

#316D7A
(49,109,122)
0 Favorites   0 Comments

Color spaces of #316d7a

RGB 49109122
HSL0.530.430.34
HSV191°60°48°
CMYK 0.600.110.00   0.52
XYZ10.248112.995420.3806
Yxy12.99540.23490.2979
Hunter Lab36.0491-12.3417-8.2856
CIE-Lab42.7563-15.2811-13.1021

#316d7a color RGB value is (49,109,122).

#316d7a hex color red value is 49, green value is 109 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #316d7a hue: 0.53 , saturation: 0.43 and the lightness value of 316d7a is 0.34.

The process color (four color CMYK) of #316d7a color hex is 0.60, 0.11, 0.00, 0.52. Web safe color of #316d7a is #336666. Color #316d7a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01101101 01111010
Octal 61 155 172
Decimal 49 109 122
Hex 31 6D 7A

RGB Percentages of Color #316d7a

%17.50
%38.93
%43.57

CMYK Percentages of Color #316d7a

%60
%11
%0
%52

Triadic Colors of #316d7a

#316d7a #7a316d #6d7a31

Analogous Colors of #316d7a

#316d7a #31487a #317a63

Monochromatic Colors of #316d7a

#316d7a

Complementary Color

#316d7a #7a3e31

#316d7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316d7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#316d7a Color CSS Codes

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

#316d7a Text Font Color

<p style="color:#316d7a">Text here</p>

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


#316d7a Background Color

<div style="background-color:#316d7a">
Div content here</div>

This div background color is #316d7a


#316d7a Border Color

<div style="border:3px solid #316d7a">
Div here</div>

This div border color is #316d7a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,109,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #316d7a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #316d7a;
  -webkit-box-shadow: 1px 1px 3px 2px #316d7a;
  box-shadow:         1px 1px 3px 2px #316d7a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316d7a


Comments

No comments written yet.

Please login to write comment.