Color Hex Logo

#618175 Color Hex

#618175
(97,129,117)
0 Favorites   0 Comments

Color spaces of #618175

RGB 97129117
HSL0.440.140.44
HSV158°25°51°
CMYK 0.250.000.09   0.49
XYZ15.990919.526319.7558
Yxy19.52630.28930.3533
Hunter Lab44.1886-12.73474.4247
CIE-Lab51.2974-14.05002.8051

#618175 color RGB value is (97,129,117).

#618175 hex color red value is 97, green value is 129 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #618175 hue: 0.44 , saturation: 0.14 and the lightness value of 618175 is 0.44.

The process color (four color CMYK) of #618175 color hex is 0.25, 0.00, 0.09, 0.49. Web safe color of #618175 is #669966. Color #618175 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10000001 01110101
Octal 141 201 165
Decimal 97 129 117
Hex 61 81 75

RGB Percentages of Color #618175

%28.28
%37.61
%34.11

CMYK Percentages of Color #618175

%25
%0
%9
%49

Triadic Colors of #618175

#618175 #756181 #817561

Analogous Colors of #618175

#618175 #617d81 #618165

Monochromatic Colors of #618175

#618175

Complementary Color

#618175 #81616d

#618175 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#618175 Color Preview on White Background

Lorem ipsum dolor sit amet.

#618175 Color CSS Codes

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

#618175 Text Font Color

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

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


#618175 Background Color

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

This div background color is #618175


#618175 Border Color

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

This div border color is #618175


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #618175


Comments

No comments written yet.

Please login to write comment.