Color Hex Logo

#61765d Color Hex

#61765D
(97,118,93)
0 Favorites   0 Comments

Color spaces of #61765d

RGB 9711893
HSL0.310.120.41
HSV110°21°46°
CMYK 0.180.000.21   0.54
XYZ13.384016.288612.7945
Yxy16.28860.31520.3836
Hunter Lab40.3591-11.43399.4555
CIE-Lab47.3509-12.936811.2651

#61765d color RGB value is (97,118,93).

#61765d hex color red value is 97, green value is 118 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #61765d hue: 0.31 , saturation: 0.12 and the lightness value of 61765d is 0.41.

The process color (four color CMYK) of #61765d color hex is 0.18, 0.00, 0.21, 0.54. Web safe color of #61765d is #666666. Color #61765d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01110110 01011101
Octal 141 166 135
Decimal 97 118 93
Hex 61 76 5D

RGB Percentages of Color #61765d

%31.49
%38.31
%30.19

CMYK Percentages of Color #61765d

%18
%0
%21
%54

Triadic Colors of #61765d

#61765d #5d6176 #765d61

Analogous Colors of #61765d

#61765d #5d7666 #6e765d

Monochromatic Colors of #61765d

#61765d

Complementary Color

#61765d #725d76

#61765d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61765d Color Preview on White Background

Lorem ipsum dolor sit amet.

#61765d Color CSS Codes

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

#61765d Text Font Color

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

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


#61765d Background Color

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

This div background color is #61765d


#61765d Border Color

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

This div border color is #61765d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61765d


Comments

No comments written yet.

Please login to write comment.