Color Hex Logo

#614738 Color Hex

#614738
(97,71,56)
0 Favorites   0 Comments

Color spaces of #614738

RGB 977156
HSL0.060.270.30
HSV22°42°38°
CMYK 0.000.270.42   0.62
XYZ7.89687.33344.7407
Yxy7.33340.39540.3672
Hunter Lab27.08034.66158.5768
CIE-Lab32.55428.891113.3543

#614738 color RGB value is (97,71,56).

#614738 hex color red value is 97, green value is 71 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #614738 hue: 0.06 , saturation: 0.27 and the lightness value of 614738 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01000111 00111000
Octal 141 107 70
Decimal 97 71 56
Hex 61 47 38

RGB Percentages of Color #614738

%43.30
%31.70
%25.00

CMYK Percentages of Color #614738

%0
%27
%42
%62

Triadic Colors of #614738

#614738 #386147 #473861

Analogous Colors of #614738

#614738 #615c38 #61383d

Monochromatic Colors of #614738

#614738

Complementary Color

#614738 #385261

#614738 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614738 Color Preview on White Background

Lorem ipsum dolor sit amet.

#614738 Color CSS Codes

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

#614738 Text Font Color

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

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


#614738 Background Color

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

This div background color is #614738


#614738 Border Color

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

This div border color is #614738


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614738


Comments

No comments written yet.

Please login to write comment.