Color Hex Logo

#683742 Color Hex

#683742
(104,55,66)
0 Favorites   0 Comments

Color spaces of #683742

RGB 1045566
HSL0.960.310.31
HSV347°47°41°
CMYK 0.000.470.37   0.59
XYZ8.05856.06885.9009
Yxy6.06880.40240.3030
Hunter Lab24.634915.27923.0425
CIE-Lab29.585423.16672.9094

#683742 color RGB value is (104,55,66).

#683742 hex color red value is 104, green value is 55 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #683742 hue: 0.96 , saturation: 0.31 and the lightness value of 683742 is 0.31.

The process color (four color CMYK) of #683742 color hex is 0.00, 0.47, 0.37, 0.59. Web safe color of #683742 is #663333. Color #683742 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00110111 01000010
Octal 150 67 102
Decimal 104 55 66
Hex 68 37 42

RGB Percentages of Color #683742

%46.22
%24.44
%29.33

CMYK Percentages of Color #683742

%0
%47
%37
%59

Triadic Colors of #683742

#683742 #426837 #374268

Analogous Colors of #683742

#683742 #684537 #68375a

Monochromatic Colors of #683742

#683742

Complementary Color

#683742 #37685d

#683742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#683742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#683742 Color CSS Codes

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

#683742 Text Font Color

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

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


#683742 Background Color

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

This div background color is #683742


#683742 Border Color

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

This div border color is #683742


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,55,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #683742; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #683742;
  -webkit-box-shadow: 1px 1px 3px 2px #683742;
  box-shadow:         1px 1px 3px 2px #683742; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #683742


Comments

No comments written yet.

Please login to write comment.