Color Hex Logo

#695137 Color Hex

#695137
(105,81,55)
0 Favorites   0 Comments

Color spaces of #695137

RGB 1058155
HSL0.090.310.31
HSV31°48°41°
CMYK 0.000.230.48   0.59
XYZ9.45779.16404.8848
Yxy9.16400.40230.3898
Hunter Lab30.27212.791311.6233
CIE-Lab36.29826.273219.1037

#695137 color RGB value is (105,81,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01010001 00110111
Octal 151 121 67
Decimal 105 81 55
Hex 69 51 37

RGB Percentages of Color #695137

%43.57
%33.61
%22.82

CMYK Percentages of Color #695137

%0
%23
%48
%59

Triadic Colors of #695137

#695137 #376951 #513769

Analogous Colors of #695137

#695137 #686937 #693837

Monochromatic Colors of #695137

#695137

Complementary Color

#695137 #374f69

#695137 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695137 Color Preview on White Background

Lorem ipsum dolor sit amet.

#695137 Color CSS Codes

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

#695137 Text Font Color

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

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


#695137 Background Color

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

This div background color is #695137


#695137 Border Color

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

This div border color is #695137


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695137


Comments

No comments written yet.

Please login to write comment.