Color Hex Logo

#695337 Color Hex

#695337
(105,83,55)
0 Favorites   0 Comments

Color spaces of #695337

RGB 1058355
HSL0.090.310.31
HSV34°48°41°
CMYK 0.000.210.48   0.59
XYZ9.60859.46564.9350
Yxy9.46560.40020.3943
Hunter Lab30.76621.905912.0260
CIE-Lab36.86575.051819.8396

#695337 color RGB value is (105,83,55).

#695337 hex color red value is 105, green value is 83 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #695337 hue: 0.09 , saturation: 0.31 and the lightness value of 695337 is 0.31.

The process color (four color CMYK) of #695337 color hex is 0.00, 0.21, 0.48, 0.59. Web safe color of #695337 is #666633. Color #695337 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01010011 00110111
Octal 151 123 67
Decimal 105 83 55
Hex 69 53 37

RGB Percentages of Color #695337

%43.21
%34.16
%22.63

CMYK Percentages of Color #695337

%0
%21
%48
%59

Triadic Colors of #695337

#695337 #376953 #533769

Analogous Colors of #695337

#695337 #666937 #693a37

Monochromatic Colors of #695337

#695337

Complementary Color

#695337 #374d69

#695337 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695337 Color Preview on White Background

Lorem ipsum dolor sit amet.

#695337 Color CSS Codes

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

#695337 Text Font Color

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

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


#695337 Background Color

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

This div background color is #695337


#695337 Border Color

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

This div border color is #695337


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695337


Comments

No comments written yet.

Please login to write comment.