Color Hex Logo

#317372 Color Hex

#317372
(49,115,114)
0 Favorites   0 Comments

Color spaces of #317372

RGB 49115114
HSL0.500.400.32
HSV179°57°45°
CMYK 0.570.000.01   0.55
XYZ10.434614.129318.0969
Yxy14.12930.24460.3312
Hunter Lab37.5890-16.2295-2.2324
CIE-Lab44.4178-21.0078-5.7939

#317372 color RGB value is (49,115,114).

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

The process color (four color CMYK) of #317372 color hex is 0.57, 0.00, 0.01, 0.55. Web safe color of #317372 is #336666. Color #317372 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01110011 01110010
Octal 61 163 162
Decimal 49 115 114
Hex 31 73 72

RGB Percentages of Color #317372

%17.63
%41.37
%41.01

CMYK Percentages of Color #317372

%57
%0
%1
%55

Triadic Colors of #317372

#317372 #723173 #737231

Analogous Colors of #317372

#317372 #315373 #317351

Monochromatic Colors of #317372

#317372

Complementary Color

#317372 #733132

#317372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#317372 Color CSS Codes

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

#317372 Text Font Color

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

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


#317372 Background Color

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

This div background color is #317372


#317372 Border Color

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

This div border color is #317372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317372


Comments

No comments written yet.

Please login to write comment.