Color Hex Logo

#655c58 Color Hex

#655C58
(101,92,88)
0 Favorites   0 Comments

Color spaces of #655c58

RGB 1019288
HSL0.050.070.37
HSV18°13°40°
CMYK 0.000.090.13   0.60
XYZ10.955411.125610.8026
Yxy11.12560.33320.3383
Hunter Lab33.35510.25664.1465
CIE-Lab39.79122.85303.6042

#655c58 color RGB value is (101,92,88).

#655c58 hex color red value is 101, green value is 92 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #655c58 hue: 0.05 , saturation: 0.07 and the lightness value of 655c58 is 0.37.

The process color (four color CMYK) of #655c58 color hex is 0.00, 0.09, 0.13, 0.60. Web safe color of #655c58 is #666666. Color #655c58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01011100 01011000
Octal 145 134 130
Decimal 101 92 88
Hex 65 5C 58

RGB Percentages of Color #655c58

%35.94
%32.74
%31.32

CMYK Percentages of Color #655c58

%0
%9
%13
%60

Triadic Colors of #655c58

#655c58 #58655c #5c5865

Analogous Colors of #655c58

#655c58 #656358 #65585b

Monochromatic Colors of #655c58

#655c58

Complementary Color

#655c58 #586165

#655c58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655c58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#655c58 Color CSS Codes

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

#655c58 Text Font Color

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

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


#655c58 Background Color

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

This div background color is #655c58


#655c58 Border Color

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

This div border color is #655c58


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,92,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #655c58; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #655c58;
  -webkit-box-shadow: 1px 1px 3px 2px #655c58;
  box-shadow:         1px 1px 3px 2px #655c58; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655c58


Comments

No comments written yet.

Please login to write comment.