Color Hex Logo

#61604d Color Hex

#61604D
(97,96,77)
0 Favorites   0 Comments

Color spaces of #61604d

RGB 979677
HSL0.160.110.34
HSV57°21°38°
CMYK 0.000.010.21   0.62
XYZ10.452211.44308.6790
Yxy11.44300.34190.3743
Hunter Lab33.8275-4.04438.4674
CIE-Lab40.3168-3.196511.0250

#61604d color RGB value is (97,96,77).

#61604d hex color red value is 97, green value is 96 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #61604d hue: 0.16 , saturation: 0.11 and the lightness value of 61604d is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01100000 01001101
Octal 141 140 115
Decimal 97 96 77
Hex 61 60 4D

RGB Percentages of Color #61604d

%35.93
%35.56
%28.52

CMYK Percentages of Color #61604d

%0
%1
%21
%62

Triadic Colors of #61604d

#61604d #4d6160 #604d61

Analogous Colors of #61604d

#61604d #58614d #61564d

Monochromatic Colors of #61604d

#61604d

Complementary Color

#61604d #4d4e61

#61604d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61604d Color Preview on White Background

Lorem ipsum dolor sit amet.

#61604d Color CSS Codes

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

#61604d Text Font Color

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

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


#61604d Background Color

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

This div background color is #61604d


#61604d Border Color

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

This div border color is #61604d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61604d


Comments

No comments written yet.

Please login to write comment.