Color Hex Logo

#659071 Color Hex

#659071
(101,144,113)
0 Favorites   0 Comments

Color spaces of #659071

RGB 101144113
HSL0.380.180.48
HSV137°30°56°
CMYK 0.300.000.22   0.44
XYZ18.320723.905519.2714
Yxy23.90550.29790.3887
Hunter Lab48.8933-18.677810.8560
CIE-Lab55.9931-21.487811.8342

#659071 color RGB value is (101,144,113).

#659071 hex color red value is 101, green value is 144 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #659071 hue: 0.38 , saturation: 0.18 and the lightness value of 659071 is 0.48.

The process color (four color CMYK) of #659071 color hex is 0.30, 0.00, 0.22, 0.44. Web safe color of #659071 is #669966. Color #659071 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10010000 01110001
Octal 145 220 161
Decimal 101 144 113
Hex 65 90 71

RGB Percentages of Color #659071

%28.21
%40.22
%31.56

CMYK Percentages of Color #659071

%30
%0
%22
%44

Triadic Colors of #659071

#659071 #716590 #907165

Analogous Colors of #659071

#659071 #659087 #6f9065

Monochromatic Colors of #659071

#659071

Complementary Color

#659071 #906584

#659071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#659071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#659071 Color CSS Codes

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

#659071 Text Font Color

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

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


#659071 Background Color

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

This div background color is #659071


#659071 Border Color

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

This div border color is #659071


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,144,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 #659071">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #659071


Comments

No comments written yet.

Please login to write comment.