Color Hex Logo

#618245 Color Hex

#618245
(97,130,69)
0 Favorites   0 Comments

Color spaces of #618245

RGB 9713069
HSL0.260.310.39
HSV92°47°51°
CMYK 0.250.000.47   0.49
XYZ13.986618.93638.5481
Yxy18.93630.33730.4566
Hunter Lab43.5159-18.780418.8144
CIE-Lab50.6126-23.149229.2113

#618245 color RGB value is (97,130,69).

#618245 hex color red value is 97, green value is 130 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #618245 hue: 0.26 , saturation: 0.31 and the lightness value of 618245 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10000010 01000101
Octal 141 202 105
Decimal 97 130 69
Hex 61 82 45

RGB Percentages of Color #618245

%32.77
%43.92
%23.31

CMYK Percentages of Color #618245

%25
%0
%47
%49

Triadic Colors of #618245

#618245 #456182 #824561

Analogous Colors of #618245

#618245 #458248 #808245

Monochromatic Colors of #618245

#618245

Complementary Color

#618245 #664582

#618245 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#618245 Color Preview on White Background

Lorem ipsum dolor sit amet.

#618245 Color CSS Codes

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

#618245 Text Font Color

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

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


#618245 Background Color

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

This div background color is #618245


#618245 Border Color

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

This div border color is #618245


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #618245


Comments

No comments written yet.

Please login to write comment.