Color Hex Logo

#616052 Color Hex

#616052
(97,96,82)
0 Favorites   0 Comments

Color spaces of #616052

RGB 979682
HSL0.160.080.35
HSV56°15°38°
CMYK 0.000.010.15   0.62
XYZ10.635611.51639.6450
Yxy11.51630.33450.3622
Hunter Lab33.9357-3.44476.9039
CIE-Lab40.4368-2.32088.1502

#616052 color RGB value is (97,96,82).

#616052 hex color red value is 97, green value is 96 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #616052 hue: 0.16 , saturation: 0.08 and the lightness value of 616052 is 0.35.

The process color (four color CMYK) of #616052 color hex is 0.00, 0.01, 0.15, 0.62. Web safe color of #616052 is #666666. Color #616052 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01100000 01010010
Octal 141 140 122
Decimal 97 96 82
Hex 61 60 52

RGB Percentages of Color #616052

%35.27
%34.91
%29.82

CMYK Percentages of Color #616052

%0
%1
%15
%62

Triadic Colors of #616052

#616052 #526160 #605261

Analogous Colors of #616052

#616052 #5b6152 #615952

Monochromatic Colors of #616052

#616052

Complementary Color

#616052 #525361

#616052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#616052 Color CSS Codes

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

#616052 Text Font Color

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

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


#616052 Background Color

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

This div background color is #616052


#616052 Border Color

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

This div border color is #616052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616052


Comments

No comments written yet.

Please login to write comment.