Color Hex Logo

#657955 Color Hex

#657955
(101,121,85)
0 Favorites   0 Comments

Color spaces of #657955

RGB 10112185
HSL0.260.170.40
HSV93°30°47°
CMYK 0.170.000.30   0.53
XYZ13.843917.097311.1648
Yxy17.09730.32880.4061
Hunter Lab41.3489-12.597512.9351
CIE-Lab48.3824-14.437117.3931

#657955 color RGB value is (101,121,85).

#657955 hex color red value is 101, green value is 121 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #657955 hue: 0.26 , saturation: 0.17 and the lightness value of 657955 is 0.40.

The process color (four color CMYK) of #657955 color hex is 0.17, 0.00, 0.30, 0.53. Web safe color of #657955 is #666666. Color #657955 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01111001 01010101
Octal 145 171 125
Decimal 101 121 85
Hex 65 79 55

RGB Percentages of Color #657955

%32.90
%39.41
%27.69

CMYK Percentages of Color #657955

%17
%0
%30
%53

Triadic Colors of #657955

#657955 #556579 #795565

Analogous Colors of #657955

#657955 #557957 #777955

Monochromatic Colors of #657955

#657955

Complementary Color

#657955 #695579

#657955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#657955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#657955 Color CSS Codes

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

#657955 Text Font Color

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

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


#657955 Background Color

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

This div background color is #657955


#657955 Border Color

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

This div border color is #657955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #657955


Comments

No comments written yet.

Please login to write comment.