Color Hex Logo

#618229 Color Hex

#618229
(97,130,41)
0 Favorites   0 Comments

Color spaces of #618229

RGB 9713041
HSL0.230.520.34
HSV82°68°51°
CMYK 0.250.000.68   0.49
XYZ13.312618.66674.9992
Yxy18.66670.36000.5048
Hunter Lab43.2050-20.608123.3831
CIE-Lab50.2950-26.090342.6856

#618229 color RGB value is (97,130,41).

#618229 hex color red value is 97, green value is 130 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #618229 hue: 0.23 , saturation: 0.52 and the lightness value of 618229 is 0.34.

The process color (four color CMYK) of #618229 color hex is 0.25, 0.00, 0.68, 0.49. Web safe color of #618229 is #669933. Color #618229 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10000010 00101001
Octal 141 202 51
Decimal 97 130 41
Hex 61 82 29

RGB Percentages of Color #618229

%36.19
%48.51
%15.30

CMYK Percentages of Color #618229

%25
%0
%68
%49

Triadic Colors of #618229

#618229 #296182 #822961

Analogous Colors of #618229

#618229 #358229 #827729

Monochromatic Colors of #618229

#618229

Complementary Color

#618229 #4a2982

#618229 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#618229 Color Preview on White Background

Lorem ipsum dolor sit amet.

#618229 Color CSS Codes

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

#618229 Text Font Color

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

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


#618229 Background Color

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

This div background color is #618229


#618229 Border Color

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

This div border color is #618229


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #618229


Comments

No comments written yet.

Please login to write comment.