Color Hex Logo

#696652 Color Hex

#696652
(105,102,82)
0 Favorites   0 Comments

Color spaces of #696652

RGB 10510282
HSL0.140.120.37
HSV52°22°41°
CMYK 0.000.030.22   0.59
XYZ12.100113.11529.8764
Yxy13.11520.34480.3737
Hunter Lab36.2149-3.73589.1811
CIE-Lab42.9363-2.507511.7523

#696652 color RGB value is (105,102,82).

#696652 hex color red value is 105, green value is 102 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #696652 hue: 0.14 , saturation: 0.12 and the lightness value of 696652 is 0.37.

The process color (four color CMYK) of #696652 color hex is 0.00, 0.03, 0.22, 0.59. Web safe color of #696652 is #666666. Color #696652 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01100110 01010010
Octal 151 146 122
Decimal 105 102 82
Hex 69 66 52

RGB Percentages of Color #696652

%36.33
%35.29
%28.37

CMYK Percentages of Color #696652

%0
%3
%22
%59

Triadic Colors of #696652

#696652 #526966 #665269

Analogous Colors of #696652

#696652 #616952 #695b52

Monochromatic Colors of #696652

#696652

Complementary Color

#696652 #525569

#696652 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696652 Color Preview on White Background

Lorem ipsum dolor sit amet.

#696652 Color CSS Codes

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

#696652 Text Font Color

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

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


#696652 Background Color

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

This div background color is #696652


#696652 Border Color

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

This div border color is #696652


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696652


Comments

No comments written yet.

Please login to write comment.