Color Hex Logo

#317661 Color Hex

#317661
(49,118,97)
0 Favorites   0 Comments

Color spaces of #317661

RGB 4911897
HSL0.450.410.33
HSV162°58°46°
CMYK 0.580.000.18   0.54
XYZ9.902714.472913.5809
Yxy14.47290.26090.3813
Hunter Lab38.0433-20.11205.4646
CIE-Lab44.9036-27.24105.0785

#317661 color RGB value is (49,118,97).

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

The process color (four color CMYK) of #317661 color hex is 0.58, 0.00, 0.18, 0.54. Web safe color of #317661 is #336666. Color #317661 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01110110 01100001
Octal 61 166 141
Decimal 49 118 97
Hex 31 76 61

RGB Percentages of Color #317661

%18.56
%44.70
%36.74

CMYK Percentages of Color #317661

%58
%0
%18
%54

Triadic Colors of #317661

#317661 #613176 #766131

Analogous Colors of #317661

#317661 #316976 #31763f

Monochromatic Colors of #317661

#317661

Complementary Color

#317661 #763146

#317661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#317661 Color CSS Codes

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

#317661 Text Font Color

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

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


#317661 Background Color

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

This div background color is #317661


#317661 Border Color

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

This div border color is #317661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317661


Comments

No comments written yet.

Please login to write comment.