Color Hex Logo

#618481 Color Hex

#618481
(97,132,129)
0 Favorites   0 Comments

Color spaces of #618481

RGB 97132129
HSL0.490.150.45
HSV175°27°52°
CMYK 0.270.000.02   0.48
XYZ17.143520.628923.8471
Yxy20.62890.27820.3348
Hunter Lab45.4190-12.10820.6633
CIE-Lab52.5409-12.9316-2.3819

#618481 color RGB value is (97,132,129).

#618481 hex color red value is 97, green value is 132 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #618481 hue: 0.49 , saturation: 0.15 and the lightness value of 618481 is 0.45.

The process color (four color CMYK) of #618481 color hex is 0.27, 0.00, 0.02, 0.48. Web safe color of #618481 is #669999. Color #618481 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10000100 10000001
Octal 141 204 201
Decimal 97 132 129
Hex 61 84 81

RGB Percentages of Color #618481

%27.09
%36.87
%36.03

CMYK Percentages of Color #618481

%27
%0
%2
%48

Triadic Colors of #618481

#618481 #816184 #848161

Analogous Colors of #618481

#618481 #617684 #618470

Monochromatic Colors of #618481

#618481

Complementary Color

#618481 #846164

#618481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#618481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#618481 Color CSS Codes

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

#618481 Text Font Color

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

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


#618481 Background Color

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

This div background color is #618481


#618481 Border Color

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

This div border color is #618481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #618481


Comments

No comments written yet.

Please login to write comment.