Color Hex Logo

#31615c Color Hex

#31615C
(49,97,92)
0 Favorites   0 Comments

Color spaces of #31615c

RGB 499792
HSL0.480.330.29
HSV174°49°38°
CMYK 0.490.000.05   0.62
XYZ7.47319.975111.6567
Yxy9.97510.25680.3427
Hunter Lab31.5834-13.03520.2258
CIE-Lab37.7977-17.6844-2.2114

#31615c color RGB value is (49,97,92).

#31615c hex color red value is 49, green value is 97 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #31615c hue: 0.48 , saturation: 0.33 and the lightness value of 31615c is 0.29.

The process color (four color CMYK) of #31615c color hex is 0.49, 0.00, 0.05, 0.62. Web safe color of #31615c is #336666. Color #31615c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01100001 01011100
Octal 61 141 134
Decimal 49 97 92
Hex 31 61 5C

RGB Percentages of Color #31615c

%20.59
%40.76
%38.66

CMYK Percentages of Color #31615c

%49
%0
%5
%62

Triadic Colors of #31615c

#31615c #5c3161 #615c31

Analogous Colors of #31615c

#31615c #314e61 #316144

Monochromatic Colors of #31615c

#31615c

Complementary Color

#31615c #613136

#31615c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31615c Color Preview on White Background

Lorem ipsum dolor sit amet.

#31615c Color CSS Codes

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

#31615c Text Font Color

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

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


#31615c Background Color

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

This div background color is #31615c


#31615c Border Color

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

This div border color is #31615c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31615c


Comments

No comments written yet.

Please login to write comment.