Color Hex Logo

#614749 Color Hex

#614749
(97,71,73)
0 Favorites   0 Comments

Color spaces of #614749

RGB 977173
HSL0.990.150.33
HSV355°27°38°
CMYK 0.000.270.25   0.62
XYZ8.38567.52897.3146
Yxy7.52890.36100.3241
Hunter Lab27.43886.53353.4018
CIE-Lab32.981811.45943.1484

#614749 color RGB value is (97,71,73).

#614749 hex color red value is 97, green value is 71 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #614749 hue: 0.99 , saturation: 0.15 and the lightness value of 614749 is 0.33.

The process color (four color CMYK) of #614749 color hex is 0.00, 0.27, 0.25, 0.62. Web safe color of #614749 is #663333. Color #614749 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01000111 01001001
Octal 141 107 111
Decimal 97 71 73
Hex 61 47 49

RGB Percentages of Color #614749

%40.25
%29.46
%30.29

CMYK Percentages of Color #614749

%0
%27
%25
%62

Triadic Colors of #614749

#614749 #496147 #474961

Analogous Colors of #614749

#614749 #615247 #614756

Monochromatic Colors of #614749

#614749

Complementary Color

#614749 #47615f

#614749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#614749 Color CSS Codes

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

#614749 Text Font Color

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

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


#614749 Background Color

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

This div background color is #614749


#614749 Border Color

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

This div border color is #614749


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614749


Comments

No comments written yet.

Please login to write comment.