Color Hex Logo

#61a653 Color Hex

#61A653
(97,166,83)
0 Favorites   0 Comments

Color spaces of #61a653

RGB 9716683
HSL0.310.330.49
HSV110°50°65°
CMYK 0.420.000.50   0.35
XYZ20.127330.438412.9980
Yxy30.43840.31660.4789
Hunter Lab55.1710-31.429524.6513
CIE-Lab62.0307-38.314336.0585

#61a653 color RGB value is (97,166,83).

#61a653 hex color red value is 97, green value is 166 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #61a653 hue: 0.31 , saturation: 0.33 and the lightness value of 61a653 is 0.49.

The process color (four color CMYK) of #61a653 color hex is 0.42, 0.00, 0.50, 0.35. Web safe color of #61a653 is #669966. Color #61a653 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10100110 01010011
Octal 141 246 123
Decimal 97 166 83
Hex 61 A6 53

RGB Percentages of Color #61a653

%28.03
%47.98
%23.99

CMYK Percentages of Color #61a653

%42
%0
%50
%35

Triadic Colors of #61a653

#61a653 #5361a6 #a65361

Analogous Colors of #61a653

#61a653 #53a66f #8ba653

Monochromatic Colors of #61a653

#61a653

Complementary Color

#61a653 #9853a6

#61a653 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61a653 Color Preview on White Background

Lorem ipsum dolor sit amet.

#61a653 Color CSS Codes

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

#61a653 Text Font Color

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

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


#61a653 Background Color

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

This div background color is #61a653


#61a653 Border Color

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

This div border color is #61a653


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,166,83, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61a653; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61a653;
  -webkit-box-shadow: 1px 1px 3px 2px #61a653;
  box-shadow:         1px 1px 3px 2px #61a653; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61a653


Comments

No comments written yet.

Please login to write comment.