Color Hex Logo

#317961 Color Hex

#317961
(49,121,97)
0 Favorites   0 Comments

Color spaces of #317961

RGB 4912197
HSL0.440.420.33
HSV160°60°47°
CMYK 0.600.000.20   0.53
XYZ10.261715.190813.7005
Yxy15.19080.26210.3880
Hunter Lab38.9754-21.21026.4413
CIE-Lab45.8944-28.70236.4943

#317961 color RGB value is (49,121,97).

#317961 hex color red value is 49, green value is 121 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #317961 hue: 0.44 , saturation: 0.42 and the lightness value of 317961 is 0.33.

The process color (four color CMYK) of #317961 color hex is 0.60, 0.00, 0.20, 0.53. Web safe color of #317961 is #336666. Color #317961 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01111001 01100001
Octal 61 171 141
Decimal 49 121 97
Hex 31 79 61

RGB Percentages of Color #317961

%18.35
%45.32
%36.33

CMYK Percentages of Color #317961

%60
%0
%20
%53

Triadic Colors of #317961

#317961 #613179 #796131

Analogous Colors of #317961

#317961 #316d79 #31793d

Monochromatic Colors of #317961

#317961

Complementary Color

#317961 #793149

#317961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#317961 Color CSS Codes

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

#317961 Text Font Color

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

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


#317961 Background Color

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

This div background color is #317961


#317961 Border Color

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

This div border color is #317961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317961


Comments

No comments written yet.

Please login to write comment.