Color Hex Logo

#695746 Color Hex

#695746
(105,87,70)
0 Favorites   0 Comments

Color spaces of #695746

RGB 1058770
HSL0.080.200.34
HSV29°33°41°
CMYK 0.000.170.33   0.59
XYZ10.339410.26187.2301
Yxy10.26180.37150.3687
Hunter Lab32.03401.55369.0420
CIE-Lab38.30834.596212.6462

#695746 color RGB value is (105,87,70).

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

The process color (four color CMYK) of #695746 color hex is 0.00, 0.17, 0.33, 0.59. Web safe color of #695746 is #666633. Color #695746 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01010111 01000110
Octal 151 127 106
Decimal 105 87 70
Hex 69 57 46

RGB Percentages of Color #695746

%40.08
%33.21
%26.72

CMYK Percentages of Color #695746

%0
%17
%33
%59

Triadic Colors of #695746

#695746 #466957 #574669

Analogous Colors of #695746

#695746 #696946 #694647

Monochromatic Colors of #695746

#695746

Complementary Color

#695746 #465869

#695746 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695746 Color Preview on White Background

Lorem ipsum dolor sit amet.

#695746 Color CSS Codes

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

#695746 Text Font Color

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

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


#695746 Background Color

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

This div background color is #695746


#695746 Border Color

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

This div border color is #695746


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695746


Comments

No comments written yet.

Please login to write comment.