Color Hex Logo

#619513 Color Hex

#619513
(97,149,19)
0 Favorites   0 Comments

Color spaces of #619513

RGB 9714919
HSL0.230.770.33
HSV84°87°58°
CMYK 0.350.000.87   0.42
XYZ15.794824.08334.4322
Yxy24.08330.35650.5435
Hunter Lab49.0747-28.430228.9975
CIE-Lab56.1711-36.190455.6338

#619513 color RGB value is (97,149,19).

#619513 hex color red value is 97, green value is 149 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #619513 hue: 0.23 , saturation: 0.77 and the lightness value of 619513 is 0.33.

The process color (four color CMYK) of #619513 color hex is 0.35, 0.00, 0.87, 0.42. Web safe color of #619513 is #669900. Color #619513 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10010101 00010011
Octal 141 225 23
Decimal 97 149 19
Hex 61 95 13

RGB Percentages of Color #619513

%36.60
%56.23
%7.17

CMYK Percentages of Color #619513

%35
%0
%87
%42

Triadic Colors of #619513

#619513 #136195 #951361

Analogous Colors of #619513

#619513 #209513 #958813

Monochromatic Colors of #619513

#619513

Complementary Color

#619513 #471395

#619513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#619513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#619513 Color CSS Codes

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

#619513 Text Font Color

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

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


#619513 Background Color

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

This div background color is #619513


#619513 Border Color

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

This div border color is #619513


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,149,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 #619513">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #619513


Comments

No comments written yet.

Please login to write comment.