Color Hex Logo

#614642 Color Hex

#614642
(97,70,66)
0 Favorites   0 Comments

Color spaces of #614642

RGB 977066
HSL0.020.190.32
HSV32°38°
CMYK 0.000.280.32   0.62
XYZ8.10337.31516.1391
Yxy7.31510.37590.3393
Hunter Lab27.04646.14865.4746
CIE-Lab32.513710.95086.9533

#614642 color RGB value is (97,70,66).

#614642 hex color red value is 97, green value is 70 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #614642 hue: 0.02 , saturation: 0.19 and the lightness value of 614642 is 0.32.

The process color (four color CMYK) of #614642 color hex is 0.00, 0.28, 0.32, 0.62. Web safe color of #614642 is #663333. Color #614642 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01000110 01000010
Octal 141 106 102
Decimal 97 70 66
Hex 61 46 42

RGB Percentages of Color #614642

%41.63
%30.04
%28.33

CMYK Percentages of Color #614642

%0
%28
%32
%62

Triadic Colors of #614642

#614642 #426146 #464261

Analogous Colors of #614642

#614642 #615642 #61424e

Monochromatic Colors of #614642

#614642

Complementary Color

#614642 #425d61

#614642 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614642 Color Preview on White Background

Lorem ipsum dolor sit amet.

#614642 Color CSS Codes

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

#614642 Text Font Color

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

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


#614642 Background Color

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

This div background color is #614642


#614642 Border Color

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

This div border color is #614642


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614642


Comments

No comments written yet.

Please login to write comment.