Color Hex Logo

#61514e Color Hex

#61514E
(97,81,78)
0 Favorites   0 Comments

Color spaces of #61514e

RGB 978178
HSL0.030.110.34
HSV20°38°
CMYK 0.000.160.20   0.62
XYZ9.24738.97638.4529
Yxy8.97630.34660.3365
Hunter Lab29.96052.66324.2445
CIE-Lab35.93866.09194.2305

#61514e color RGB value is (97,81,78).

#61514e hex color red value is 97, green value is 81 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #61514e hue: 0.03 , saturation: 0.11 and the lightness value of 61514e is 0.34.

The process color (four color CMYK) of #61514e color hex is 0.00, 0.16, 0.20, 0.62. Web safe color of #61514e is #666666. Color #61514e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01010001 01001110
Octal 141 121 116
Decimal 97 81 78
Hex 61 51 4E

RGB Percentages of Color #61514e

%37.89
%31.64
%30.47

CMYK Percentages of Color #61514e

%0
%16
%20
%62

Triadic Colors of #61514e

#61514e #4e6151 #514e61

Analogous Colors of #61514e

#61514e #615b4e #614e55

Monochromatic Colors of #61514e

#61514e

Complementary Color

#61514e #4e5e61

#61514e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61514e Color Preview on White Background

Lorem ipsum dolor sit amet.

#61514e Color CSS Codes

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

#61514e Text Font Color

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

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


#61514e Background Color

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

This div background color is #61514e


#61514e Border Color

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

This div border color is #61514e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61514e

#61514e Color Palettes


Comments

No comments written yet.

Please login to write comment.