Color Hex Logo

#618385 Color Hex

#618385
(97,131,133)
0 Favorites   0 Comments

Color spaces of #618385

RGB 97131133
HSL0.510.160.45
HSV183°27°52°
CMYK 0.270.020.00   0.48
XYZ17.279720.467425.2302
Yxy20.46740.27440.3250
Hunter Lab45.2409-10.9938-1.3965
CIE-Lab52.3616-11.4125-4.9781

#618385 color RGB value is (97,131,133).

#618385 hex color red value is 97, green value is 131 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #618385 hue: 0.51 , saturation: 0.16 and the lightness value of 618385 is 0.45.

The process color (four color CMYK) of #618385 color hex is 0.27, 0.02, 0.00, 0.48. Web safe color of #618385 is #669999. Color #618385 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10000011 10000101
Octal 141 203 205
Decimal 97 131 133
Hex 61 83 85

RGB Percentages of Color #618385

%26.87
%36.29
%36.84

CMYK Percentages of Color #618385

%27
%2
%0
%48

Triadic Colors of #618385

#618385 #856183 #838561

Analogous Colors of #618385

#618385 #617185 #618575

Monochromatic Colors of #618385

#618385

Complementary Color

#618385 #856361

#618385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#618385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#618385 Color CSS Codes

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

#618385 Text Font Color

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

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


#618385 Background Color

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

This div background color is #618385


#618385 Border Color

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

This div border color is #618385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #618385


Comments

No comments written yet.

Please login to write comment.