Color Hex Logo

#693347 Color Hex

#693347
(105,51,71)
0 Favorites   0 Comments

Color spaces of #693347

RGB 1055171
HSL0.940.350.31
HSV338°51°41°
CMYK 0.000.510.32   0.59
XYZ8.14695.82586.6563
Yxy5.82580.39490.2824
Hunter Lab24.136718.01020.5450
CIE-Lab28.968626.6253-1.2548

#693347 color RGB value is (105,51,71).

#693347 hex color red value is 105, green value is 51 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #693347 hue: 0.94 , saturation: 0.35 and the lightness value of 693347 is 0.31.

The process color (four color CMYK) of #693347 color hex is 0.00, 0.51, 0.32, 0.59. Web safe color of #693347 is #663333. Color #693347 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00110011 01000111
Octal 151 63 107
Decimal 105 51 71
Hex 69 33 47

RGB Percentages of Color #693347

%46.26
%22.47
%31.28

CMYK Percentages of Color #693347

%0
%51
%32
%59

Triadic Colors of #693347

#693347 #476933 #334769

Analogous Colors of #693347

#693347 #693a33 #693362

Monochromatic Colors of #693347

#693347

Complementary Color

#693347 #336955

#693347 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#693347 Color Preview on White Background

Lorem ipsum dolor sit amet.

#693347 Color CSS Codes

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

#693347 Text Font Color

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

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


#693347 Background Color

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

This div background color is #693347


#693347 Border Color

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

This div border color is #693347


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #693347


Comments

No comments written yet.

Please login to write comment.