Color Hex Logo

#696749 Color Hex

#696749
(105,103,73)
0 Favorites   0 Comments

Color spaces of #696749

RGB 10510373
HSL0.160.180.35
HSV56°30°41°
CMYK 0.000.020.30   0.59
XYZ11.878513.18488.2222
Yxy13.18480.35690.3961
Hunter Lab36.3109-5.150711.9920
CIE-Lab43.0404-4.501117.2582

#696749 color RGB value is (105,103,73).

#696749 hex color red value is 105, green value is 103 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #696749 hue: 0.16 , saturation: 0.18 and the lightness value of 696749 is 0.35.

The process color (four color CMYK) of #696749 color hex is 0.00, 0.02, 0.30, 0.59. Web safe color of #696749 is #666633. Color #696749 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01100111 01001001
Octal 151 147 111
Decimal 105 103 73
Hex 69 67 49

RGB Percentages of Color #696749

%37.37
%36.65
%25.98

CMYK Percentages of Color #696749

%0
%2
%30
%59

Triadic Colors of #696749

#696749 #496967 #674969

Analogous Colors of #696749

#696749 #5b6949 #695749

Monochromatic Colors of #696749

#696749

Complementary Color

#696749 #494b69

#696749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#696749 Color CSS Codes

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

#696749 Text Font Color

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

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


#696749 Background Color

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

This div background color is #696749


#696749 Border Color

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

This div border color is #696749


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696749


Comments

No comments written yet.

Please login to write comment.