Color Hex Logo

#695420 Color Hex

#695420
(105,84,32)
0 Favorites   0 Comments

Color spaces of #695420

RGB 1058432
HSL0.120.530.27
HSV43°70°41°
CMYK 0.000.200.70   0.59
XYZ9.25679.44822.7023
Yxy9.44820.43240.4414
Hunter Lab30.7379-0.036216.3041
CIE-Lab36.83332.313432.7535

#695420 color RGB value is (105,84,32).

#695420 hex color red value is 105, green value is 84 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #695420 hue: 0.12 , saturation: 0.53 and the lightness value of 695420 is 0.27.

The process color (four color CMYK) of #695420 color hex is 0.00, 0.20, 0.70, 0.59. Web safe color of #695420 is #666633. Color #695420 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01010100 00100000
Octal 151 124 40
Decimal 105 84 32
Hex 69 54 20

RGB Percentages of Color #695420

%47.51
%38.01
%14.48

CMYK Percentages of Color #695420

%0
%20
%70
%59

Triadic Colors of #695420

#695420 #206954 #542069

Analogous Colors of #695420

#695420 #5a6920 #692f20

Monochromatic Colors of #695420

#695420

Complementary Color

#695420 #203569

#695420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#695420 Color CSS Codes

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

#695420 Text Font Color

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

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


#695420 Background Color

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

This div background color is #695420


#695420 Border Color

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

This div border color is #695420


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695420


Comments

No comments written yet.

Please login to write comment.