Color Hex Logo

#617a13 Color Hex

#617A13
(97,122,19)
0 Favorites   0 Comments

Color spaces of #617a13

RGB 9712219
HSL0.210.730.28
HSV75°84°48°
CMYK 0.200.000.84   0.52
XYZ12.006816.50753.1695
Yxy16.50750.37900.5210
Hunter Lab40.6294-18.351223.8154
CIE-Lab47.6334-23.401748.1894

#617a13 color RGB value is (97,122,19).

#617a13 hex color red value is 97, green value is 122 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #617a13 hue: 0.21 , saturation: 0.73 and the lightness value of 617a13 is 0.28.

The process color (four color CMYK) of #617a13 color hex is 0.20, 0.00, 0.84, 0.52. Web safe color of #617a13 is #666600. Color #617a13 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01111010 00010011
Octal 141 172 23
Decimal 97 122 19
Hex 61 7A 13

RGB Percentages of Color #617a13

%40.76
%51.26
%7.98

CMYK Percentages of Color #617a13

%20
%0
%84
%52

Triadic Colors of #617a13

#617a13 #13617a #7a1361

Analogous Colors of #617a13

#617a13 #2e7a13 #7a6013

Monochromatic Colors of #617a13

#617a13

Complementary Color

#617a13 #2c137a

#617a13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#617a13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#617a13 Color CSS Codes

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

#617a13 Text Font Color

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

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


#617a13 Background Color

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

This div background color is #617a13


#617a13 Border Color

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

This div border color is #617a13


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,122,19, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #617a13; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #617a13;
  -webkit-box-shadow: 1px 1px 3px 2px #617a13;
  box-shadow:         1px 1px 3px 2px #617a13; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #617a13


Comments

No comments written yet.

Please login to write comment.