Color Hex Logo

#61775a Color Hex

#61775A
(97,119,90)
0 Favorites   0 Comments

Color spaces of #61775a

RGB 9711990
HSL0.290.140.41
HSV106°24°47°
CMYK 0.180.000.24   0.53
XYZ13.372116.473212.1477
Yxy16.47320.31840.3923
Hunter Lab40.5872-12.217910.6656
CIE-Lab47.5893-14.041613.3555

#61775a color RGB value is (97,119,90).

#61775a hex color red value is 97, green value is 119 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #61775a hue: 0.29 , saturation: 0.14 and the lightness value of 61775a is 0.41.

The process color (four color CMYK) of #61775a color hex is 0.18, 0.00, 0.24, 0.53. Web safe color of #61775a is #666666. Color #61775a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01110111 01011010
Octal 141 167 132
Decimal 97 119 90
Hex 61 77 5A

RGB Percentages of Color #61775a

%31.70
%38.89
%29.41

CMYK Percentages of Color #61775a

%18
%0
%24
%53

Triadic Colors of #61775a

#61775a #5a6177 #775a61

Analogous Colors of #61775a

#61775a #5a7762 #70775a

Monochromatic Colors of #61775a

#61775a

Complementary Color

#61775a #705a77

#61775a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61775a Color Preview on White Background

Lorem ipsum dolor sit amet.

#61775a Color CSS Codes

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

#61775a Text Font Color

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

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


#61775a Background Color

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

This div background color is #61775a


#61775a Border Color

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

This div border color is #61775a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,119,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61775a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61775a;
  -webkit-box-shadow: 1px 1px 3px 2px #61775a;
  box-shadow:         1px 1px 3px 2px #61775a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61775a


Comments

No comments written yet.

Please login to write comment.