Color Hex Logo

#695f5d Color Hex

#695F5D
(105,95,93)
0 Favorites   0 Comments

Color spaces of #695f5d

RGB 1059593
HSL0.030.060.39
HSV10°11°41°
CMYK 0.000.100.11   0.59
XYZ11.893711.978012.0410
Yxy11.97800.33120.3335
Hunter Lab34.60920.77653.5987
CIE-Lab41.18113.61952.5897

#695f5d color RGB value is (105,95,93).

#695f5d hex color red value is 105, green value is 95 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #695f5d hue: 0.03 , saturation: 0.06 and the lightness value of 695f5d is 0.39.

The process color (four color CMYK) of #695f5d color hex is 0.00, 0.10, 0.11, 0.59. Web safe color of #695f5d is #666666. Color #695f5d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01011111 01011101
Octal 151 137 135
Decimal 105 95 93
Hex 69 5F 5D

RGB Percentages of Color #695f5d

%35.84
%32.42
%31.74

CMYK Percentages of Color #695f5d

%0
%10
%11
%59

Triadic Colors of #695f5d

#695f5d #5d695f #5f5d69

Analogous Colors of #695f5d

#695f5d #69655d #695d61

Monochromatic Colors of #695f5d

#695f5d

Complementary Color

#695f5d #5d6769

#695f5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695f5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#695f5d Color CSS Codes

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

#695f5d Text Font Color

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

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


#695f5d Background Color

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

This div background color is #695f5d


#695f5d Border Color

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

This div border color is #695f5d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,95,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #695f5d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #695f5d;
  -webkit-box-shadow: 1px 1px 3px 2px #695f5d;
  box-shadow:         1px 1px 3px 2px #695f5d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,95,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695f5d

#695f5d Color Palettes


Comments

No comments written yet.

Please login to write comment.