Color Hex Logo

#696235 Color Hex

#696235
(105,98,53)
0 Favorites   0 Comments

Color spaces of #696235

RGB 1059853
HSL0.140.330.31
HSV52°50°41°
CMYK 0.000.070.50   0.59
XYZ10.836011.99575.1124
Yxy11.99570.38780.4293
Hunter Lab34.6348-4.764615.4926
CIE-Lab41.2093-4.146626.4842

#696235 color RGB value is (105,98,53).

#696235 hex color red value is 105, green value is 98 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #696235 hue: 0.14 , saturation: 0.33 and the lightness value of 696235 is 0.31.

The process color (four color CMYK) of #696235 color hex is 0.00, 0.07, 0.50, 0.59. Web safe color of #696235 is #666633. Color #696235 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01100010 00110101
Octal 151 142 65
Decimal 105 98 53
Hex 69 62 35

RGB Percentages of Color #696235

%41.02
%38.28
%20.70

CMYK Percentages of Color #696235

%0
%7
%50
%59

Triadic Colors of #696235

#696235 #356962 #623569

Analogous Colors of #696235

#696235 #566935 #694835

Monochromatic Colors of #696235

#696235

Complementary Color

#696235 #353c69

#696235 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696235 Color Preview on White Background

Lorem ipsum dolor sit amet.

#696235 Color CSS Codes

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

#696235 Text Font Color

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

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


#696235 Background Color

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

This div background color is #696235


#696235 Border Color

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

This div border color is #696235


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696235


Comments

No comments written yet.

Please login to write comment.