Color Hex Logo

#655263 Color Hex

#655263
(101,82,99)
0 Favorites   0 Comments

Color spaces of #655263

RGB 1018299
HSL0.850.100.36
HSV306°19°40°
CMYK 0.000.190.02   0.60
XYZ10.63639.702113.1165
Yxy9.70210.31790.2900
Hunter Lab31.14826.4438-3.1633
CIE-Lab37.302411.1949-6.8749

#655263 color RGB value is (101,82,99).

#655263 hex color red value is 101, green value is 82 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #655263 hue: 0.85 , saturation: 0.10 and the lightness value of 655263 is 0.36.

The process color (four color CMYK) of #655263 color hex is 0.00, 0.19, 0.02, 0.60. Web safe color of #655263 is #666666. Color #655263 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01010010 01100011
Octal 145 122 143
Decimal 101 82 99
Hex 65 52 63

RGB Percentages of Color #655263

%35.82
%29.08
%35.11

CMYK Percentages of Color #655263

%0
%19
%2
%60

Triadic Colors of #655263

#655263 #636552 #526365

Analogous Colors of #655263

#655263 #65525a #5e5265

Monochromatic Colors of #655263

#655263

Complementary Color

#655263 #526554

#655263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#655263 Color CSS Codes

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

#655263 Text Font Color

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

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


#655263 Background Color

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

This div background color is #655263


#655263 Border Color

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

This div border color is #655263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655263


Comments

No comments written yet.

Please login to write comment.