Color Hex Logo

#317761 Color Hex

#317761
(49,119,97)
0 Favorites   0 Comments

Color spaces of #317761

RGB 4911997
HSL0.450.420.33
HSV161°59°47°
CMYK 0.590.000.18   0.53
XYZ10.021114.709713.6203
Yxy14.70970.26130.3836
Hunter Lab38.3532-20.47895.7917
CIE-Lab45.2340-27.73115.5516

#317761 color RGB value is (49,119,97).

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

The process color (four color CMYK) of #317761 color hex is 0.59, 0.00, 0.18, 0.53. Web safe color of #317761 is #336666. Color #317761 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01110111 01100001
Octal 61 167 141
Decimal 49 119 97
Hex 31 77 61

RGB Percentages of Color #317761

%18.49
%44.91
%36.60

CMYK Percentages of Color #317761

%59
%0
%18
%53

Triadic Colors of #317761

#317761 #613177 #776131

Analogous Colors of #317761

#317761 #316a77 #31773e

Monochromatic Colors of #317761

#317761

Complementary Color

#317761 #773147

#317761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#317761 Color CSS Codes

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

#317761 Text Font Color

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

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


#317761 Background Color

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

This div background color is #317761


#317761 Border Color

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

This div border color is #317761


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317761


Comments

No comments written yet.

Please login to write comment.