Color Hex Logo

#317159 Color Hex

#317159
(49,113,89)
0 Favorites   0 Comments

Color spaces of #317159

RGB 4911389
HSL0.440.400.32
HSV158°57°44°
CMYK 0.570.000.21   0.56
XYZ8.974913.184511.5230
Yxy13.18450.26650.3914
Hunter Lab36.3105-19.42336.6019
CIE-Lab43.0399-26.79787.1914

#317159 color RGB value is (49,113,89).

#317159 hex color red value is 49, green value is 113 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #317159 hue: 0.44 , saturation: 0.40 and the lightness value of 317159 is 0.32.

The process color (four color CMYK) of #317159 color hex is 0.57, 0.00, 0.21, 0.56. Web safe color of #317159 is #336666. Color #317159 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01110001 01011001
Octal 61 161 131
Decimal 49 113 89
Hex 31 71 59

RGB Percentages of Color #317159

%19.52
%45.02
%35.46

CMYK Percentages of Color #317159

%57
%0
%21
%56

Triadic Colors of #317159

#317159 #593171 #715931

Analogous Colors of #317159

#317159 #316971 #317139

Monochromatic Colors of #317159

#317159

Complementary Color

#317159 #713149

#317159 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317159 Color Preview on White Background

Lorem ipsum dolor sit amet.

#317159 Color CSS Codes

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

#317159 Text Font Color

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

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


#317159 Background Color

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

This div background color is #317159


#317159 Border Color

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

This div border color is #317159


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317159


Comments

No comments written yet.

Please login to write comment.