Color Hex Logo

#614237 Color Hex

#614237
(97,66,55)
0 Favorites   0 Comments

Color spaces of #614237

RGB 976655
HSL0.040.280.30
HSV16°43°38°
CMYK 0.000.320.43   0.62
XYZ7.56766.71374.5114
Yxy6.71370.40270.3573
Hunter Lab25.91086.78947.8144
CIE-Lab31.146011.885712.0798

#614237 color RGB value is (97,66,55).

#614237 hex color red value is 97, green value is 66 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #614237 hue: 0.04 , saturation: 0.28 and the lightness value of 614237 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01000010 00110111
Octal 141 102 67
Decimal 97 66 55
Hex 61 42 37

RGB Percentages of Color #614237

%44.50
%30.28
%25.23

CMYK Percentages of Color #614237

%0
%32
%43
%62

Triadic Colors of #614237

#614237 #376142 #423761

Analogous Colors of #614237

#614237 #615737 #613741

Monochromatic Colors of #614237

#614237

Complementary Color

#614237 #375661

#614237 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614237 Color Preview on White Background

Lorem ipsum dolor sit amet.

#614237 Color CSS Codes

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

#614237 Text Font Color

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

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


#614237 Background Color

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

This div background color is #614237


#614237 Border Color

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

This div border color is #614237


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614237


Comments

No comments written yet.

Please login to write comment.