Color Hex Logo

#614a5b Color Hex

#614A5B
(97,74,91)
0 Favorites   0 Comments

Color spaces of #614a5b

RGB 977491
HSL0.880.130.34
HSV316°24°38°
CMYK 0.000.240.06   0.62
XYZ9.26698.194310.9908
Yxy8.19430.32570.2880
Hunter Lab28.62577.6903-2.7263
CIE-Lab34.384312.9539-6.2527

#614a5b color RGB value is (97,74,91).

#614a5b hex color red value is 97, green value is 74 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #614a5b hue: 0.88 , saturation: 0.13 and the lightness value of 614a5b is 0.34.

The process color (four color CMYK) of #614a5b color hex is 0.00, 0.24, 0.06, 0.62. Web safe color of #614a5b is #663366. Color #614a5b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01001010 01011011
Octal 141 112 133
Decimal 97 74 91
Hex 61 4A 5B

RGB Percentages of Color #614a5b

%37.02
%28.24
%34.73

CMYK Percentages of Color #614a5b

%0
%24
%6
%62

Triadic Colors of #614a5b

#614a5b #5b614a #4a5b61

Analogous Colors of #614a5b

#614a5b #614a50 #5c4a61

Monochromatic Colors of #614a5b

#614a5b

Complementary Color

#614a5b #4a6150

#614a5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614a5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#614a5b Color CSS Codes

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

#614a5b Text Font Color

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

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


#614a5b Background Color

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

This div background color is #614a5b


#614a5b Border Color

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

This div border color is #614a5b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,74,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #614a5b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #614a5b;
  -webkit-box-shadow: 1px 1px 3px 2px #614a5b;
  box-shadow:         1px 1px 3px 2px #614a5b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614a5b


Comments

No comments written yet.

Please login to write comment.