Color Hex Logo

#65887f Color Hex

#65887F
(101,136,127)
0 Favorites   0 Comments

Color spaces of #65887f

RGB 101136127
HSL0.460.150.46
HSV165°26°53°
CMYK 0.260.000.07   0.47
XYZ18.001821.907323.3584
Yxy21.90730.28450.3463
Hunter Lab46.8052-13.25613.1747
CIE-Lab53.9285-14.27460.8397

#65887f color RGB value is (101,136,127).

#65887f hex color red value is 101, green value is 136 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #65887f hue: 0.46 , saturation: 0.15 and the lightness value of 65887f is 0.46.

The process color (four color CMYK) of #65887f color hex is 0.26, 0.00, 0.07, 0.47. Web safe color of #65887f is #669966. Color #65887f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10001000 01111111
Octal 145 210 177
Decimal 101 136 127
Hex 65 88 7F

RGB Percentages of Color #65887f

%27.75
%37.36
%34.89

CMYK Percentages of Color #65887f

%26
%0
%7
%47

Triadic Colors of #65887f

#65887f #7f6588 #887f65

Analogous Colors of #65887f

#65887f #658088 #65886e

Monochromatic Colors of #65887f

#65887f

Complementary Color

#65887f #88656e

#65887f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65887f Color Preview on White Background

Lorem ipsum dolor sit amet.

#65887f Color CSS Codes

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

#65887f Text Font Color

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

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


#65887f Background Color

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

This div background color is #65887f


#65887f Border Color

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

This div border color is #65887f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,136,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #65887f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #65887f;
  -webkit-box-shadow: 1px 1px 3px 2px #65887f;
  box-shadow:         1px 1px 3px 2px #65887f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,136,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65887f


Comments

No comments written yet.

Please login to write comment.