Color Hex Logo

#655749 Color Hex

#655749
(101,87,73)
0 Favorites   0 Comments

Color spaces of #655749

RGB 1018773
HSL0.080.160.34
HSV30°28°40°
CMYK 0.000.140.28   0.60
XYZ9.977610.06417.7200
Yxy10.06410.35940.3625
Hunter Lab31.72400.62367.7786
CIE-Lab37.95723.292010.2516

#655749 color RGB value is (101,87,73).

#655749 hex color red value is 101, green value is 87 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #655749 hue: 0.08 , saturation: 0.16 and the lightness value of 655749 is 0.34.

The process color (four color CMYK) of #655749 color hex is 0.00, 0.14, 0.28, 0.60. Web safe color of #655749 is #666633. Color #655749 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01010111 01001001
Octal 145 127 111
Decimal 101 87 73
Hex 65 57 49

RGB Percentages of Color #655749

%38.70
%33.33
%27.97

CMYK Percentages of Color #655749

%0
%14
%28
%60

Triadic Colors of #655749

#655749 #496557 #574965

Analogous Colors of #655749

#655749 #656549 #654949

Monochromatic Colors of #655749

#655749

Complementary Color

#655749 #495765

#655749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#655749 Color CSS Codes

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

#655749 Text Font Color

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

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


#655749 Background Color

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

This div background color is #655749


#655749 Border Color

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

This div border color is #655749


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655749


Comments

No comments written yet.

Please login to write comment.