Color Hex Logo

#695b5d Color Hex

#695B5D
(105,91,93)
0 Favorites   0 Comments

Color spaces of #695b5d

RGB 1059193
HSL0.980.070.38
HSV351°13°41°
CMYK 0.000.130.11   0.59
XYZ11.542611.275711.9240
Yxy11.27570.33220.3246
Hunter Lab33.57932.59412.4517
CIE-Lab40.04106.04840.9359

#695b5d color RGB value is (105,91,93).

#695b5d hex color red value is 105, green value is 91 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #695b5d hue: 0.98 , saturation: 0.07 and the lightness value of 695b5d is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01011011 01011101
Octal 151 133 135
Decimal 105 91 93
Hex 69 5B 5D

RGB Percentages of Color #695b5d

%36.33
%31.49
%32.18

CMYK Percentages of Color #695b5d

%0
%13
%11
%59

Triadic Colors of #695b5d

#695b5d #5d695b #5b5d69

Analogous Colors of #695b5d

#695b5d #69605b #695b64

Monochromatic Colors of #695b5d

#695b5d

Complementary Color

#695b5d #5b6967

#695b5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695b5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#695b5d Color CSS Codes

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

#695b5d Text Font Color

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

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


#695b5d Background Color

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

This div background color is #695b5d


#695b5d Border Color

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

This div border color is #695b5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695b5d


Comments

No comments written yet.

Please login to write comment.