Color Hex Logo

#618271 Color Hex

#618271
(97,130,113)
0 Favorites   0 Comments

Color spaces of #618271

RGB 97130113
HSL0.410.150.45
HSV149°25°51°
CMYK 0.250.000.13   0.49
XYZ15.893019.698918.5874
Yxy19.69890.29330.3636
Hunter Lab44.3834-13.75306.2383
CIE-Lab51.4951-15.46665.4236

#618271 color RGB value is (97,130,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10000010 01110001
Octal 141 202 161
Decimal 97 130 113
Hex 61 82 71

RGB Percentages of Color #618271

%28.53
%38.24
%33.24

CMYK Percentages of Color #618271

%25
%0
%13
%49

Triadic Colors of #618271

#618271 #716182 #827161

Analogous Colors of #618271

#618271 #618282 #628261

Monochromatic Colors of #618271

#618271

Complementary Color

#618271 #826172

#618271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#618271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#618271 Color CSS Codes

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

#618271 Text Font Color

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

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


#618271 Background Color

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

This div background color is #618271


#618271 Border Color

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

This div border color is #618271


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #618271

#618271 Color Palettes


Comments

No comments written yet.

Please login to write comment.