Color Hex Logo

#656958 Color Hex

#656958
(101,105,88)
0 Favorites   0 Comments

Color spaces of #656958

RGB 10110588
HSL0.210.090.38
HSV74°16°41°
CMYK 0.040.000.16   0.59
XYZ12.179913.574411.2107
Yxy13.57440.32950.3672
Hunter Lab36.8435-5.46667.7497
CIE-Lab43.6163-4.88679.0476

#656958 color RGB value is (101,105,88).

#656958 hex color red value is 101, green value is 105 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #656958 hue: 0.21 , saturation: 0.09 and the lightness value of 656958 is 0.38.

The process color (four color CMYK) of #656958 color hex is 0.04, 0.00, 0.16, 0.59. Web safe color of #656958 is #666666. Color #656958 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01101001 01011000
Octal 145 151 130
Decimal 101 105 88
Hex 65 69 58

RGB Percentages of Color #656958

%34.35
%35.71
%29.93

CMYK Percentages of Color #656958

%4
%0
%16
%59

Triadic Colors of #656958

#656958 #586569 #695865

Analogous Colors of #656958

#656958 #5d6958 #696558

Monochromatic Colors of #656958

#656958

Complementary Color

#656958 #5c5869

#656958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#656958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#656958 Color CSS Codes

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

#656958 Text Font Color

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

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


#656958 Background Color

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

This div background color is #656958


#656958 Border Color

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

This div border color is #656958


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,105,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 #656958">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #656958


Comments

No comments written yet.

Please login to write comment.