Color Hex Logo

#618434 Color Hex

#618434
(97,132,52)
0 Favorites   0 Comments

Color spaces of #618434

RGB 9713252
HSL0.240.430.36
HSV86°61°52°
CMYK 0.270.000.61   0.48
XYZ13.800919.29186.2451
Yxy19.29180.35080.4904
Hunter Lab43.9224-20.777622.3156
CIE-Lab51.0269-26.108338.4336

#618434 color RGB value is (97,132,52).

#618434 hex color red value is 97, green value is 132 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #618434 hue: 0.24 , saturation: 0.43 and the lightness value of 618434 is 0.36.

The process color (four color CMYK) of #618434 color hex is 0.27, 0.00, 0.61, 0.48. Web safe color of #618434 is #669933. Color #618434 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10000100 00110100
Octal 141 204 64
Decimal 97 132 52
Hex 61 84 34

RGB Percentages of Color #618434

%34.52
%46.98
%18.51

CMYK Percentages of Color #618434

%27
%0
%61
%48

Triadic Colors of #618434

#618434 #346184 #843461

Analogous Colors of #618434

#618434 #398434 #847f34

Monochromatic Colors of #618434

#618434

Complementary Color

#618434 #573484

#618434 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#618434 Color Preview on White Background

Lorem ipsum dolor sit amet.

#618434 Color CSS Codes

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

#618434 Text Font Color

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

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


#618434 Background Color

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

This div background color is #618434


#618434 Border Color

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

This div border color is #618434


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #618434


Comments

No comments written yet.

Please login to write comment.