Color Hex Logo

#693f3f Color Hex

#693F3F
(105,63,63)
0 Favorites   0 Comments

Color spaces of #693f3f

RGB 1056363
HSL0.000.250.33
HSV40°41°
CMYK 0.000.400.40   0.59
XYZ8.50046.91725.5897
Yxy6.91720.40460.3293
Hunter Lab26.300611.66565.8094
CIE-Lab31.617718.35077.7679

#693f3f color RGB value is (105,63,63).

#693f3f hex color red value is 105, green value is 63 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #693f3f hue: 0.00 , saturation: 0.25 and the lightness value of 693f3f is 0.33.

The process color (four color CMYK) of #693f3f color hex is 0.00, 0.40, 0.40, 0.59. Web safe color of #693f3f is #663333. Color #693f3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00111111 00111111
Octal 151 77 77
Decimal 105 63 63
Hex 69 3F 3F

RGB Percentages of Color #693f3f

%45.45
%27.27
%27.27

CMYK Percentages of Color #693f3f

%0
%40
%40
%59

Triadic Colors of #693f3f

#693f3f #3f693f #3f3f69

Analogous Colors of #693f3f

#693f3f #69543f #693f54

Monochromatic Colors of #693f3f

#693f3f

Complementary Color

#693f3f #3f6969

#693f3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#693f3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#693f3f Color CSS Codes

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

#693f3f Text Font Color

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

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


#693f3f Background Color

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

This div background color is #693f3f


#693f3f Border Color

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

This div border color is #693f3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #693f3f

#693f3f Color Palettes


Comments

No comments written yet.

Please login to write comment.