Color Hex Logo

#696c35 Color Hex

#696C35
(105,108,53)
0 Favorites   0 Comments

Color spaces of #696c35

RGB 10510853
HSL0.180.340.32
HSV63°51°42°
CMYK 0.030.000.51   0.58
XYZ11.830913.98545.4441
Yxy13.98540.37850.4474
Hunter Lab37.3971-8.974817.5468
CIE-Lab44.2120-9.885430.1334

#696c35 color RGB value is (105,108,53).

#696c35 hex color red value is 105, green value is 108 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #696c35 hue: 0.18 , saturation: 0.34 and the lightness value of 696c35 is 0.32.

The process color (four color CMYK) of #696c35 color hex is 0.03, 0.00, 0.51, 0.58. Web safe color of #696c35 is #666633. Color #696c35 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01101100 00110101
Octal 151 154 65
Decimal 105 108 53
Hex 69 6C 35

RGB Percentages of Color #696c35

%39.47
%40.60
%19.92

CMYK Percentages of Color #696c35

%3
%0
%51
%58

Triadic Colors of #696c35

#696c35 #35696c #6c3569

Analogous Colors of #696c35

#696c35 #4e6c35 #6c5435

Monochromatic Colors of #696c35

#696c35

Complementary Color

#696c35 #38356c

#696c35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696c35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#696c35 Color CSS Codes

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

#696c35 Text Font Color

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

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


#696c35 Background Color

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

This div background color is #696c35


#696c35 Border Color

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

This div border color is #696c35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696c35


Comments

No comments written yet.

Please login to write comment.