Color Hex Logo

#614001 Color Hex

#614001
(97,64,1)
0 Favorites   0 Comments

Color spaces of #614001

RGB 97641
HSL0.110.980.19
HSV39°99°38°
CMYK 0.000.340.99   0.62
XYZ6.76866.21040.8707
Yxy6.21040.48870.4484
Hunter Lab24.92074.870515.3729
CIE-Lab29.93729.242739.1619

#614001 color RGB value is (97,64,1).

#614001 hex color red value is 97, green value is 64 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #614001 hue: 0.11 , saturation: 0.98 and the lightness value of 614001 is 0.19.

The process color (four color CMYK) of #614001 color hex is 0.00, 0.34, 0.99, 0.62. Web safe color of #614001 is #663300. Color #614001 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01000000 00000001
Octal 141 100 1
Decimal 97 64 1
Hex 61 40 1

RGB Percentages of Color #614001

%59.88
%39.51
%0.62

CMYK Percentages of Color #614001

%0
%34
%99
%62

Triadic Colors of #614001

#614001 #016140 #400161

Analogous Colors of #614001

#614001 #526101 #611001

Monochromatic Colors of #614001

#614001

Complementary Color

#614001 #012261

#614001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#614001 Color CSS Codes

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

#614001 Text Font Color

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

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


#614001 Background Color

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

This div background color is #614001


#614001 Border Color

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

This div border color is #614001


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614001


Comments

No comments written yet.

Please login to write comment.