Color Hex Logo

#615360 Color Hex

#615360
(97,83,96)
0 Favorites   0 Comments

Color spaces of #615360

RGB 978396
HSL0.850.080.35
HSV304°14°38°
CMYK 0.000.140.01   0.62
XYZ10.13439.572412.3799
Yxy9.57240.31580.2983
Hunter Lab30.93934.3247-2.0665
CIE-Lab37.06388.3714-5.4015

#615360 color RGB value is (97,83,96).

#615360 hex color red value is 97, green value is 83 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #615360 hue: 0.85 , saturation: 0.08 and the lightness value of 615360 is 0.35.

The process color (four color CMYK) of #615360 color hex is 0.00, 0.14, 0.01, 0.62. Web safe color of #615360 is #666666. Color #615360 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01010011 01100000
Octal 141 123 140
Decimal 97 83 96
Hex 61 53 60

RGB Percentages of Color #615360

%35.14
%30.07
%34.78

CMYK Percentages of Color #615360

%0
%14
%1
%62

Triadic Colors of #615360

#615360 #606153 #536061

Analogous Colors of #615360

#615360 #615359 #5b5361

Monochromatic Colors of #615360

#615360

Complementary Color

#615360 #536154

#615360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#615360 Color CSS Codes

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

#615360 Text Font Color

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

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


#615360 Background Color

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

This div background color is #615360


#615360 Border Color

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

This div border color is #615360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615360


Comments

No comments written yet.

Please login to write comment.