Color Hex Logo

#614241 Color Hex

#614241
(97,66,65)
0 Favorites   0 Comments

Color spaces of #614241

RGB 976665
HSL0.010.200.32
HSV33°38°
CMYK 0.000.320.33   0.62
XYZ7.83216.81955.9045
Yxy6.81950.38100.3318
Hunter Lab26.11427.83554.8743
CIE-Lab31.392413.30126.0096

#614241 color RGB value is (97,66,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01000010 01000001
Octal 141 102 101
Decimal 97 66 65
Hex 61 42 41

RGB Percentages of Color #614241

%42.54
%28.95
%28.51

CMYK Percentages of Color #614241

%0
%32
%33
%62

Triadic Colors of #614241

#614241 #416142 #424161

Analogous Colors of #614241

#614241 #615241 #614150

Monochromatic Colors of #614241

#614241

Complementary Color

#614241 #416061

#614241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#614241 Color CSS Codes

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

#614241 Text Font Color

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

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


#614241 Background Color

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

This div background color is #614241


#614241 Border Color

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

This div border color is #614241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614241


Comments

No comments written yet.

Please login to write comment.