Color Hex Logo

#614653 Color Hex

#614653
(97,70,83)
0 Favorites   0 Comments

Color spaces of #614653

RGB 977083
HSL0.920.160.33
HSV331°28°38°
CMYK 0.000.280.14   0.62
XYZ8.68137.54629.1826
Yxy7.54620.34160.2970
Hunter Lab27.47038.3372-0.5898
CIE-Lab33.019313.8840-3.1904

#614653 color RGB value is (97,70,83).

#614653 hex color red value is 97, green value is 70 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #614653 hue: 0.92 , saturation: 0.16 and the lightness value of 614653 is 0.33.

The process color (four color CMYK) of #614653 color hex is 0.00, 0.28, 0.14, 0.62. Web safe color of #614653 is #663366. Color #614653 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01000110 01010011
Octal 141 106 123
Decimal 97 70 83
Hex 61 46 53

RGB Percentages of Color #614653

%38.80
%28.00
%33.20

CMYK Percentages of Color #614653

%0
%28
%14
%62

Triadic Colors of #614653

#614653 #536146 #465361

Analogous Colors of #614653

#614653 #614746 #614661

Monochromatic Colors of #614653

#614653

Complementary Color

#614653 #466154

#614653 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614653 Color Preview on White Background

Lorem ipsum dolor sit amet.

#614653 Color CSS Codes

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

#614653 Text Font Color

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

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


#614653 Background Color

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

This div background color is #614653


#614653 Border Color

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

This div border color is #614653


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614653


Comments

No comments written yet.

Please login to write comment.